Skip to content

Commit a80afc2

Browse files
chore(deps): bump tokio from 1.40.0 to 1.41.0
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] <[email protected]>
1 parent 9370179 commit a80afc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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
@@ -60,7 +60,7 @@ serde_json = { version = "1.0.132" }
6060
serde_with = { version = "3.11.0", features = ["json"] }
6161
sqlbuilder = { path = "sqlbuilder" }
6262
thiserror = { version = "1.0.64" }
63-
tokio = { version = "1.40.0", features = ["full"] }
63+
tokio = { version = "1.41.0", features = ["full"] }
6464
tokio-stream = { version = "0.1.16" }
6565
tower = { version = "0.5.1" }
6666
tower-http = { version = "0.6.1", features = [

0 commit comments

Comments
 (0)