Skip to content

Commit f33590c

Browse files
Bump tokio from 1.35.1 to 1.36.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.35.1 to 1.36.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.35.1...tokio-1.36.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 9dddca3 commit f33590c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ serde = { version = "1.0.190", features = ["derive"] }
1111
serde_json = "1.0.108"
1212
thiserror = "1.0.50"
1313
warp = { version = "0.3.6", features = ["tls"] }
14-
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread", "signal"] }
14+
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "signal"] }
1515
futures = "0.3.29"
1616
log = "0.4.20"
1717
sqlx-oldapi = { version = "0.6.18", features = ["runtime-tokio-rustls", "any", "mysql", "sqlite", "postgres"] }

0 commit comments

Comments
 (0)