diff --git a/Cargo.lock b/Cargo.lock index b4cc801..8e30776 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -996,9 +996,9 @@ dependencies = [ [[package]] name = "deranged" -version = "0.4.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cfac68e08048ae1883171632c2aef3ebc555621ae56fbccce1cbf22dd7f058" +checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" dependencies = [ "powerfmt", ] @@ -3950,8 +3950,9 @@ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" [[package]] name = "rabbitizer" -version = "2.0.0-dev0" -source = "git+https://github.com/Decompollaborate/rabbitizer.git?branch=%F0%9F%A6%80#149aa16a440629ebb604308eb3dbdcf5475b841c" +version = "2.0.0-alpha.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64080591f74ce1fc31da186bbc915cb240dc6097b8df4bbd450c8a3fa493777d" dependencies = [ "bitflags 2.9.0", ] diff --git a/deny.toml b/deny.toml index 4ec5a7e..0e4dea4 100644 --- a/deny.toml +++ b/deny.toml @@ -240,8 +240,6 @@ allow-git = [] [sources.allow-org] # github.com organizations to allow git sources for github = [ - "CelestialAmber", # cwextab, rlwinmdec - "Decompollaborate", # rabbitizer "enarx", # flagset "encounter", ] diff --git a/objdiff-core/Cargo.toml b/objdiff-core/Cargo.toml index 31159a9..af19b88 100644 --- a/objdiff-core/Cargo.toml +++ b/objdiff-core/Cargo.toml @@ -150,7 +150,7 @@ ppc750cl = { version = "0.3", optional = true } rlwinmdec = { version = "1.1", optional = true } # mips -rabbitizer = { git = "https://github.com/Decompollaborate/rabbitizer.git", branch = "🦀", default-features = false, features = ["all_extensions"], optional = true } +rabbitizer = { version = "2.0.0-alpha.1", default-features = false, features = ["all_extensions"], optional = true } # x86 cpp_demangle = { version = "0.4", default-features = false, features = ["alloc"], optional = true }