Skip to content

Commit

Permalink
Updating dependencies to fix main.
Browse files Browse the repository at this point in the history
  • Loading branch information
gklijs committed Jun 9, 2024
1 parent 4311c07 commit 30a9aff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ version = "^2.3"
optional = true

[dependencies.tokio]
version = "^1.22"
version = "^1.38"
features = ["macros"]
optional = true

Expand All @@ -82,10 +82,10 @@ optional = true

[dev-dependencies]
mockito = "^1.2.0"
rdkafka = { version = "^0.36.0", features = ["cmake-build"] }
rdkafka = { version = "^0.36.2", features = ["cmake-build"] }
rand = "^0.8.5"
test_utils = { path = "test_utils" }
tokio = { version = "^1.32.0", features = ["macros"] }
tokio = { version = "^1.38.0", features = ["macros"] }

[package.metadata.docs.rs]
all-features = true

0 comments on commit 30a9aff

Please sign in to comment.