Skip to content

Commit 4002fa1

Browse files
Update dependencies-non-major
1 parent 0da10c5 commit 4002fa1

File tree

2 files changed

+58
-54
lines changed

2 files changed

+58
-54
lines changed

Cargo.lock

Lines changed: 42 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

callysto/Cargo.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -64,33 +64,33 @@ sink_postgres = ["tokio", "deadpool-postgres", "deadpool"]
6464
#nuclei = { version = "0.2", default-features = false, features = ["epoll", "async-exec"] }
6565
nuclei = "0.2.1"
6666
lightproc = "0.3.5"
67-
lever = "0.1.3"
68-
thiserror = "1.0.37"
69-
async-trait = "0.1.58"
67+
lever = "0.1.4"
68+
thiserror = "1.0.51"
69+
async-trait = "0.1.74"
7070
futures = { version = "0.3", default-features = false, features = ["std", "async-await"] }
7171
futures-timer = "3.0.2"
72-
crossbeam-channel = "0.5.6"
73-
rdkafka = { version = "0.28.0", default-features = false, features = ["libz"] }
74-
tracing = "0.1.37"
75-
url = "2.3.1"
76-
libc = "0.2.135"
72+
crossbeam-channel = "0.5.9"
73+
rdkafka = { version = "0.36.0", default-features = false, features = ["libz"] }
74+
tracing = "0.1.40"
75+
url = "2.5.0"
76+
libc = "0.2.151"
7777
cuneiform-fields = "0.1.1"
78-
serde = { version = "1.0.147", features = ["derive"] }
79-
serde_json = "1.0.87"
78+
serde = { version = "1.0.193", features = ["derive"] }
79+
serde_json = "1.0.108"
8080
bincode = "1.3.3"
8181
http-types = "2.12.0"
82-
async-h1 = "2.3.3"
82+
async-h1 = "2.3.4"
8383
pin-project-lite = "0.2.13"
84-
futures-lite = "1.12.0"
84+
futures-lite = "1.13.0"
8585

8686
# Optionals
87-
rocksdb = { version = "0.19.0", optional = true }
87+
rocksdb = { version = "0.21.0", optional = true }
8888
elasticsearch = { version = "7.14.0-alpha.1", optional = true }
89-
deadpool-postgres = { version = "0.10.2", features = [
89+
deadpool-postgres = { version = "0.12.1", features = [
9090
"serde",
9191
], optional = true }
92-
deadpool = { version = "0.9.5", optional = true }
93-
async-global-executor = "2.3.0"
92+
deadpool = { version = "0.10.0", optional = true }
93+
async-global-executor = "2.4.1"
9494

9595
[dev-dependencies]
9696
dirs = "4.0.0"

0 commit comments

Comments
 (0)