Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 994c4ee commit 194ccc2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 35 deletions.
42 changes: 8 additions & 34 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 crates/mellow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = { version = "1.0.203", features = ["derive"] }
chrono = { version = "0.4.38", features = ["serde"] }
tracing = "0.1.40"
futures = "0.3.30"
dashmap = { version = "5.5.3", features = ["inline"] }
dashmap = { version = "6.0.1", features = ["inline"] }
reqwest = { version = "0.12.5", features = ["json"] }
actix-web = "4.7.0"
once_cell = "1.19.0"
Expand Down

0 comments on commit 194ccc2

Please sign in to comment.