mirror of https://github.com/astral-sh/uv
Update Rust crate goblin to 0.9.0 (#8621)
This commit is contained in:
parent
be92a2bbef
commit
b7f3e7a7f8
|
|
@ -1330,9 +1330,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "goblin"
|
||||
version = "0.8.2"
|
||||
version = "0.9.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
|
||||
checksum = "53ab3f32d1d77146981dea5d6b1e8fe31eedcb7013e5e00d6ccd1259a4b4d923"
|
||||
dependencies = [
|
||||
"log",
|
||||
"plain",
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ fs2 = { version = "0.4.3" }
|
|||
futures = { version = "0.3.30" }
|
||||
glob = { version = "0.3.1" }
|
||||
globwalk = { version = "0.9.1" }
|
||||
goblin = { version = "0.8.2", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] }
|
||||
goblin = { version = "0.9.0", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] }
|
||||
hex = { version = "0.4.3" }
|
||||
home = { version = "0.5.9" }
|
||||
html-escape = { version = "0.2.13" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue