Skip to content

Commit

Permalink
Update cargo non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent 97f773f commit 15aa162
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ redis = { version = "0.25.4", features = [
rand = "0.8.5"
futures = "0.3.30"
axum-extra = { version = "0.9.3", features = ["typed-header"] }
tonic = "0.11.0"
prost = "0.12.6"
tonic = "0.12.0"
prost = "0.13.0"
bb8-redis = "0.15.0"
time = { version = "0.3.36", features = ["serde"] }
dashmap = { version = "6.0.1", features = ["inline", "serde"] }
Expand All @@ -83,4 +83,4 @@ version = "0.9.102"
features = ["vendored"]

[build-dependencies]
tonic-build = "0.11.0"
tonic-build = "0.12.0"

0 comments on commit 15aa162

Please sign in to comment.