Skip to content

Commit a118678

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

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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)