Skip to content

Commit

Permalink
Deps upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
detro committed Jan 22, 2024
1 parent 1221f6a commit 3716341
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 69 deletions.
111 changes: 46 additions & 65 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@ exclude = [
[dependencies]
axum = { version = "0.7.4", features = ["http2"] }
chrono = "0.4.31"
clap = { version = "4.4.16", features = ["derive", "deprecated", "env", "wrap_help"] }
clap = { version = "4.4.18", features = ["derive", "deprecated", "env", "wrap_help"] }
const_format = "0.2.32"
ctrlc = { version = "3.4.2", features = ["termination"] }
env_logger = "0.10.1"
env_logger = "0.11.0"
exit-code = "1.0.0"
hyper = { version = "1.1.0", features = ["http1", "http2", "server"] }
konsumer_offsets = { version = "0.3.0", default-features = false, features = ["ts_chrono"] }
log = "0.4.20"
prometheus = "0.13.3"
regex = "1.10.2"
regex = "1.10.3"
thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["rt", "rt-multi-thread", "time", "sync", "macros"] }
tokio-util = "0.7.10"
tower-http = { version = "0.5", features = ["timeout"] }

[target.'cfg(unix)'.dependencies]
rdkafka = { version = "0.36.1", features = ["ssl-vendored", "gssapi-vendored", "libz-static"] }
rdkafka = { version = "0.36.2", features = ["ssl-vendored", "gssapi-vendored", "libz-static"] }

[profile.release]
strip = true # Automatically strip symbols from the binary.
Expand Down

0 comments on commit 3716341

Please sign in to comment.