Skip to content

Commit

Permalink
Deps upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
detro committed Nov 13, 2023
1 parent e8df7b9 commit 05df370
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 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 @@ -30,18 +30,18 @@ exclude = [
async-trait = "0.1.74"
axum = { version = "0.6.20", features = ["http2"] }
chrono = "0.4.31"
clap = { version = "4.4.7", features = ["derive", "deprecated", "env", "wrap_help"] }
clap = { version = "4.4.8", features = ["derive", "deprecated", "env", "wrap_help"] }
const_format = "0.2.32"
ctrlc = { version = "3.4.1", features = ["termination"] }
env_logger = "0.10.0"
env_logger = "0.10.1"
exit-code = "1.0.0"
hyper = { version = "0.14.27", features = ["http1", "http2", "server", "runtime", "tcp"] }
konsumer_offsets = { version = "0.3.0", default-features = false, features = ["ts_chrono"] }
log = "0.4.20"
prometheus = "0.13.3"
regex = "1.10.2"
thiserror = "1.0.50"
tokio = { version = "1.33.0", features = ["rt", "rt-multi-thread", "time", "sync", "macros"] }
tokio = { version = "1.34.0", features = ["rt", "rt-multi-thread", "time", "sync", "macros"] }
tokio-util = "0.7.10"

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit 05df370

Please sign in to comment.