Skip to content

Commit

Permalink
build(deps): bump tokio from 1.28.2 to 1.32.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.32.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.28.2...tokio-1.32.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Erdem Meydanli <[email protected]>
  • Loading branch information
dependabot[bot] authored and meerd committed Apr 15, 2024
1 parent 3f7c575 commit 4e83af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enclave_build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
serde_json = "1.0"
tempfile = "3.5.0"
tokio = { version = "1.27", features = ["rt-multi-thread"] }
tokio = { version = "1.32", features = ["rt-multi-thread"] }
base64 = "0.21"
log = "0.4"
url = "2.4"
Expand Down

0 comments on commit 4e83af0

Please sign in to comment.