diff --git a/Cargo.toml b/Cargo.toml index e08df8a..b3cfa0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ futures = { version = "=0.3.31", features = ["async-await"] } clap = { version = "4.5.47", features = ["derive", "wrap_help"] } indoc = { version = "2.0.6" } stderrlog = { version = "=0.6.0" } -regex = { version = "1.11.2" } +regex = { version = "1.12.2" }