Skip to content

Commit c1a50ba

Browse files
chore(deps): bump tokio from 1.37.0 to 1.38.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.38.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.38.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b8443d0 commit c1a50ba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -19,7 +19,7 @@ clap = { version = "4.5.4", features = ["derive", "cargo"] }
1919
directories = "5.0.1"
2020
spinners = "4.1.1"
2121
tonic = "0.11.0"
22-
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "net", "signal"] }
22+
tokio = { version = "1.38.2", features = ["macros", "rt-multi-thread", "net", "signal"] }
2323
prost = "0.12.6"
2424
tokio-stream = { version = "0.1.15", features = ["net"] }
2525
tower = "0.4.13"

0 commit comments

Comments
 (0)