Skip to content

Commit b0c07dc

Browse files
authored
Merge pull request #72 from unipept/dependabot/cargo/tokio-1.44.2
Bump tokio from 1.44.0 to 1.44.2
2 parents 422686b + a118678 commit b0c07dc

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.

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde = { version = "1.0.203", features = ["derive"] }
1616
serde_json = "1.0.120"
1717
serde_qs = "0.13.0"
1818
thiserror = "1.0"
19-
tokio = { version = "1.36.0", features = ["rt", "rt-multi-thread", "macros"] }
19+
tokio = { version = "1.44.2", features = ["rt", "rt-multi-thread", "macros"] }
2020
tower = "0.4.13"
2121
tower-http = { version = "0.5.2", features = ["cors", "trace", "limit", "normalize-path"] }
2222
tracing = "0.1.40"

0 commit comments

Comments
 (0)