Skip to content

Commit

Permalink
Run cargo upgrade --incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondsfastly committed Oct 27, 2022
1 parent ebc7c1a commit 0b9f385
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 57 deletions.
72 changes: 19 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Expand Up @@ -16,8 +16,8 @@ async-channel = "1.7.1"
async-stream = "0.3.3"
bytes = "1.2.1"
chrono = { version = "0.4.22", features = ["serde"] }
clap = { version = "3.2.23", features = ["derive"] }
domain = "0.6.1"
clap = { version = "4.0.18", features = ["derive"] }
domain = "0.7.1"
extfmt = "0.1.1"
futures = "0.3.25"
futures-util = "0.3.25"
Expand All @@ -30,7 +30,7 @@ libc = "0.2.137"
log = "0.4.17"
prometheus = "0.13.3"
prometheus-static-metric = "0.5.1"
prost = "0.9.0"
prost = "0.11.0"
simple-error = "0.2.3"
stderrlog = "0.5.3"
thiserror = "1.0.37"
Expand All @@ -39,4 +39,4 @@ tokio-stream = "0.1.11"
tokio-util = { version = "0.7.4", features = ["codec", "io"] }

[build-dependencies]
prost-build = "0.9.0"
prost-build = "0.11.1"

0 comments on commit 0b9f385

Please sign in to comment.