Skip to content

Commit

Permalink
Bump dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
john-z-yang committed Nov 4, 2024
1 parent 03437d4 commit 27af2a3
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ edition = "2021"

[dependencies]
rdkafka = { version = "0.36.2", features = ["cmake-build"] }
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }
tokio-util = "0.7.12"
tokio-stream = { version = "0.1.16", features = ["full"] }
async-stream = "0.3.5"
futures = "0.3.28"
futures = "0.3.31"
chrono = { version = "0.4.26", features = ["serde"] }
anyhow = "1.0"
anyhow = "1.0.92"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
reqwest = { version = "0.12.8", features = ["json", "stream"] }
serde = "1.0.210"
serde_json = "1.0.128"
reqwest = { version = "0.12.9", features = ["json", "stream"] }
serde = "1.0.214"
serde_json = "1.0.132"

0 comments on commit 27af2a3

Please sign in to comment.