mirror of
https://github.com/sharkdp/bat
synced 2026-06-09 10:03:18 +00:00
Merge pull request #3712 from sharkdp/dependabot/cargo/regex-1.12.3
build(deps): bump regex from 1.12.2 to 1.12.3
This commit is contained in:
Generated
+2
-2
@@ -1267,9 +1267,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex"
|
name = "regex"
|
||||||
version = "1.12.2"
|
version = "1.12.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick",
|
"aho-corasick",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
|||||||
+2
-2
@@ -67,7 +67,7 @@ clircle = { version = "0.6.1", default-features = false }
|
|||||||
bugreport = { version = "0.6.0", optional = true }
|
bugreport = { version = "0.6.0", optional = true }
|
||||||
etcetera = { version = "0.11.0", optional = true }
|
etcetera = { version = "0.11.0", optional = true }
|
||||||
grep-cli = { version = "0.1.12", optional = true }
|
grep-cli = { version = "0.1.12", optional = true }
|
||||||
regex = { version = "1.12.2", optional = true }
|
regex = { version = "1.12.3", optional = true }
|
||||||
walkdir = { version = "2.5", optional = true }
|
walkdir = { version = "2.5", optional = true }
|
||||||
bytesize = { version = "2.3.1" }
|
bytesize = { version = "2.3.1" }
|
||||||
encoding_rs = "0.8.35"
|
encoding_rs = "0.8.35"
|
||||||
@@ -114,7 +114,7 @@ once_cell = "1.20"
|
|||||||
prettyplease = "0.2.37"
|
prettyplease = "0.2.37"
|
||||||
proc-macro2 = "1.0.106"
|
proc-macro2 = "1.0.106"
|
||||||
quote = "1.0.45"
|
quote = "1.0.45"
|
||||||
regex = "1.12.2"
|
regex = "1.12.3"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
serde_with = { version = "3.17.0", default-features = false, features = ["macros"] }
|
serde_with = { version = "3.17.0", default-features = false, features = ["macros"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user