Skip to content

Commit

Permalink
Deps upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
detro committed Aug 8, 2023
1 parent b23d0c5 commit 0bd7ce6
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ exclude = [

[dependencies]
async-trait = "0.1.72"
axum = { version = "0.6.19", features = ["http2"] }
axum = { version = "0.6.20", features = ["http2"] }
chrono = "0.4.26"
clap = { version = "4.3.19", features = ["derive", "deprecated", "env", "wrap_help"] }
clap = { version = "4.3.21", features = ["derive", "deprecated", "env", "wrap_help"] }
const_format = "0.2.31"
ctrlc = { version = "3.4.0", features = ["termination"] }
env_logger = "0.10.0"
Expand All @@ -29,7 +29,7 @@ hyper = { version = "0.14.27", features = ["http1", "http2", "server", "runtime"
konsumer_offsets = { version = "0.3.0", default-features = false, features = ["ts_chrono"] }
log = "0.4.19"
prometheus = "0.13.3"
regex = "1.9.1"
regex = "1.9.3"
thiserror = "1.0.44"
tokio = { version = "1.29.1", features = ["rt", "rt-multi-thread", "time", "sync", "macros"] }
tokio-util = "0.7.8"
Expand Down

0 comments on commit 0bd7ce6

Please sign in to comment.