Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 15f702f commit 9c3720c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
39 changes: 20 additions & 19 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/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ elliptic-curve = { version = "0.13.8", features = ["pkcs8"] }
pcr-sign = { path = "../pcr-sign", optional=true }
tempfile = "3.10.1"
tokio-util = "0.7.11"
tokio = "1.38.0"
tokio = "1.41.1"

[dev-dependencies]
mockall = "0.11.4"
2 changes: 1 addition & 1 deletion crates/ev-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ strum = { version = "0.26.2", features = [ "derive", "strum_macros" ]}
strum_macros = "0.26.2"
tempfile = "3.10.1"
thiserror = "1.0.59"
tokio = {version = "1.37.0", features = ["rt", "rt-multi-thread", "macros", "fs"]}
tokio = {version = "1.41.1", features = ["rt", "rt-multi-thread", "macros", "fs"]}
tokio-util = "0.7.11"
toml = "0.5.9"
zip = "2.1.3"
2 changes: 1 addition & 1 deletion crates/ev-enclave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1.38.0", features = ["rt","rt-multi-thread","macros","fs"] }
tokio = { version = "1.41.1", features = ["rt","rt-multi-thread","macros","fs"] }
tokio-util = { version = "0.7.4", features = ["full"] }
bytes = "1"
itertools = "0.10.3"
Expand Down

0 comments on commit 9c3720c

Please sign in to comment.