Skip to content

Commit

Permalink
Adjust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rmqtt committed Sep 3, 2023
1 parent 63b9f9b commit 3bd93be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rmqtt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ futures = "0.3"
tokio = { version = "1", features = ["sync", "time", "macros", "rt", "rt-multi-thread", "fs"] }
socket2 = { version = "0.5", features = ["all"] }
tokio-stream = { version = "0.1", features = ["net"] }
tonic = "0.10"
prost = "0.12"
tonic = "0.9"
prost = "0.11"
once_cell = "1.10"
dashmap = "5.4"
dashmap = "5.5"
ahash = "0.8"
bytes = { version = "1", features = ["serde"] }
bytestring = { version = "1", features = ["serde"] }
Expand Down Expand Up @@ -70,6 +70,6 @@ update_rate = "2.0"
bitflags = "2.3.3"

[build-dependencies]
tonic-build = "0.10"
tonic-build = "0.9"
toml = "0.7"
chrono = { version = "0.4", default-features = false, features = ["clock"] }

0 comments on commit 3bd93be

Please sign in to comment.