diff --git a/recisdb-rs/Cargo.toml b/recisdb-rs/Cargo.toml index f656289..6a2464d 100644 --- a/recisdb-rs/Cargo.toml +++ b/recisdb-rs/Cargo.toml @@ -24,7 +24,7 @@ futures-executor = "0.3.26" futures-util = { version = "0.3.26", features = ["io"] } futures-time = "3.0.0" clap = { version = "^3.2", features = ["derive"] } -fancy-regex = "^0.10" +fancy-regex = "^0.11" b25-sys = { path = "../b25-sys" } ctrlc = { version = "^3.0", features = ["termination"] } nix = "^0.24.1"