Skip to content

Commit 41ff8ea

Browse files
Bump tokio from 1.43.0 to 1.44.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.44.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.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 2b58803 commit 41ff8ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
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
@@ -10,7 +10,7 @@ axum = "0.8.1"
1010
chrono = { version = "0.4.38", features = ["clock"] }
1111
serde = { version = "1.0.188", features = ["derive"] }
1212
sqlx = { version = "0.8.3", features = ["chrono", "postgres", "runtime-tokio"] }
13-
tokio = { version = "1.28.2", features = ["default", "macros", "rt-multi-thread"] } # For async tests
13+
tokio = { version = "1.44.0", features = ["default", "macros", "rt-multi-thread"] } # For async tests
1414
hmac = "0.12.1"
1515
sha2 = "0.10.8"
1616
hex = "0.4.3"

0 commit comments

Comments
 (0)