diff --git a/Cargo.toml b/Cargo.toml index cad3644..8925a57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -regex = "1.9.6" +regex = "1.10.0" serde_json = "1.0.107" clap = { version = "4.4.6", features = ["derive"] } unescaper = "0.1.2"