Skip to content

Commit eb3a3c8

Browse files
chore(deps): bump tokio from 1.49.0 to 1.50.0 in the async-runtime group (#148)
Bumps the async-runtime group with 1 update: [tokio](https://github.com/tokio-rs/tokio). Updates `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 dependency-group: async-runtime ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de5fa17 commit eb3a3c8

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
@@ -26,7 +26,7 @@ path = "crates/main.rs"
2626
thiserror = "2.0.18"
2727

2828
# Async runtime
29-
tokio = { version = "1.0", features = ["full"] }
29+
tokio = { version = "1.50", features = ["full"] }
3030

3131
# Serialization
3232
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)