Skip to content

Commit

Permalink
update deps/clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
conorbros committed Feb 15, 2023
1 parent f06a649 commit ba204b9
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 69 deletions.
90 changes: 26 additions & 64 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions shotover-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cassandra-cpp-driver-tests = ["test-helpers/cassandra-cpp-driver-tests"]
pretty-hex = "0.3.0"
hex = "0.4.3"
tokio.workspace = true
tokio-util = { version = "0.7.0" }
tokio-util = { version = "0.7.7" }
tokio-stream = "0.1.2"
bytes.workspace = true
bytes-utils = "0.1.1"
Expand Down Expand Up @@ -73,7 +73,7 @@ ordered-float = { version = "3.0.0", features = ["serde"] }
#Crypto
rusoto_kms = "0.48.0"
rusoto_signature = "0.48.0"
csv = "1.1.6"
csv = "1.2.0"
strum_macros = "0.24"
chacha20poly1305 = { version = "0.10.0", features = ["std"] }
generic-array = { version = "0.14", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion test-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ uuid.workspace = true
redis.workspace = true
tokio-io-timeout = "1.1.1"
tokio-openssl.workspace = true
inferno = "0.11.13"
inferno = "0.11.15"
itertools.workspace = true
reqwest.workspace = true
tracing-subscriber.workspace = true
Expand Down
3 changes: 1 addition & 2 deletions tokio-bin-process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ tracing-subscriber.workspace = true
subprocess.workspace = true
anyhow.workspace = true
nix.workspace = true
rcgen.workspace = true
tokio.workspace = true
serde.workspace = true
serde_json.workspace = true
nu-ansi-term = "0.46.0"
itertools.workspace = true
once_cell = "1.16.0"
once_cell = "1.17.1"

0 comments on commit ba204b9

Please sign in to comment.