Skip to content

Commit

Permalink
Bump tokio from 1.40.0 to 1.41.0 (#1132)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: peg <ameba23@systemli.org>
  • Loading branch information
dependabot[bot] and ameba23 authored Oct 23, 2024
1 parent efd55ec commit 49db744
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ anyhow ="1.0.91"

# Only for the browser
js-sys={ version="0.3.72", optional=true }
tokio ={ version="1.40", features=["time"] }
tokio ={ version="1.41", features=["time"] }

[dev-dependencies]
serial_test ="3.1.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/kvdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ chacha20poly1305={ version="0.9", features=["alloc"], default-features=false }
synedrion ={ version="0.2.0-beta.0" }

# Async
tokio ={ version="1.40", features=["macros", "sync", "fs", "rt-multi-thread", "io-util"] }
tokio ={ version="1.41", features=["macros", "sync", "fs", "rt-multi-thread", "io-util"] }
tracing={ version="0.1", default-features=false }

# Misc
Expand Down
2 changes: 1 addition & 1 deletion crates/protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ synedrion ={ version="0.2.0-beta.0" }
serde ={ version="1.0", features=["derive"], default-features=false }
subxt ={ version="0.35.3", default-features=false }
sp-core ={ version="31.0.0", default-features=false, features=["full_crypto", "serde"] }
tokio ={ version="1.40", features=["sync", "rt", "macros"] }
tokio ={ version="1.41", features=["sync", "rt", "macros"] }
x25519-dalek ={ version="2.0.1", features=["static_secrets"] }
futures ="0.3"
hex ="0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/test-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ colored ="2.0.4"
subxt ="0.35.3"
sp-core ="31.0.0"
anyhow ="1.0.91"
tokio ={ version="1.40", features=["macros", "rt-multi-thread", "io-util", "process"] }
tokio ={ version="1.41", features=["macros", "rt-multi-thread", "io-util", "process"] }
hex ="0.4.3"
bincode ="1.3.3"
x25519-dalek ="2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/testing-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sp-core={ version="31.0.0", default-features=false }
parity-scale-codec="3.6.12"
lazy_static="1.5.0"
hex-literal="0.4.1"
tokio={ version="1.40", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] }
tokio={ version="1.41", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] }
axum={ version="0.7.7" }
entropy-shared={ version="0.3.0-rc.1", path="../shared" }
entropy-kvdb={ version="0.3.0-rc.1", path="../kvdb", default-features=false }
Expand Down
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ backoff ={ version="0.4.0", features=["tokio"] }

# Async
futures="0.3"
tokio ={ version="1.40", features=["macros", "fs", "rt-multi-thread", "io-util", "process", "sync"] }
tokio ={ version="1.41", features=["macros", "fs", "rt-multi-thread", "io-util", "process", "sync"] }

# HTTP
reqwest={ version="0.12.8", features=["json", "stream"] }
Expand Down
2 changes: 1 addition & 1 deletion scripts/create-test-keyshares/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish =false

[dependencies]
entropy-testing-utils={ version="0.3.0-rc.1", path="../../crates/testing-utils" }
tokio ={ version="1.40", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] }
tokio ={ version="1.41", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] }
entropy-shared ={ version="0.3.0-rc.1", path="../../crates/shared" }
entropy-kvdb ={ version="0.3.0-rc.1", path="../../crates/kvdb", default-features=false }
sp-core ="31.0.0"
Expand Down

0 comments on commit 49db744

Please sign in to comment.