Radish alpha
r
rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt
Git libraries for Radicle
Radicle
Git
meta: update to tempfile 3.4
Fintan Halpenny committed 3 years ago
commit a0eae0e8ebab00e46f3d965a9a4d18ace9091557
parent a887e54
3 files changed +3 -3
modified link-git/Cargo.toml
@@ -26,7 +26,7 @@ parking_lot = "0.12"
pin-project = "1.0.7"
regex = "1.5.4"
rustc-hash = "1.1.0"
-
tempfile = "3.3"
+
tempfile = "3.4"
thiserror = "1.0.30"
tracing = "0.1"
versions = "3.0.2"
modified link-git/t/Cargo.toml
@@ -19,7 +19,7 @@ anyhow = "1"
bstr = "0.2"
futures = "0.3"
futures_ringbuf = "0.3"
-
tempfile = "3.3"
+
tempfile = "3.4"

[dev-dependencies.git2]
version = "0.16.1"
modified test/test-helpers/Cargo.toml
@@ -17,7 +17,7 @@ log = ">= 0.4"
pretty_assertions = "1.1"
serde = "1"
serde_json = "1"
-
tempfile = "3.3"
+
tempfile = "3.4"
tracing = "0.1"
proptest = "1"