Update dependencies (#5513)

This commit is contained in:
Alphyr
2023-02-14 20:45:15 +01:00
committed by GitHub
parent 49a89f91e5
commit cb150d37ce
8 changed files with 51 additions and 32 deletions

63
Cargo.lock generated
View File

@@ -4,9 +4,9 @@ version = 3
[[package]] [[package]]
name = "addr2line" name = "addr2line"
version = "0.17.0" version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
dependencies = [ dependencies = [
"gimli", "gimli",
] ]
@@ -54,11 +54,11 @@ dependencies = [
[[package]] [[package]]
name = "ahash" name = "ahash"
version = "0.7.6" version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" checksum = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107"
dependencies = [ dependencies = [
"getrandom 0.2.6", "cfg-if",
"once_cell", "once_cell",
"version_check", "version_check",
] ]
@@ -138,9 +138,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]] [[package]]
name = "backtrace" name = "backtrace"
version = "0.3.66" version = "0.3.67"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7" checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
dependencies = [ dependencies = [
"addr2line", "addr2line",
"cc", "cc",
@@ -558,7 +558,7 @@ dependencies = [
"cranelift-isle", "cranelift-isle",
"criterion", "criterion",
"gimli", "gimli",
"hashbrown", "hashbrown 0.13.1",
"log", "log",
"regalloc2", "regalloc2",
"serde", "serde",
@@ -620,7 +620,7 @@ name = "cranelift-frontend"
version = "0.94.0" version = "0.94.0"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"hashbrown", "hashbrown 0.13.1",
"log", "log",
"similar", "similar",
"smallvec", "smallvec",
@@ -687,7 +687,7 @@ version = "0.94.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cranelift-codegen", "cranelift-codegen",
"hashbrown", "hashbrown 0.13.1",
] ]
[[package]] [[package]]
@@ -776,7 +776,7 @@ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"cranelift-entity", "cranelift-entity",
"cranelift-frontend", "cranelift-frontend",
"hashbrown", "hashbrown 0.13.1",
"itertools", "itertools",
"log", "log",
"serde", "serde",
@@ -862,7 +862,7 @@ dependencies = [
"autocfg 1.1.0", "autocfg 1.1.0",
"cfg-if", "cfg-if",
"crossbeam-utils", "crossbeam-utils",
"memoffset", "memoffset 0.6.5",
"once_cell", "once_cell",
"scopeguard", "scopeguard",
] ]
@@ -1361,9 +1361,9 @@ dependencies = [
[[package]] [[package]]
name = "gimli" name = "gimli"
version = "0.26.1" version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4" checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793"
dependencies = [ dependencies = [
"fallible-iterator", "fallible-iterator",
"indexmap", "indexmap",
@@ -1398,6 +1398,12 @@ name = "hashbrown"
version = "0.12.3" version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "hashbrown"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038"
dependencies = [ dependencies = [
"ahash", "ahash",
] ]
@@ -1481,7 +1487,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
dependencies = [ dependencies = [
"autocfg 1.1.0", "autocfg 1.1.0",
"hashbrown", "hashbrown 0.12.3",
"serde", "serde",
] ]
@@ -1773,10 +1779,19 @@ dependencies = [
] ]
[[package]] [[package]]
name = "miniz_oxide" name = "memoffset"
version = "0.5.1" version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082" checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
dependencies = [
"autocfg 1.1.0",
]
[[package]]
name = "miniz_oxide"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [ dependencies = [
"adler", "adler",
] ]
@@ -1881,12 +1896,12 @@ checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
[[package]] [[package]]
name = "object" name = "object"
version = "0.29.0" version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" checksum = "8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a"
dependencies = [ dependencies = [
"crc32fast", "crc32fast",
"hashbrown", "hashbrown 0.13.1",
"indexmap", "indexmap",
"memchr", "memchr",
] ]
@@ -1922,9 +1937,9 @@ dependencies = [
[[package]] [[package]]
name = "once_cell" name = "once_cell"
version = "1.12.0" version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
[[package]] [[package]]
name = "oorandom" name = "oorandom"
@@ -3721,7 +3736,7 @@ dependencies = [
"log", "log",
"mach", "mach",
"memfd", "memfd",
"memoffset", "memoffset 0.8.0",
"once_cell", "once_cell",
"paste", "paste",
"rand 0.8.5", "rand 0.8.5",

View File

@@ -174,10 +174,10 @@ windows-sys = "0.45.0"
env_logger = "0.9" env_logger = "0.9"
rustix = "0.36.7" rustix = "0.36.7"
log = { version = "0.4.8", default-features = false } log = { version = "0.4.8", default-features = false }
object = { version = "0.29", default-features = false, features = ['read_core', 'elf', 'std'] } object = { version = "0.30.1", default-features = false, features = ['read_core', 'elf', 'std'] }
gimli = { version = "0.26.0", default-features = false, features = ['read', 'std'] } gimli = { version = "0.27.0", default-features = false, features = ['read', 'std'] }
clap = { version = "3.2.0", features = ["color", "suggestions", "derive"] } clap = { version = "3.2.0", features = ["color", "suggestions", "derive"] }
hashbrown = "0.12" hashbrown = "0.13"
cap-std = "1.0.0" cap-std = "1.0.0"
cap-rand = "1.0.0" cap-rand = "1.0.0"
capstone = "0.9.0" capstone = "0.9.0"

View File

@@ -18,7 +18,7 @@ bumpalo = "3"
cranelift-codegen-shared = { path = "./shared", version = "0.94.0" } cranelift-codegen-shared = { path = "./shared", version = "0.94.0" }
cranelift-entity = { workspace = true } cranelift-entity = { workspace = true }
cranelift-bforest = { workspace = true } cranelift-bforest = { workspace = true }
hashbrown = { workspace = true } hashbrown = { workspace = true, features = ["raw"] }
target-lexicon = { workspace = true } target-lexicon = { workspace = true }
log = { workspace = true } log = { workspace = true }
serde = { version = "1.0.94", features = ["derive"], optional = true } serde = { version = "1.0.94", features = ["derive"], optional = true }

View File

@@ -10,7 +10,7 @@ cargo-fuzz = true
[dependencies] [dependencies]
arbitrary = { version = "1.1.0", features = ["derive"] } arbitrary = { version = "1.1.0", features = ["derive"] }
env_logger = "0.9.0" env_logger = { workspace = true }
libfuzzer-sys = "0.4" libfuzzer-sys = "0.4"
wasmparser = { workspace = true } wasmparser = { workspace = true }
wasmprinter = { workspace = true } wasmprinter = { workspace = true }

View File

@@ -20,7 +20,7 @@ cfg-if = "1.0"
gimli = { workspace = true } gimli = { workspace = true }
object = { workspace = true } object = { workspace = true }
serde = { version = "1.0.94", features = ["derive"] } serde = { version = "1.0.94", features = ["derive"] }
addr2line = { version = "0.17.0", default-features = false } addr2line = { version = "0.19.0", default-features = false }
bincode = "1.2.1" bincode = "1.2.1"
rustc-demangle = "0.1.16" rustc-demangle = "0.1.16"
cpp_demangle = "0.3.2" cpp_demangle = "0.3.2"

View File

@@ -17,7 +17,7 @@ wasmtime-fiber = { workspace = true, optional = true }
wasmtime-jit-debug = { workspace = true, features = ["gdb_jit_int"] } wasmtime-jit-debug = { workspace = true, features = ["gdb_jit_int"] }
libc = { version = "0.2.112", default-features = false } libc = { version = "0.2.112", default-features = false }
log = { workspace = true } log = { workspace = true }
memoffset = "0.6.0" memoffset = "0.8.0"
indexmap = "1.0.2" indexmap = "1.0.2"
cfg-if = "1.0" cfg-if = "1.0"
rand = { version = "0.8.3", features = ['small_rng'] } rand = { version = "0.8.3", features = ['small_rng'] }

View File

@@ -20,7 +20,7 @@ anyhow = { workspace = true }
thiserror = { workspace = true } thiserror = { workspace = true }
tracing = { workspace = true } tracing = { workspace = true }
tracing-subscriber = { version = "0.3.1", default-features = false, features = ['fmt'] } tracing-subscriber = { version = "0.3.1", default-features = false, features = ['fmt'] }
env_logger = "0.9" env_logger = { workspace = true }
[badges] [badges]
maintenance = { status = "actively-developed" } maintenance = { status = "actively-developed" }

View File

@@ -39,4 +39,8 @@ skip-tree = [
# This is somewhat unmaintained at this point and seems to pull in an old # This is somewhat unmaintained at this point and seems to pull in an old
# version of `env_logger`, so ignore it. # version of `env_logger`, so ignore it.
{ name = "pretty_env_logger", depth = 20 }, { name = "pretty_env_logger", depth = 20 },
# They want to publish version 2.0 to upgrade `hashbrown` so in the meantime
# it is duplicated for us.
{ name = "indexmap", depth = 2 },
] ]