mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-07-28 14:26:59 -07:00
upgrade dependency anyhow from 1.0.102 to 1.0.103 (fixes UB advisory https://github.com/dtolnay/anyhow/issues/451)
This commit is contained in:
Generated
+2
-2
@@ -118,9 +118,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.102"
|
||||
version = "1.0.103"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
||||
checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
|
||||
|
||||
[[package]]
|
||||
name = "ar_archive_writer"
|
||||
|
||||
+1
-1
@@ -52,7 +52,7 @@ clap_mangen = "0.3.0"
|
||||
clap_complete = "4.5.40"
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
arbitrary = { version = "1.4.1", features = ["derive"] }
|
||||
anyhow = { version = "1.0.98", features = ["backtrace", "std"] }
|
||||
anyhow = { version = "1.0", features = ["backtrace", "std"] }
|
||||
mio = { version = "1.0.3", features = ["net", "os-poll"] }
|
||||
signal-hook-mio = { version = "0.3", features = ["support-v1_0"] }
|
||||
signal-hook = "0.4.4"
|
||||
|
||||
Reference in New Issue
Block a user