Skip to content

Commit 1de8580

Browse files
chore(deps): bump tokio from 1.48.0 to 1.49.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e4774ad commit 1de8580

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
@@ -68,7 +68,7 @@ serde_json = { version = "1.0" }
6868
serde_urlencoded = { version = "0.7" }
6969
tempfile = { version = "3.24" }
7070
thiserror = { version = "2.0" }
71-
tokio = { version = "1.48", features = ["fs", "macros", "signal", "rt-multi-thread"] }
71+
tokio = { version = "1.49", features = ["fs", "macros", "signal", "rt-multi-thread"] }
7272
tokio-util = { version = "0.7" }
7373
tower = { version = "0.5" }
7474
tower-http = { version = "0.6", features = ["compression-full", "request-id", "sensitive-headers", "trace", "util"] }

0 commit comments

Comments
 (0)