Skip to content

Commit 5af1fb9

Browse files
chore(deps): bump tokio from 1.51.0 to 1.52.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.51.0 to 1.52.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.51.0...tokio-1.52.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 734b391 commit 5af1fb9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ serde_json = "1.0"
3232
bincode = "1.3"
3333

3434
# Async runtime
35-
tokio = { version = "1.35", features = ["full"] }
35+
tokio = { version = "1.52", features = ["full"] }
3636
futures = "0.3"
3737

3838
# HTTP client (for Claude API)

0 commit comments

Comments
 (0)