Skip to content

Commit

Permalink
fix(deps): update dependencies-non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 27, 2023
1 parent b8a13cd commit b9e9347
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 34 deletions.
65 changes: 35 additions & 30 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
Expand Up @@ -71,7 +71,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.10"
rdkafka = { version = "0.36.0", default-features = false, features = ["libz"] }
tracing = "0.1.40"
url = "2.5.0"
Expand All @@ -86,12 +86,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 b9e9347

Please sign in to comment.