Skip to content

Commit d3826ea

Browse files
chore(deps): bump the all-other-cargo-deps group across 1 directory with 3 updates
Bumps the all-other-cargo-deps group with 3 updates in the / directory: [ctor](https://github.com/mmastrac/linktime), [dashmap](https://github.com/xacrimon/dashmap) and [pin-project](https://github.com/taiki-e/pin-project). 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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent acb80ce commit d3826ea

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -118,8 +118,8 @@ bytes = "1.11"
118118
bzip2 = "0.6.1"
119119
chrono = { version = "0.4.44", default-features = false }
120120
criterion = "0.8"
121-
ctor = "1.0.5"
122-
dashmap = "6.0.1"
121+
ctor = "1.0.6"
122+
dashmap = "6.2.1"
123123
datafusion = { path = "datafusion/core", version = "53.1.0", default-features = false }
124124
datafusion-catalog = { path = "datafusion/catalog", version = "53.1.0" }
125125
datafusion-catalog-listing = { path = "datafusion/catalog-listing", version = "53.1.0" }

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)