Skip to content

Commit 9b789e3

Browse files
chore(deps): bump tokio from 1.44.2 to 1.45.0 (#492)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.2 to 1.45.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.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 38508c2 commit 9b789e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.13.5"
17-
tokio = { version = "1.44.2", features = ["rt-multi-thread", "macros"] }
17+
tokio = { version = "1.45.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)