diff --git a/Cargo.lock b/Cargo.lock index f144dc712..6a09e6f8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -947,8 +947,7 @@ dependencies = [ [[package]] name = "const_panic" version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6051f239ecec86fde3410901ab7860d458d160371533842974fc61f96d15879b" +source = "git+https://github.com/rodrimati1992/const_panic?rev=7e864fccbc675f6e349ddd3875108f3eef1e8737#7e864fccbc675f6e349ddd3875108f3eef1e8737" [[package]] name = "constant_time_eq" diff --git a/Cargo.toml b/Cargo.toml index d1fbf8fb1..f85e9716d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,3 +77,4 @@ opt-level = 3 [patch.crates-io] async-compat = { git = "https://github.com/jplatte/async-compat", rev = "b83b197622d8b5756d3594ce73b720896b07faae" } +const_panic = { git = "https://github.com/rodrimati1992/const_panic", rev = "7e864fccbc675f6e349ddd3875108f3eef1e8737" }