chore(deps): Bump permutation from 0.4.0 to 0.4.1 (#5182)
Bumps [permutation](https://github.com/jeremysalwen/rust-permutations) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/jeremysalwen/rust-permutations/releases) - [Commits](https://github.com/jeremysalwen/rust-permutations/commits) --- updated-dependencies: - dependency-name: permutation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/24376/head
parent
a2307648f5
commit
e6d68f90b4
|
@ -3494,9 +3494,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|||
|
||||
[[package]]
|
||||
name = "permutation"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f3f4a387a9ad6165bb590820827ef047d8e2921dfb9821891ed0ef2b7cf82774"
|
||||
checksum = "df202b0b0f5b8e389955afd5f27b007b00fb948162953f1db9c70d2c7e3157d7"
|
||||
|
||||
[[package]]
|
||||
name = "pest"
|
||||
|
|
|
@ -22,7 +22,7 @@ itertools = "0.10.1"
|
|||
metric = { path = "../metric" }
|
||||
observability_deps = { path = "../observability_deps" }
|
||||
parking_lot = "0.12"
|
||||
permutation = "0.4.0"
|
||||
permutation = "0.4.1"
|
||||
snafu = "0.7"
|
||||
schema = { path = "../schema" }
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
|
Loading…
Reference in New Issue