diff --git a/Cargo.lock b/Cargo.lock index bf71dded..87c5aacc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -782,9 +782,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "regress" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16fe0a24af5daaae947294213d2fd2646fbf5e1fbacc1d4ba3e84b2393854842" +checksum = "1541daf4e4ed43a0922b7969bdc2170178bcacc5dabf7e39bc508a9fa3953a7a" dependencies = [ "hashbrown", "memchr", diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index c69ce8d9..a1659f0b 100644 --- a/typify-impl/Cargo.toml +++ b/typify-impl/Cargo.toml @@ -12,7 +12,7 @@ heck = "0.5.0" log = "0.4.22" proc-macro2 = "1.0.86" quote = "1.0.37" -regress = "0.10.0" +regress = "0.10.1" schemars = "0.8.21" semver = "1.0.23" serde = "1.0.210" diff --git a/typify-test/Cargo.toml b/typify-test/Cargo.toml index ba989760..1f9cfc5b 100644 --- a/typify-test/Cargo.toml +++ b/typify-test/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2021" [dependencies] -regress = "0.10.0" +regress = "0.10.1" serde = "1.0.210" serde_json = "1.0.128" diff --git a/typify/Cargo.toml b/typify/Cargo.toml index 74e44ddc..51724031 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -23,7 +23,7 @@ env_logger = "0.10.2" expectorate = "1.1.0" glob = "0.3.1" quote = "1.0.37" -regress = "0.10.0" +regress = "0.10.1" rustfmt-wrapper = "0.2.1" schemars = "0.8.21" serde = "1.0.210"