Skip to content

Commit

Permalink
Update Rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 15, 2022
1 parent 949099b commit 7600e2b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 73 deletions.
88 changes: 19 additions & 69 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion distributor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ anyhow = { version = "1.0.66", features = ["backtrace"] }
base64 = "0.13.1"
byte-strings = { version = "0.2.2", features = ["const-friendly"] }
ciborium = "0.2.0"
clap = { version = "3.2.23", features = ["derive"] }
clap = { version = "4.0.25", features = ["derive"] }
form_urlencoded = "1.1.0"
futures = "0.3.25"
http = "0.2.8"
Expand Down
2 changes: 1 addition & 1 deletion http_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.58"
clap = { version = "3.2.23", features = ["derive"] }
clap = { version = "4.0.25", features = ["derive"] }
fs2 = "0.4.3"
futures = "0.3.25"
http = "0.2.8"
Expand Down
4 changes: 2 additions & 2 deletions tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ edition = "2018"
anyhow = "1.0.66"
async-trait = "0.1.58"
base64 = "0.13.1"
clap = { version = "3.2.23", features = ["derive"] }
clap = { version = "4.0.25", features = ["derive"] }
ctrlc = "3.2.3"
der-parser = { version = "7.0.0", features = ["bigint", "serialize"] }
der-parser = { version = "8.1.0", features = ["bigint", "serialize"] }
http = "0.2.8"
hyper = { version = "0.14.23", features = ["client", "http2"]}
hyper-tls = "0.5.0"
Expand Down

0 comments on commit 7600e2b

Please sign in to comment.