Skip to content

Commit 1029d34

Browse files
Bump tokio from 1.43.0 to 1.43.1 in /backend
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] <support@github.com>
1 parent 27deeba commit 1029d34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/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.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde-inline-default = "0.2.0"
1717
sqlx = { version = "0.8.5", features = ["runtime-tokio-rustls", "sqlite", "time", "uuid"] }
1818
thiserror = "2.0.11"
1919
time = { version = "0.3.36", features = ["parsing", "serde"] }
20-
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "signal"] }
20+
tokio = { version = "1.43.1", features = ["macros", "rt-multi-thread", "signal"] }
2121
tower-http = { version = "0.6.1", features = ["cors", "fs", "trace"] }
2222
tracing = "0.1.40"
2323
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

0 commit comments

Comments
 (0)