Merge pull request #24 from NotAShelf/dependabot/cargo/regex-1.11.2

build(deps): bump regex from 1.11.1 to 1.11.2
This commit is contained in:
raf 2025-08-26 08:24:49 +03:00 committed by GitHub
commit c9b19f1e64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1135,9 +1135,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.11.1"
version = "1.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912"
dependencies = [
"aho-corasick",
"memchr",

View file

@ -25,7 +25,7 @@ smol = "2.0.2"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143"
base64 = "0.22.1"
regex = "1.11.1"
regex = "1.11.2"
ratatui = "0.29.0"
crossterm = "0.29.0"
unicode-segmentation = "1.12.0"