Skip to content

Commit 66a6258

Browse files
authored
Merge pull request #9 from adayoung/dependabot/cargo/tokio-1.44.2
Bump tokio from 1.44.1 to 1.44.2
2 parents 796b900 + 3352832 commit 66a6258

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
@@ -32,7 +32,7 @@ serde = { version = "1.0.219", features = ["derive"] }
3232
serde_json = "1.0.140"
3333
sqlx = { version = "0.8.3", features = ["runtime-tokio", "tls-rustls", "postgres", "bigdecimal", "chrono"] }
3434
time = "0.3.41"
35-
tokio = { version = "1.44.1", features = ["full"] }
35+
tokio = { version = "1.44.2", features = ["full"] }
3636
tower-cookies = { version = "0.10.0", features = ["private"] }
3737
tower-http = { version = "0.6.2", features = ["cors", "trace"] }
3838
tracing = "0.1.41"

0 commit comments

Comments
 (0)