diff --git a/Cargo.toml b/Cargo.toml index 568689e..cbfa101 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,33 +64,33 @@ sink_postgres = ["tokio", "deadpool-postgres", "deadpool"] #nuclei = { version = "0.2", default-features = false, features = ["epoll", "async-exec"] } nuclei = "0.2.1" lightproc = "0.3.5" -lever = "0.1.3" -thiserror = "1.0.37" -async-trait = "0.1.58" +lever = "0.1.4" +thiserror = "1.0.40" +async-trait = "0.1.68" futures = { version = "0.3", default-features = false, features = ["std", "async-await"] } futures-timer = "3.0.2" -crossbeam-channel = "0.5.6" -rdkafka = { version = "0.28.0", default-features = false, features = ["libz"] } +crossbeam-channel = "0.5.8" +rdkafka = { version = "0.31.0", default-features = false, features = ["libz"] } tracing = "0.1.37" url = "2.3.1" -libc = "0.2.135" +libc = "0.2.144" cuneiform-fields = "0.1.1" -serde = { version = "1.0.147", features = ["derive"] } -serde_json = "1.0.87" +serde = { version = "1.0.163", features = ["derive"] } +serde_json = "1.0.96" bincode = "1.3.3" http-types = "2.12.0" async-h1 = "2.3.3" pin-project-lite = "0.2.9" -futures-lite = "1.12.0" +futures-lite = "1.13.0" # Optionals -rocksdb = { version = "0.19.0", optional = true } +rocksdb = { version = "0.21.0", optional = true } elasticsearch = { version = "7.14.0-alpha.1", optional = true } -deadpool-postgres = { version = "0.10.2", features = [ +deadpool-postgres = { version = "0.10.5", features = [ "serde", ], optional = true } deadpool = { version = "0.9.5", optional = true } -async-global-executor = "2.3.0" +async-global-executor = "2.3.1" [dev-dependencies] daemonize = "0.4.1" dirs = "4.0.0"