Skip to content

Commit 50389c8

Browse files
chore(deps): bump the all-other-cargo-deps group across 1 directory with 9 updates
Bumps the all-other-cargo-deps group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ctor](https://github.com/mmastrac/linktime) | `1.0.5` | `1.0.6` | | [dashmap](https://github.com/xacrimon/dashmap) | `6.1.0` | `6.2.1` | | [pin-project](https://github.com/taiki-e/pin-project) | `1.1.12` | `1.1.13` | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.2` | `1.52.3` | | [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.8.16` | `1.8.17` | | [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) | `0.1.50` | `0.1.52` | | [tonic](https://github.com/hyperium/tonic) | `0.14.5` | `0.14.6` | Updates `ctor` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/mmastrac/linktime/releases) - [Changelog](https://github.com/mmastrac/linktime/blob/master/CHANGELOG.md) - [Commits](mmastrac/linktime@ctor-1.0.5...ctor-1.0.6) Updates `dashmap` from 6.1.0 to 6.2.1 - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](xacrimon/dashmap@v6.1.0...v6.2.1) Updates `pin-project` from 1.1.12 to 1.1.13 - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project@v1.1.12...v1.1.13) Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.149...v1.0.150) Updates `tokio` from 1.52.2 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.2...tokio-1.52.3) Updates `aws-config` from 1.8.16 to 1.8.17 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `mimalloc` from 0.1.50 to 0.1.52 - [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases) - [Commits](purpleprotocol/mimalloc_rust@v0.1.50...v0.1.52) Updates `tonic` from 0.14.5 to 0.14.6 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/grpc/grpc-rust/blob/master/CHANGELOG.md) - [Commits](grpc/grpc-rust@v0.14.5...tonic-v0.14.6) Updates `libmimalloc-sys` from 0.1.47 to 0.1.49 - [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases) - [Commits](purpleprotocol/mimalloc_rust@v0.1.47...v0.1.49) --- updated-dependencies: - dependency-name: ctor dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: dashmap dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-other-cargo-deps - dependency-name: pin-project dependency-version: 1.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: aws-config dependency-version: 1.8.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: mimalloc dependency-version: 0.1.52 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: tonic dependency-version: 0.14.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: libmimalloc-sys dependency-version: 0.1.49 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f45193 commit 50389c8

4 files changed

Lines changed: 62 additions & 46 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ bytes = "1.11"
119119
bzip2 = "0.6.1"
120120
chrono = { version = "0.4.44", default-features = false }
121121
criterion = "0.8"
122-
ctor = "1.0.5"
123-
dashmap = "6.0.1"
122+
ctor = "1.0.6"
123+
dashmap = "6.2.1"
124124
datafusion = { path = "datafusion/core", version = "53.1.0", default-features = false }
125125
datafusion-catalog = { path = "datafusion/catalog", version = "53.1.0" }
126126
datafusion-catalog-listing = { path = "datafusion/catalog-listing", version = "53.1.0" }

datafusion-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ backtrace = ["datafusion/backtrace"]
3737
[dependencies]
3838
arrow = { workspace = true }
3939
async-trait = { workspace = true }
40-
aws-config = "1.8.16"
40+
aws-config = "1.8.17"
4141
aws-credential-types = "1.2.13"
4242
chrono = { workspace = true }
4343
clap = { version = "4.5.60", features = ["cargo", "derive"] }

datafusion/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ zstd = { workspace = true, optional = true }
163163
async-trait = { workspace = true }
164164
criterion = { workspace = true, features = ["async_tokio", "async_futures"] }
165165
ctor = { workspace = true }
166-
dashmap = "6.1.0"
166+
dashmap = "6.2.1"
167167
datafusion-doc = { workspace = true }
168168
datafusion-functions-window-common = { workspace = true }
169169
datafusion-macros = { workspace = true }

0 commit comments

Comments
 (0)