Skip to content

Commit

Permalink
Merge pull request #92 from curieo-org/renovate/cargo-minor-patch
Browse files Browse the repository at this point in the history
Update cargo non-major dependencies
  • Loading branch information
rathijitpapon authored Jul 9, 2024
2 parents e71909a + fa105de commit 7301f63
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 7301f63

Please sign in to comment.