From f0319f9ced4ee99f55969b55cb373a1da656e627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 05:48:05 +0000 Subject: [PATCH] chore: bump im from 15.0.0 to 15.1.0 (#24992) * chore: bump im from 15.0.0 to 15.1.0 Bumps [im](https://github.com/bodil/im-rs) from 15.0.0 to 15.1.0. - [Release notes](https://github.com/bodil/im-rs/releases) - [Changelog](https://github.com/bodil/im-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bodil/im-rs/compare/v15.0.0...v15.1.0) --- updated-dependencies: - dependency-name: im dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 12 ++++++------ frozen-abi/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 12 ++++++------ runtime/Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fcee3c6c45..afe38aaaa8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1936,12 +1936,12 @@ checksum = "9007da9cacbd3e6343da136e98b0d2df013f553d35bdec8b518f07bea768e19c" [[package]] name = "im" -version = "15.0.0" +version = "15.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "111c1983f3c5bb72732df25cddacee9b546d08325fb584b5ebd38148be7b0246" +checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9" dependencies = [ "bitmaps", - "rand_core 0.5.1", + "rand_core 0.6.3", "rand_xoshiro", "rayon", "serde", @@ -3392,11 +3392,11 @@ dependencies = [ [[package]] name = "rand_xoshiro" -version = "0.4.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004" +checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" dependencies = [ - "rand_core 0.5.1", + "rand_core 0.6.3", ] [[package]] diff --git a/frozen-abi/Cargo.toml b/frozen-abi/Cargo.toml index ca7fbd8d78..fb8de57e8b 100644 --- a/frozen-abi/Cargo.toml +++ b/frozen-abi/Cargo.toml @@ -23,7 +23,7 @@ thiserror = "1.0" [target.'cfg(not(target_arch = "bpf"))'.dependencies] generic-array = { version = "0.14.5", default-features = false, features = ["serde", "more_lengths"] } -im = { version = "15.0.0", features = ["rayon", "serde"] } +im = { version = "15.1.0", features = ["rayon", "serde"] } memmap2 = "0.5.3" [target.'cfg(not(target_arch = "bpf"))'.dev-dependencies] diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 652cb8ec73..04dabf4310 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -1681,12 +1681,12 @@ checksum = "9007da9cacbd3e6343da136e98b0d2df013f553d35bdec8b518f07bea768e19c" [[package]] name = "im" -version = "15.0.0" +version = "15.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "111c1983f3c5bb72732df25cddacee9b546d08325fb584b5ebd38148be7b0246" +checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9" dependencies = [ "bitmaps", - "rand_core 0.5.1", + "rand_core 0.6.3", "rand_xoshiro", "rayon", "serde", @@ -3024,11 +3024,11 @@ dependencies = [ [[package]] name = "rand_xoshiro" -version = "0.4.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004" +checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" dependencies = [ - "rand_core 0.5.1", + "rand_core 0.6.3", ] [[package]] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 6b4598613a..cf26ece592 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -22,7 +22,7 @@ dashmap = { version = "4.0.2", features = ["rayon", "raw-api"] } dir-diff = "0.3.2" flate2 = "1.0.23" fnv = "1.0.7" -im = { version = "15.0.0", features = ["rayon", "serde"] } +im = { version = "15.1.0", features = ["rayon", "serde"] } index_list = "0.2.7" itertools = "0.10.3" lazy_static = "1.4.0"