mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-30 18:56:16 +00:00
Bump dashmap
Bumps the parquet-cargo-minor-patch group in /5-Applications/parquet_compressor with 1 update: [dashmap](https://github.com/xacrimon/dashmap). Updates `dashmap` from 6.1.0 to 6.2.1 - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](https://github.com/xacrimon/dashmap/compare/v6.1.0...v6.2.1) --- updated-dependencies: - dependency-name: dashmap dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: parquet-cargo-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 6a5703df97d971e85fbb1fdf49b54617bda6100f)
This commit is contained in:
parent
ea7d3b94c3
commit
b61f14f6bc
2 changed files with 3 additions and 3 deletions
4
5-Applications/parquet_compressor/Cargo.lock
generated
4
5-Applications/parquet_compressor/Cargo.lock
generated
|
|
@ -682,9 +682,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dashmap"
|
||||
version = "6.1.0"
|
||||
version = "6.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
|
||||
checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"crossbeam-utils",
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ glob = "0.3"
|
|||
pathdiff = "0.2"
|
||||
regex = "1.11"
|
||||
ahash = "0.8"
|
||||
dashmap = "6.1"
|
||||
dashmap = "6.2"
|
||||
dirs = "5.0"
|
||||
|
||||
[[bin]]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue