Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
chore(deps): update rust crate tokio to 1.36.0 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent c714390 commit c73ab24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ openssl-sys = "0.9.75"
parse_duration = "2.1.1"
prost = "0.10.4"
prost-types = "0.10.1"
tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread", "fs", "signal"] }
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "fs", "signal"] }
tonic = { version = "0.7.2", features = ["tls", "tls-roots", "tls-roots-common"] }
tonic-types = "0.5.0"

[build-dependencies]
tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] }
tonic-build = "0.7.2"

[dev-dependencies]
tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] }

0 comments on commit c73ab24

Please sign in to comment.