Skip to content

Commit 88273ac

Browse files
Update dependencies-non-major
1 parent 54bba6f commit 88273ac

File tree

2 files changed

+38
-23
lines changed

2 files changed

+38
-23
lines changed

Cargo.lock

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

callysto/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ thiserror = "1.0"
6969
async-trait = "0.1"
7070
futures = { version = "0.3", default-features = false, features = ["std", "async-await"] }
7171
futures-timer = "3.0.2"
72-
crossbeam-channel = "0.5.8"
72+
crossbeam-channel = "0.5.9"
7373
rdkafka = { version = "0.36.0", default-features = false, features = ["libz"] }
7474
tracing = "0.1.40"
7575
url = "2.5.0"
@@ -84,12 +84,12 @@ pin-project-lite = "0.2"
8484
futures-lite = "2.1"
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.5", features = [
89+
deadpool-postgres = { version = "0.12.1", features = [
9090
"serde",
9191
], optional = true }
92-
deadpool = { version = "0.9.5", optional = true }
92+
deadpool = { version = "0.10.0", optional = true }
9393
async-global-executor = "2.4.1"
9494

9595
[dev-dependencies]

0 commit comments

Comments
 (0)