Skip to content

Commit 187be1e

Browse files
Bump tokio from 1.43.0 to 1.43.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a817c9 commit 187be1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jsonwebtoken = "9"
1313
actix-web = "4.4"
1414
actix-files = "0.6"
1515
actix-cors = "0.6"
16-
tokio = { version = "1.36", features = ["rt-multi-thread", "macros"] }
16+
tokio = { version = "1.43", features = ["rt-multi-thread", "macros"] }
1717
sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "sqlite", "chrono"] }
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0"

0 commit comments

Comments
 (0)