Skip to content

Commit 823af57

Browse files
chore: Bump tokio from 1.20.1 to 1.21.0 (#1170)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.1 to 1.21.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.20.1...tokio-1.21.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fefe930 commit 823af57

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1.0"
1919
sqlx = { version = "0.6", features = [ "runtime-tokio-native-tls", "postgres", "uuid", "chrono", "json", "offline", "migrate" ] }
2020
sqlxmq = "0.4"
21-
tokio = { version = "1.20", features = ["macros"] }
21+
tokio = { version = "1.21", features = ["macros"] }
2222
uuid = "1.1"
2323
warp = "0.3"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde = "1.0"
2222
serde_json = "1.0"
2323

2424
[dependencies.tokio]
25-
version = "1.16.1"
25+
version = "1.21.0"
2626
features = ["macros", "net", "io-util", "rt-multi-thread"]
2727

2828
[profile.release]

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ serde_json = "1.0.85"
3131
trust-dns-proto = "0.21.2"
3232

3333
[dev-dependencies]
34-
tokio = { version = "1.16.1" }
34+
tokio = { version = "1.21.0" }
3535

3636
[features]
3737
headless = ["fantoccini", "futures"]

0 commit comments

Comments
 (0)