This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch dependabot/cargo/main/dashmap-6.1.0
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
commit 6329ae3cba5c35b7a7ade6ef8f1b673ce4f5fd4c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 31 19:42:12 2024 +0000
Update dashmap requirement from 5.4.0 to 6.1.0
Updates the requirements on [dashmap](https://github.com/xacrimon/dashmap)
to permit the latest version.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](https://github.com/xacrimon/dashmap/compare/v5.4.0...v6.1.0)
---
updated-dependencies:
- dependency-name: dashmap
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 007482bf..a29c7857 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,7 @@ futures = { version = "0.3" }
log = { version = "0.4" }
parking_lot = { version = "0.12" }
tempfile = { version = "3" }
-dashmap = { version = "5.4.0" }
+dashmap = { version = "6.1.0" }
async-trait = { version = "0.1.4" }
serde = { version = "1.0.136" }
num_cpus = { version = "1.13.0" }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]