diff --git a/Cargo.lock b/Cargo.lock index 946bf3ba..8073198a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1767,7 +1767,7 @@ dependencies = [ "progenitor-impl", "progenitor-macro", "rand 0.10.1", - "regress 0.11.1", + "regress", "reqwest", "schemars", "serde", @@ -1992,16 +1992,6 @@ version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" -[[package]] -name = "regress" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2057b2325e68a893284d1538021ab90279adac1139957ca2a74426c6f118fb48" -dependencies = [ - "hashbrown 0.16.1", - "memchr", -] - [[package]] name = "regress" version = "0.11.1" @@ -3011,9 +3001,9 @@ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" [[package]] name = "typify" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b715573a376585888b742ead9be5f4826105e622169180662e2c81bed4a149c3" +checksum = "bc0b89f47309feaeb23c4509c15c9a04234f7deccef6f96c3bfe95319819a304" dependencies = [ "typify-impl", "typify-macro", @@ -3021,15 +3011,15 @@ dependencies = [ [[package]] name = "typify-impl" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2fd0d27608a466d063d23b97cf2d26c25d838f01b4f7d5ff406a7446f16b6e3" +checksum = "fa7b026f540b148b81043c720889dbb942b08659aa8a43f624ac4f04dbfc1861" dependencies = [ "heck", "log", "proc-macro2", "quote", - "regress 0.10.5", + "regress", "schemars", "semver", "serde", @@ -3041,9 +3031,9 @@ dependencies = [ [[package]] name = "typify-macro" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd04bb1207cd4e250941cc1641f4c4815f7eaa2145f45c09dd49cb0a3691710a" +checksum = "39ed96c57f06ae0839416b986921a98f18b220da63bbb243a8570a00c8492183" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 6668bc66..e40981ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ serde_yaml = "0.9" syn = { version = "2.0.117", features = ["parsing"] } thiserror = "2.0.18" tokio = { version = "1.51.1", features = ["rt", "net"] } -typify = { version = "0.6.1" } +typify = { version = "0.6.2" } url = "2.5.8" unicode-ident = "1.0.24" uuid = { version = "1.23.0", features = ["serde", "v4"] }