Skip to content

Commit 6a559fb

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 5bf8b58 commit 6a559fb

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
@@ -76,7 +76,7 @@ log = "0.4"
7676
log4rs = "1.4"
7777
env_logger = "0.11"
7878
tempfile = "3.25"
79-
tokio = { version = "1.49", features = ["macros", "rt-multi-thread"] }
79+
tokio = { version = "1.50", features = ["macros", "rt-multi-thread"] }
8080
reqwest = { version = "0.13", features = ["json"] }
8181
async-trait = "0.1"
8282
atty = "0.2"

0 commit comments

Comments
 (0)