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] <support@github.com> * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
parent
9b8ce395a6
commit
f0319f9ced
|
@ -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]]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue