From f4d683118a99b372b096ec63a5b1ae0735e7e42e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Oct 2022 17:02:56 +0000 Subject: [PATCH] Update dependencies-non-major --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a8e214e..e13d4e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,18 +65,18 @@ sink_postgres = ["tokio", "deadpool-postgres", "deadpool"] nuclei = "0.2.1" lightproc = "0.3.5" lever = "0.1.3" -thiserror = "1.0.31" -async-trait = "0.1.53" +thiserror = "1.0.37" +async-trait = "0.1.58" futures = { version = "0.3", default-features = false, features = ["std", "async-await"] } futures-timer = "3.0.2" -crossbeam-channel = "0.5.4" +crossbeam-channel = "0.5.6" rdkafka = { version = "0.28.0", default-features = false, features = ["libz"] } -tracing = "0.1.34" -url = "2.2.2" -libc = "0.2.126" +tracing = "0.1.37" +url = "2.3.1" +libc = "0.2.135" cuneiform-fields = "0.1.1" -serde = { version = "1.0.137", features = ["derive"] } -serde_json = "1.0.81" +serde = { version = "1.0.147", features = ["derive"] } +serde_json = "1.0.87" bincode = "1.3.3" http-types = "2.12.0" async-h1 = "2.3.3" @@ -90,7 +90,7 @@ deadpool-postgres = { version = "0.10.2", features = [ "serde", ], optional = true } deadpool = { version = "0.9.5", optional = true } -async-global-executor = "2.1.0" +async-global-executor = "2.3.0" [dev-dependencies] daemonize = "0.4.1" dirs = "4.0.0"