Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pcvolkmer committed Dec 6, 2023
1 parent 487c306 commit a41f0b2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 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 @@ -7,12 +7,12 @@ description = "Sends request to bwHC-Backend, awaits response and sends it back"

[dependencies]
log = "0.4"
simple_logger = "4.2"
simple_logger = "4.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
rdkafka = { version = "0.34", features = [ "cmake-build", "libz-static" ] }
rdkafka = { version = "0.36", features = [ "cmake-build", "libz-static" ] }
reqwest = { version = "0.11", features = [ "rustls-tls" ], default-features = false }
tokio = { version = "1.32", features = ["default", "macros"] }
tokio = { version = "1.34", features = ["default", "macros"] }

[profile.release]
opt-level = "s"
Expand Down

0 comments on commit a41f0b2

Please sign in to comment.