diff --git a/Cargo.toml b/Cargo.toml index 7b922ce..4856b82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"