Update indexmap and rayon crates

This commit is contained in:
John Kåre Alsaker 2023-03-25 02:12:13 +01:00
parent 7ac6cc905e
commit 92bb0a85e9
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -235,9 +235,9 @@ dependencies = [
[[package]] [[package]]
name = "indexmap" name = "indexmap"
version = "1.9.2" version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"hashbrown", "hashbrown",

View File

@ -25,7 +25,7 @@ target-lexicon = "0.12.0"
gimli = { version = "0.26.0", default-features = false, features = ["write"]} gimli = { version = "0.26.0", default-features = false, features = ["write"]}
object = { version = "0.29.0", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] } object = { version = "0.29.0", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
indexmap = "1.9.1" indexmap = "1.9.3"
libloading = { version = "0.7.3", optional = true } libloading = { version = "0.7.3", optional = true }
once_cell = "1.10.0" once_cell = "1.10.0"
smallvec = "1.8.1" smallvec = "1.8.1"