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] committed Dec 20, 2023
1 parent 54bba6f commit 88273ac
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 23 deletions.
53 changes: 34 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions callysto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ thiserror = "1.0"
async-trait = "0.1"
futures = { version = "0.3", default-features = false, features = ["std", "async-await"] }
futures-timer = "3.0.2"
crossbeam-channel = "0.5.8"
crossbeam-channel = "0.5.9"
rdkafka = { version = "0.36.0", default-features = false, features = ["libz"] }
tracing = "0.1.40"
url = "2.5.0"
Expand All @@ -84,12 +84,12 @@ pin-project-lite = "0.2"
futures-lite = "2.1"

# Optionals
rocksdb = { version = "0.19.0", optional = true }
rocksdb = { version = "0.21.0", optional = true }
elasticsearch = { version = "7.14.0-alpha.1", optional = true }
deadpool-postgres = { version = "0.10.5", features = [
deadpool-postgres = { version = "0.12.1", features = [
"serde",
], optional = true }
deadpool = { version = "0.9.5", optional = true }
deadpool = { version = "0.10.0", optional = true }
async-global-executor = "2.4.1"

[dev-dependencies]
Expand Down

0 comments on commit 88273ac

Please sign in to comment.