Skip to content

Commit

Permalink
Bump retain_mut from 0.1.4 to 0.1.7
Browse files Browse the repository at this point in the history
Bumps [retain_mut](https://github.com/upsuper/retain_mut) from 0.1.4 to 0.1.7.
- [Release notes](https://github.com/upsuper/retain_mut/releases)
- [Commits](https://github.com/upsuper/retain_mut/commits)

---
updated-dependencies:
- dependency-name: retain_mut
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 4, 2022
1 parent 8300ce9 commit b0fe328
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 client/consensus/babe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ num-rational = "0.2.2"
num-traits = "0.2.8"
parking_lot = "0.12.0"
rand = "0.7.2"
retain_mut = "0.1.4"
retain_mut = "0.1.7"
schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated"] }
serde = { version = "1.0.136", features = ["derive"] }
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion client/transaction-pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ linked-hash-map = "0.5.4"
log = "0.4.16"
parity-util-mem = { version = "0.11.0", default-features = false, features = ["primitive-types"] }
parking_lot = "0.12.0"
retain_mut = "0.1.4"
retain_mut = "0.1.7"
serde = { version = "1.0.136", features = ["derive"] }
thiserror = "1.0.30"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
Expand Down

0 comments on commit b0fe328

Please sign in to comment.