summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-13 12:03:54 +0200
committerpml68 <contact@pml68.dev>2025-04-15 23:53:05 +0200
commit606e22290e4542171ac18309d3cff27468c909fb (patch)
tree38b180802456eb3fdb67ce36a8665bc8e84c030a /Cargo.lock
parentci: set dependabot interval to monthly (diff)
downloadiced-builder-606e22290e4542171ac18309d3cff27468c909fb.tar.gz
feat(PKGBUILD): update pkgver fn, dependencies
Diffstat (limited to '')
-rw-r--r--Cargo.lock6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0143fbd..7a48765 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -650,6 +650,12 @@ dependencies = [
]
[[package]]
+name = "camino"
+version = "1.1.9"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
+
+[[package]]
name = "cc"
version = "1.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"