Skip to content

Commit 6289d02

Browse files
chore(deps): bump tokio from 1.49.0 to 1.50.0 (#636)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54cd275 commit 6289d02

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
@@ -14,7 +14,7 @@ readme = "README.md"
1414
tonic = "0.12.3"
1515
prost = "0.13.5"
1616
prost-types = "0.14.3"
17-
tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] }
17+
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] }
1818
serde = { version = "1.0", features = ["derive"] }
1919
prost-wkt-types = "0.6"
2020

0 commit comments

Comments
 (0)