Skip to content

Commit

Permalink
Merge pull request #25 from penumbra-zone/bump-tonic-0.10
Browse files Browse the repository at this point in the history
chore: bump tonic 0.9 -> 0.10
  • Loading branch information
conorsch authored Oct 23, 2023
2 parents e33ca3e + 714f669 commit f0ea00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rand = "0.8"
reqwest = "0.11"
indexmap = "1.8"
chrono = { version = "0.4", features = ["serde"] }
tonic = { version = "0.9", features = ["tls-webpki-roots", "tls"] }
tonic = { version = "0.10", features = ["tls-webpki-roots", "tls"] }
serde = { version = "1", features = ["derive"] }
binance = { git = "https://github.com/wisespace-io/binance-rs.git" }
url = "2"

0 comments on commit f0ea00f

Please sign in to comment.