Skip to content

Commit

Permalink
chore(deps): bump dashmap from 5.5.3 to 6.1.0
Browse files Browse the repository at this point in the history
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 5.5.3 to 6.1.0.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](xacrimon/dashmap@v.5.5.3...v6.1.0)

---
updated-dependencies:
- dependency-name: dashmap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent 2b8f6a6 commit 7594daa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
24 changes: 19 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ auto_enums = { workspace = true }
await-tree = { workspace = true }
bytes = { version = "1", features = ["serde"] }
crossbeam = "0.8.2"
dashmap = { version = "5", default-features = false }
dashmap = { version = "6", default-features = false }
dyn-clone = "1.0.14"
either = "1"
enum-as-inner = "0.6"
Expand Down

0 comments on commit 7594daa

Please sign in to comment.