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] authored Aug 12, 2022
1 parent 459c654 commit 55a6891
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,32 +65,32 @@ 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.32"
async-trait = "0.1.57"
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"
tracing = "0.1.36"
url = "2.2.2"
libc = "0.2.126"
libc = "0.2.131"
cuneiform-fields = "0.1.1"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
serde = { version = "1.0.143", features = ["derive"] }
serde_json = "1.0.83"
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"

# Optionals
rocksdb = { version = "0.18.0", optional = true }
rocksdb = { version = "0.19.0", optional = true }
elasticsearch = { version = "7.14.0-alpha.1", optional = true }
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.2.0"
[dev-dependencies]
daemonize = "0.4.1"
dirs = "4.0.0"
Expand Down

0 comments on commit 55a6891

Please sign in to comment.