Skip to content

Commit 56784fe

Browse files
committed
Auto merge of #4641 - rust-lang:renovate/dashmap-5.x, r=Turbo87
Update Rust crate dashmap to v5.2.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dashmap](https://crates.io/crates/dashmap) | dependencies | minor | `=5.1.0` -> `=5.2.0` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 56a133f + 8790ca6 commit 56784fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ conduit-router = "=0.10.0"
4747
conduit-static = "=0.10.0"
4848

4949
cookie = { version = "=0.16.0", features = ["secure"] }
50-
dashmap = { version = "=5.1.0", features = ["raw-api"] }
50+
dashmap = { version = "=5.2.0", features = ["raw-api"] }
5151
derive_deref = "=1.1.1"
5252
dialoguer = "=0.10.0"
5353
diesel = { version = "=1.4.8", features = ["postgres", "serde_json", "chrono", "r2d2"] }

0 commit comments

Comments
 (0)