diff --git a/Cargo.lock b/Cargo.lock index ba7a53bf..e003dc80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -798,9 +798,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "regress" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07948de9abc2e83adbeb7543c061a5ddaf7d944afcafbdd6e6b39aeacd40504b" +checksum = "158a764437582235e3501f683b93a0a6f8d825d04a789dbe5ed30b8799b8908a" dependencies = [ "hashbrown", "memchr", diff --git a/Cargo.toml b/Cargo.toml index c345b075..15b9d503 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ paste = "1.0.15" prettyplease = "0.2.37" proc-macro2 = "1.0.106" quote = "1.0.45" -regress = "0.11.0" +regress = "0.11.1" rustfmt-wrapper = "0.2.1" schema = "0.1.0" schemars = "0.8.22"