Skip to content

Commit

Permalink
Merge pull request #877 from Chia-Network/dependabot/cargo/tokio-1.43.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.42.0 to 1.43.0
  • Loading branch information
Rigidity authored Jan 15, 2025
2 parents 3f07e27 + 3d71dab commit 090e0b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1396,9 +1396,9 @@ dependencies = [

[[package]]
name = "libc"
version = "0.2.155"
version = "0.2.169"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"

[[package]]
name = "libfuzzer-sys"
Expand Down Expand Up @@ -2385,9 +2385,9 @@ dependencies = [

[[package]]
name = "tokio"
version = "1.42.0"
version = "1.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
dependencies = [
"backtrace",
"bytes",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ arbitrary = "1.4.1"
rand = "0.8.5"
criterion = "0.5.1"
rstest = "0.22.0"
tokio = "1.42.0"
tokio = "1.43.0"
tokio-tungstenite = "0.24.0"
futures-util = "0.3.31"
tungstenite = "0.24.0"
Expand Down

0 comments on commit 090e0b1

Please sign in to comment.