Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 5c4b2a8 commit 827d632
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bytes = "1.7.1"
chrono = { version = "0.4", default-features = false, features = ["serde"] }
clap = { version = "4.5.16", features = ["cargo", "derive", "env", "unicode"] }
console-subscriber = { version = "0", optional = true }
dashmap = "6.0.1"
dashmap = "6.1.0"
delouse = { version = "0.1", optional = true }
dropshot = "0.11"
futures = "0.3.28"
Expand Down
2 changes: 1 addition & 1 deletion bambulabs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.87"
dashmap = "6.0.1"
dashmap = "6.1.0"
format_serde_error = { version = "0.3.0", default-features = false, features = ["serde_json"] }
lazy_static = "1.5.0"
nanoid = "0.4.0"
Expand Down

0 comments on commit 827d632

Please sign in to comment.