Skip to content

Commit 55a6891

Browse files
Update dependencies-non-major
1 parent 459c654 commit 55a6891

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,32 +65,32 @@ sink_postgres = ["tokio", "deadpool-postgres", "deadpool"]
6565
nuclei = "0.2.1"
6666
lightproc = "0.3.5"
6767
lever = "0.1.3"
68-
thiserror = "1.0.31"
69-
async-trait = "0.1.53"
68+
thiserror = "1.0.32"
69+
async-trait = "0.1.57"
7070
futures = { version = "0.3", default-features = false, features = ["std", "async-await"] }
7171
futures-timer = "3.0.2"
72-
crossbeam-channel = "0.5.4"
72+
crossbeam-channel = "0.5.6"
7373
rdkafka = { version = "0.28.0", default-features = false, features = ["libz"] }
74-
tracing = "0.1.34"
74+
tracing = "0.1.36"
7575
url = "2.2.2"
76-
libc = "0.2.126"
76+
libc = "0.2.131"
7777
cuneiform-fields = "0.1.1"
78-
serde = { version = "1.0.137", features = ["derive"] }
79-
serde_json = "1.0.81"
78+
serde = { version = "1.0.143", features = ["derive"] }
79+
serde_json = "1.0.83"
8080
bincode = "1.3.3"
8181
http-types = "2.12.0"
8282
async-h1 = "2.3.3"
8383
pin-project-lite = "0.2.9"
8484
futures-lite = "1.12.0"
8585

8686
# Optionals
87-
rocksdb = { version = "0.18.0", optional = true }
87+
rocksdb = { version = "0.19.0", optional = true }
8888
elasticsearch = { version = "7.14.0-alpha.1", optional = true }
8989
deadpool-postgres = { version = "0.10.2", features = [
9090
"serde",
9191
], optional = true }
9292
deadpool = { version = "0.9.5", optional = true }
93-
async-global-executor = "2.1.0"
93+
async-global-executor = "2.2.0"
9494
[dev-dependencies]
9595
daemonize = "0.4.1"
9696
dirs = "4.0.0"

0 commit comments

Comments
 (0)