Skip to content

Commit

Permalink
Merge pull request #3 from cloudflavor/chore/update-deps
Browse files Browse the repository at this point in the history
Chore/update deps
  • Loading branch information
oscar-automaton[bot] authored Jul 15, 2024
2 parents 8fc9c0a + 1c5c832 commit 77e508b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/tomis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ edition = "2021"

[dependencies]
tokio = { version = "^1.38", features = ["rt-multi-thread", "macros"] }
tonic = { version = "0.11" }
tonic = { version = "0.12" }
anyhow = "1.0"
actix = "0.13.5"
redis = "0.25.4"
structopt = "0.3.26"
prost-types = "0.12.6"
prost = "0.12.6"
prost-types = "0.13"
prost = "0.13"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"


[build-dependencies]
tonic-build = { version = "0.11", features = ["prost"] }
tonic-build = { version = "0.12", features = ["prost"] }
File renamed without changes.

0 comments on commit 77e508b

Please sign in to comment.