Skip to content

Commit

Permalink
Update dependencies-non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 21, 2022
1 parent b3b2734 commit 7d4980c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rdkafka = { version = "0.28.0", default-features = false, features = ["libz"] }
tracing = "0.1.34"
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
url = "2.2.2"
libc = "0.2.125"
libc = "0.2.126"
cuneiform-fields = "0.1.1"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
Expand All @@ -93,7 +93,7 @@ elasticsearch = { version = "7.14.0-alpha.1", optional = true }
deadpool-postgres = { version = "0.10.2", features = [
"serde",
], optional = true }
deadpool = { version = "0.9.4", optional = true }
deadpool = { version = "0.9.5", optional = true }
async-global-executor = "2.0.4"
[dev-dependencies]
daemonize = "0.4.1"
Expand Down

0 comments on commit 7d4980c

Please sign in to comment.