Skip to content

Commit e21a3b9

Browse files
committed
Auto merge of #4274 - rust-lang:renovate/dashmap-5.x, r=Turbo87
Update Rust crate dashmap to v5 [![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 | major | `4.0.2` -> `5.0.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 88ad69d + c1bac1a commit e21a3b9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 3 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
@@ -46,7 +46,7 @@ conduit-router = "0.10.0"
4646
conduit-static = "0.10.0"
4747

4848
cookie = { version = "0.16.0-rc.1", features = ["secure"] }
49-
dashmap = { version = "4.0.2", features = ["raw-api"] }
49+
dashmap = { version = "5.0.0", features = ["raw-api"] }
5050
derive_deref = "1.1.1"
5151
dialoguer = "0.9"
5252
diesel = { version = "1.4.8", features = ["postgres", "serde_json", "chrono", "r2d2"] }

0 commit comments

Comments
 (0)