diff --git a/Cargo.lock b/Cargo.lock index 43270402..8c4fe06d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1660,9 +1660,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" +checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" dependencies = [ "proc-macro2", ] diff --git a/Cargo.toml b/Cargo.toml index cf18698c..7857f20b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ indexmap = "2.11.4" openapiv3 = "2.2.0" percent-encoding = "2.3.2" proc-macro2 = "1.0.101" -quote = "1.0.40" +quote = "1.0.41" rand = "0.9.2" regex = "1.11.2" regress = "0.10.4"