Skip to content

Commit b9e9347

Browse files
fix(deps): update dependencies-non-major
1 parent b8a13cd commit b9e9347

File tree

2 files changed

+39
-34
lines changed

2 files changed

+39
-34
lines changed

Cargo.lock

Lines changed: 35 additions & 30 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
@@ -71,7 +71,7 @@ thiserror = "1.0"
7171
async-trait = "0.1"
7272
futures = { version = "0.3", default-features = false, features = ["std", "async-await"] }
7373
futures-timer = "3.0.2"
74-
crossbeam-channel = "0.5.8"
74+
crossbeam-channel = "0.5.10"
7575
rdkafka = { version = "0.36.0", default-features = false, features = ["libz"] }
7676
tracing = "0.1.40"
7777
url = "2.5.0"
@@ -86,12 +86,12 @@ pin-project-lite = "0.2"
8686
futures-lite = "2.1"
8787

8888
# Optionals
89-
rocksdb = { version = "0.19.0", optional = true }
89+
rocksdb = { version = "0.21.0", optional = true }
9090
elasticsearch = { version = "7.14.0-alpha.1", optional = true }
91-
deadpool-postgres = { version = "0.10.5", features = [
91+
deadpool-postgres = { version = "0.12.1", features = [
9292
"serde",
9393
], optional = true }
94-
deadpool = { version = "0.9.5", optional = true }
94+
deadpool = { version = "0.10.0", optional = true }
9595
async-global-executor = "2.4.1"
9696

9797
[dev-dependencies]

0 commit comments

Comments
 (0)