diff --git a/Cargo.lock b/Cargo.lock index 0ce095c22684..bcd22461fc14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3279,9 +3279,9 @@ checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" [[package]] name = "libc" -version = "0.2.104" +version = "0.2.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b2f96d100e1cf1929e7719b7edb3b90ab5298072638fccd77be9ce942ecdfce" +checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013" [[package]] name = "libgit2-sys" diff --git a/node/core/pvf/Cargo.toml b/node/core/pvf/Cargo.toml index b2a54f7d0eae..a235fcb6d032 100644 --- a/node/core/pvf/Cargo.toml +++ b/node/core/pvf/Cargo.toml @@ -15,7 +15,7 @@ async-process = "1.1.0" assert_matches = "1.4.0" futures = "0.3.17" futures-timer = "3.0.2" -libc = "0.2.104" +libc = "0.2.105" slotmap = "1.0" tracing = "0.1.29" pin-project = "1.0.8"