Skip to content

Commit 256c460

Browse files
Bump tokio from 1.39.2 to 1.40.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.2 to 1.40.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.40.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01ff622 commit 256c460

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
@@ -24,7 +24,7 @@ sqlx = { version = "0.5", features = [
2424
"migrate",
2525
"postgres",
2626
] }
27-
tokio = { version = "1.1.1", features = ["full"] }
27+
tokio = { version = "1.40.0", features = ["full"] }
2828
tracing = { version = "0.1.40", features = ["log"] }
2929
tracing-bunyan-formatter = { version = "0.3.9" }
3030
tracing-opentelemetry = { version = "0.25.0" }

0 commit comments

Comments
 (0)