Skip to content

Commit b6b2b90

Browse files
Bump tokio from 1.24.1 to 1.25.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.25.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.24.1...tokio-1.25.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 722688e commit b6b2b90

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -17,7 +17,7 @@ with-gui = ["druid", "self_update"]
1717

1818
[dependencies]
1919
druid = { version = "0.7", optional = true }
20-
tokio = { version = "1.23.1", features = ["full"] }
20+
tokio = { version = "1.25.0", features = ["full"] }
2121
axum = { version = "0.6.2", features = ["macros", "ws"] }
2222
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "sqlite"] }
2323
reqwest = { version = "0.11", features = ["native-tls-vendored", "json"] }

0 commit comments

Comments
 (0)