From c55111b7bc5a3bf655b0e4115f4a66d2001375a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:05:16 +0000 Subject: [PATCH] chore(deps): lock file maintenance --- Cargo.lock | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4e19d6d..97b6b4b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,12 +114,6 @@ dependencies = [ "serde_json", ] -[[package]] -name = "drop_bomb" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1" - [[package]] name = "either" version = "1.11.0" @@ -225,9 +219,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "libc" -version = "0.2.153" +version = "0.2.154" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" +checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" [[package]] name = "lock_api" @@ -528,7 +522,7 @@ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" [[package]] name = "ruff_python_ast" version = "0.0.0" -source = "git+https://github.com/astral-sh/ruff?tag=v0.4.1#0ff25a540c550d8d2f562844354f84eb292b9c4b" +source = "git+https://github.com/astral-sh/ruff?tag=v0.4.2#77c93fd63c1c072501d297082aa59c741b2d5466" dependencies = [ "aho-corasick", "bitflags", @@ -544,12 +538,11 @@ dependencies = [ [[package]] name = "ruff_python_parser" version = "0.0.0" -source = "git+https://github.com/astral-sh/ruff?tag=v0.4.1#0ff25a540c550d8d2f562844354f84eb292b9c4b" +source = "git+https://github.com/astral-sh/ruff?tag=v0.4.2#77c93fd63c1c072501d297082aa59c741b2d5466" dependencies = [ "anyhow", "bitflags", "bstr", - "drop_bomb", "is-macro", "itertools", "memchr", @@ -565,7 +558,7 @@ dependencies = [ [[package]] name = "ruff_python_trivia" version = "0.0.0" -source = "git+https://github.com/astral-sh/ruff?tag=v0.4.1#0ff25a540c550d8d2f562844354f84eb292b9c4b" +source = "git+https://github.com/astral-sh/ruff?tag=v0.4.2#77c93fd63c1c072501d297082aa59c741b2d5466" dependencies = [ "itertools", "ruff_source_file", @@ -576,7 +569,7 @@ dependencies = [ [[package]] name = "ruff_source_file" version = "0.0.0" -source = "git+https://github.com/astral-sh/ruff?tag=v0.4.1#0ff25a540c550d8d2f562844354f84eb292b9c4b" +source = "git+https://github.com/astral-sh/ruff?tag=v0.4.2#77c93fd63c1c072501d297082aa59c741b2d5466" dependencies = [ "memchr", "once_cell", @@ -586,7 +579,7 @@ dependencies = [ [[package]] name = "ruff_text_size" version = "0.0.0" -source = "git+https://github.com/astral-sh/ruff?tag=v0.4.1#0ff25a540c550d8d2f562844354f84eb292b9c4b" +source = "git+https://github.com/astral-sh/ruff?tag=v0.4.2#77c93fd63c1c072501d297082aa59c741b2d5466" [[package]] name = "rustc-hash"