From e6d68f90b47a22681f9eca054bfc9e7a74fa2387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 08:38:23 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- read_buffer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d639bc58dd..bfa8c88252 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/read_buffer/Cargo.toml b/read_buffer/Cargo.toml index 68c4f5b967..e94b1d27af 100644 --- a/read_buffer/Cargo.toml +++ b/read_buffer/Cargo.toml @@ -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"}