Skip to content

Commit 3175a03

Browse files
cargo(deps): bump tokio from 1.51.1 to 1.52.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.51.1 to 1.52.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.51.1...tokio-1.52.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2762291 commit 3175a03

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.

crates/rustmail/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rustmail_types = { path = "../rustmail_types" }
99
serde = { version = "1.0.228", features = ["derive"] }
1010
serenity = "0.12.5"
1111
sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite", "macros", "migrate"] }
12-
tokio = { version = "1.51.1", features = ["rt-multi-thread", "signal"] }
12+
tokio = { version = "1.52.0", features = ["rt-multi-thread", "signal"] }
1313
toml = "1.1.2"
1414
reqwest = { version = "0.13.2", features = ["json", "form"] }
1515
async-trait = "0.1.89"

0 commit comments

Comments
 (0)