Skip to content

Commit 51d64d7

Browse files
committed
update some dependencies
1 parent 8a7460c commit 51d64d7

File tree

3 files changed

+26
-25
lines changed

3 files changed

+26
-25
lines changed

Cargo.lock

Lines changed: 24 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tonic-prost-build = { version = "0.14" }
4747
tracing = "0.1"
4848
tracing-appender = "0.2.2"
4949
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
50-
ctor = { version = "0.5" }
50+
ctor = { version = "0.6" }
5151
mimalloc = { version = "0.1" }
5252

5353
tokio = { version = "1" }

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ datafusion = { workspace = true }
4545
env_logger = { workspace = true }
4646
log = { workspace = true }
4747
object_store = { workspace = true, features = ["aws"] }
48-
testcontainers-modules = { version = "0.13", features = ["minio"] }
48+
testcontainers-modules = { version = "0.14", features = ["minio"] }
4949
tokio = { workspace = true, features = [
5050
"macros",
5151
"rt",

0 commit comments

Comments
 (0)