Skip to content

Commit 2ceb7f1

Browse files
Update ctor requirement from 0.2.0 to 0.6.3
Updates the requirements on [ctor](https://github.com/mmastrac/rust-ctor) to permit the latest version. - [Commits](https://github.com/mmastrac/rust-ctor/commits) --- updated-dependencies: - dependency-name: ctor dependency-version: 0.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0925c8 commit 2ceb7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async-trait = "0.1.73"
8484
bigdecimal = "=0.4.1"
8585
bytes = "1.4"
8686
chrono = { version = "0.4.34", default-features = false }
87-
ctor = "0.2.0"
87+
ctor = "0.6.3"
8888
dashmap = "6.0.1"
8989
datafusion = { path = "datafusion/core", version = "40.0.0", default-features = false }
9090
datafusion-common = { path = "datafusion/common", version = "40.0.0", default-features = false }

0 commit comments

Comments
 (0)