Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2023
1 parent a1e331a commit da558a5
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 9 deletions.
76 changes: 68 additions & 8 deletions src/proxy-manager/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 src/proxy-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
storage-queue = { path = "../agent/storage-queue" }
thiserror = "1.0"
tokio = { version = "1.28", features = [
tokio = { version = "1.29", features = [
"macros",
"rt-multi-thread",
"fs",
Expand Down

0 comments on commit da558a5

Please sign in to comment.