diff --git a/Cargo.lock b/Cargo.lock index d2062de..30168d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1958,9 +1958,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a0e75113e14dc5acb068cd0786884f214f1312650a3d36d269f5c4f3cdee8a2" +checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 5e6f2d2..80dbfba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ ratatui = { version = "=0.30.2", default-features = false, features = [ "layout-cache", "std", ], optional = true } -regex = "=1.13.0" +regex = "=1.13.1" reqwest = { version = "=0.13.4", features = ["brotli", "gzip", "socks"] } reqwest-middleware = "=0.5.2" rlimit = "=0.11.0"