Skip to content

Commit 6efff18

Browse files
chore(deps): bump tokio from 1.11.0 to 1.12.0 (#204)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.11.0...tokio-1.12.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e416eec commit 6efff18

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
@@ -21,7 +21,7 @@ tracing = "0.1"
2121
tracing-subscriber = { version = "0.2", features = ["parking_lot"] }
2222
tracing-futures = { version = "0.2", features = ["futures-03"] }
2323
sqlx = { version = "0.5", default-features = false, features = ["runtime-tokio-rustls", "macros", "migrate"] }
24-
tokio = { version = "1.11", features = ["rt-multi-thread", "net", "signal", "macros", "time"] }
24+
tokio = { version = "1.12", features = ["rt-multi-thread", "net", "signal", "macros", "time"] }
2525
tokio-stream = { version = "0.1", features = ["net"] }
2626
tokio-util = "0.6"
2727
tokio-rustls = "0.22"

0 commit comments

Comments
 (0)