diff --git a/Cargo.lock b/Cargo.lock index 35776986..49a9e455 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2291,9 +2291,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "semver" -version = "1.0.27" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" +checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" dependencies = [ "serde", "serde_core", diff --git a/Cargo.toml b/Cargo.toml index 3616790e..ea79c496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ ruff_python_parser = { git = "https://github.com/astral-sh/ruff/", branch = "mai ruff_python_trivia = { git = "https://github.com/astral-sh/ruff/", branch = "main" } ruff_source_file = { git = "https://github.com/astral-sh/ruff/", branch = "main" } ruff_text_size = { git = "https://github.com/astral-sh/ruff/", branch = "main" } -semver = { version = "1.0.27", features = ["serde"] } +semver = { version = "1.0.28", features = ["serde"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.149" } similar = { version = "3.0", features = ["inline"] }