diff --git a/Cargo.lock b/Cargo.lock index df09cee8..15efec0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1839,9 +1839,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.43" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" +checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" dependencies = [ "proc-macro2", ] diff --git a/Cargo.toml b/Cargo.toml index e6b3ce7a..0eb7006f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ markdown = { version = "1.0.0" } pretty_assertions = { version = "1.4.1" } proc-macro2 = { version = "1.0.106" } pyo3 = { version = "0.27.2", features = ["abi3-py310"] } -quote = { version = "1.0.43" } +quote = { version = "1.0.44" } regex = { version = "1.12.2" } rstest = { version = "0.26" } ruff_db = { git = "https://github.com/astral-sh/ruff/", branch = "main" }