🏡 index : ~doyle/gitlab-cargo-shim.git

author Alex Butler <alexheretic@gmail.com> 2025-01-03 9:58:45.0 +00:00:00
committer Alex Butler <alexheretic@gmail.com> 2025-01-03 9:58:45.0 +00:00:00
commit
374f230565172287bcfcce0f1222522f4c75010c [patch]
tree
268ffeb0ae38dc9f9bdbd43c80d5662ad950fd5e
parent
2c660a64436b8b9c2877cbdc682e6fcfd481a8d8
download
374f230565172287bcfcce0f1222522f4c75010c.tar.gz

cargo update



Diff

 Cargo.lock | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 5b9198a..8a6d0d4 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -127,9 +127,9 @@

[[package]]
name = "async-trait"
version = "0.1.83"
version = "0.1.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
checksum = "1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0"
dependencies = [
 "proc-macro2",
 "quote",
@@ -370,9 +370,9 @@

[[package]]
name = "cc"
version = "1.2.6"
version = "1.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d6dbb628b8f8555f86d0323c2eb39e3ec81901f4b83e091db8a6a76d316a333"
checksum = "a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7"
dependencies = [
 "jobserver",
 "libc",
@@ -2129,12 +2129,13 @@

[[package]]
name = "tempfile"
version = "3.14.0"
version = "3.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
dependencies = [
 "cfg-if",
 "fastrand",
 "getrandom",
 "once_cell",
 "rustix",
 "windows-sys 0.59.0",