Skip to content

Commit b08338c

Browse files
chore(deps): Bump tokio from 1.49.0 to 1.50.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.49.0 to 1.50.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 40fc1c4 commit b08338c

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
@@ -27,7 +27,7 @@ serde = "1.0"
2727
serde_derive = "1.0"
2828
serde_json = "1.0"
2929
tempfile = "3.26"
30-
tokio = {version = "1.49", features = ["full"]}
30+
tokio = {version = "1.50", features = ["full"]}
3131
toml = "1.0.3"
3232
zip = "8.1"
3333

0 commit comments

Comments
 (0)