Skip to content

Commit

Permalink
Update deps (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Jul 22, 2022
1 parent b4fce95 commit 3453115
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 75 deletions.
123 changes: 52 additions & 71 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 shotover-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ derivative = "2.1.1"
itertools = "0.10.1"
rand = { version = "0.8.4" }
rand_distr = "0.4.1"
cached = "0.36"
cached = "0.37"
pin-project-lite = "0.2"
tokio-openssl = "0.6.2"
openssl = { version = "0.10.36", features = ["vendored"] }
Expand All @@ -52,8 +52,8 @@ bigdecimal = {version ="0.3.0", features = ["serde"] }
base64 = "0.13.0"

#Observability
metrics = "0.19.0"
metrics-exporter-prometheus = "0.10.0"
metrics = "0.20.0"
metrics-exporter-prometheus = "0.11.0"
tracing = { version = "0.1.15", features = ["release_max_level_info"] }
tracing-subscriber = { version = "0.3.1", features = ["env-filter"] }
tracing-log = { version = "0.1.1", features = ["env_logger"] }
Expand Down Expand Up @@ -89,7 +89,7 @@ test-helpers = { path = "../test-helpers" }
hex-literal = "0.3.3"
nix = "0.24.0"
reqwest = "0.11.6"
metrics-util = "0.13.0"
metrics-util = "0.14.0"
cdrs-tokio = { git = "https://github.com/krojew/cdrs-tokio" }

[[bench]]
Expand Down

0 comments on commit 3453115

Please sign in to comment.