Skip to content

Commit 349ca69

Browse files
authored
Merge pull request #17 from WaveringAna/dependabot/cargo/tokio-1.43.1
Bump tokio from 1.43.0 to 1.43.1
2 parents 6a817c9 + 187be1e commit 349ca69

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)