chore(deps): update rust crate similar to v3.1.1

This commit is contained in:
renovate[bot]
2026-05-24 00:39:11 +00:00
committed by Daniel Hofstetter
parent 5cef1c4327
commit 2dbeaea2e1
+4 -43
View File
@@ -279,23 +279,6 @@ dependencies = [
"cfg-if",
]
[[package]]
name = "ctor"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95d0d11eb38e7642efca359c3cf6eb7b2e528182d09110165de70192b0352775"
dependencies = [
"ctor-proc-macro",
"dtor",
"link-section",
]
[[package]]
name = "ctor-proc-macro"
version = "0.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7ab264ea985f1bd27887d7b21ea2bb046728e05d11909ca138d700c494730db"
[[package]]
name = "difflib"
version = "0.4.0"
@@ -313,21 +296,6 @@ dependencies = [
"syn",
]
[[package]]
name = "dtor"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17f72721db8027a4e96dd6fb50d2a1d32259c9d3da1b63dee612ccd981e14293"
dependencies = [
"dtor-proc-macro",
]
[[package]]
name = "dtor-proc-macro"
version = "0.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c98b077c7463d01d22dde8a24378ddf1ca7263dc687cffbed38819ea6c21131"
[[package]]
name = "encode_unicode"
version = "1.0.0"
@@ -352,9 +320,9 @@ dependencies = [
[[package]]
name = "fancy-regex"
version = "0.17.0"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
checksum = "e1e1dacd0d2082dfcf1351c4bdd566bbe89a2b263235a2b50058f1e130a47277"
dependencies = [
"bit-set",
"regex-automata",
@@ -623,12 +591,6 @@ version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
[[package]]
name = "link-section"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "468808413fa8bdf0edbe61c2bbc182dfc59885b94f496cf3fb42c9c96b1e0149"
[[package]]
name = "linux-raw-sys"
version = "0.12.1"
@@ -1006,7 +968,6 @@ dependencies = [
"clap",
"clap_complete",
"clap_mangen",
"ctor",
"fancy-regex",
"memchr",
"memmap2",
@@ -1090,9 +1051,9 @@ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
[[package]]
name = "similar"
version = "3.1.0"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04d93e861ede2e497b47833469b8ec9d5c07fa4c78ce7a00f6eb7dd8168b4b3f"
checksum = "e6505efef05804732ed8a3f2d4f279429eb485bd69d5b0cc6b19cc02005cda16"
dependencies = [
"bstr",
]