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 Feb 20, 2024
1 parent 6dbda82 commit 40d97ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion callysto-avro/Cargo.toml
Expand Up @@ -49,7 +49,7 @@ futures-lite = "2.2"
pin-project-lite = "0.2"
cuneiform-fields = "0.1.1"
crossbeam-channel = "0.5"
polars = { version = "0.36", features = ["avro"] }
polars = { version = "0.37", features = ["avro"] }
serde = "1.0"
tracing = "0.1"
callysto = { version = "0.1", path = "../callysto" }
8 changes: 4 additions & 4 deletions callysto/Cargo.toml
Expand Up @@ -68,21 +68,21 @@ async-trait = "0.1"
futures = { version = "0.3", default-features = false, features = ["std", "async-await"] }
futures-timer = "3.0"
crossbeam-channel = "0.5"
rdkafka = { version = "0.36.0", default-features = false, features = ["libz"] }
rdkafka = { version = "0.36.2", default-features = false, features = ["libz"] }
tracing = "0.1"
url = "2.5"
libc = "0.2"
cuneiform-fields = "0.1.1"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
bincode = "1.3.3"
http-types = "2.12.0"
async-h1 = "2.3"
pin-project-lite = "0.2"
futures-lite = "2.2"

# Optionals
rocksdb = { version = "0.19.0", optional = true }
rocksdb = { version = "0.22.0", optional = true }
elasticsearch = { version = "7.14.0-alpha.1", optional = true }
deadpool-postgres = { version = "0.12", features = [
"serde",
Expand Down

0 comments on commit 40d97ed

Please sign in to comment.