Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
chore: bump dependency on tempfile
Lars Wirzenius committed 1 year ago
commit 751e3ae4f235ee0ca9e4ec87345e5d3bd85926f1
parent 65f034c
2 files changed +28 -10
modified Cargo.lock
@@ -1451,6 +1451,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"

[[package]]
+
name = "linux-raw-sys"
+
version = "0.9.3"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
+

+
[[package]]
name = "litemap"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2333,7 +2339,20 @@ dependencies = [
 "bitflags",
 "errno",
 "libc",
-
 "linux-raw-sys",
+
 "linux-raw-sys 0.4.14",
+
 "windows-sys 0.59.0",
+
]
+

+
[[package]]
+
name = "rustix"
+
version = "1.0.3"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "e56a18552996ac8d29ecc3b190b4fdbb2d91ca4ec396de7bbffaf43f3d637e96"
+
dependencies = [
+
 "bitflags",
+
 "errno",
+
 "libc",
+
 "linux-raw-sys 0.9.3",
 "windows-sys 0.59.0",
]

@@ -2783,15 +2802,14 @@ dependencies = [

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

@@ -2821,7 +2839,7 @@ version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
dependencies = [
-
 "rustix",
+
 "rustix 0.38.42",
 "windows-sys 0.59.0",
]

@@ -3513,8 +3531,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e105d177a3871454f754b33bb0ee637ecaaac997446375fd3e5d43a2ed00c909"
dependencies = [
 "libc",
-
 "linux-raw-sys",
-
 "rustix",
+
 "linux-raw-sys 0.4.14",
+
 "rustix 0.38.42",
]

[[package]]
modified Cargo.toml
@@ -20,7 +20,7 @@ radicle-git-ext = "0.9.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.114"
serde_yaml = "0.9.27"
-
tempfile = "3.8.1"
+
tempfile = "3.19.1"
thiserror = "2.0.12"
time = { version = "0.3.41", features = ["formatting", "macros"] }
uuid = { version = "1.16.0", features = ["v4"] }