Skip to content

Commit ec176f0

Browse files
fix(deps): update dependencies-non-major
1 parent 6dbda82 commit ec176f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

callysto-avro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ futures-lite = "2.2"
4949
pin-project-lite = "0.2"
5050
cuneiform-fields = "0.1.1"
5151
crossbeam-channel = "0.5"
52-
polars = { version = "0.36", features = ["avro"] }
52+
polars = { version = "0.37", features = ["avro"] }
5353
serde = "1.0"
5454
tracing = "0.1"
5555
callysto = { version = "0.1", path = "../callysto" }

callysto/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,21 @@ async-trait = "0.1"
6868
futures = { version = "0.3", default-features = false, features = ["std", "async-await"] }
6969
futures-timer = "3.0"
7070
crossbeam-channel = "0.5"
71-
rdkafka = { version = "0.36.0", default-features = false, features = ["libz"] }
71+
rdkafka = { version = "0.36.2", default-features = false, features = ["libz"] }
7272
tracing = "0.1"
7373
url = "2.5"
7474
libc = "0.2"
7575
cuneiform-fields = "0.1.1"
76-
serde = { version = "1.0.193", features = ["derive"] }
77-
serde_json = "1.0.108"
76+
serde = { version = "1.0.196", features = ["derive"] }
77+
serde_json = "1.0.113"
7878
bincode = "1.3.3"
7979
http-types = "2.12.0"
8080
async-h1 = "2.3"
8181
pin-project-lite = "0.2"
8282
futures-lite = "2.2"
8383

8484
# Optionals
85-
rocksdb = { version = "0.19.0", optional = true }
85+
rocksdb = { version = "0.22.0", optional = true }
8686
elasticsearch = { version = "7.14.0-alpha.1", optional = true }
8787
deadpool-postgres = { version = "0.12", features = [
8888
"serde",

0 commit comments

Comments
 (0)