diff --git a/owmods_gui/backend/Cargo.toml b/owmods_gui/backend/Cargo.toml index 86d0531b..369f7592 100644 --- a/owmods_gui/backend/Cargo.toml +++ b/owmods_gui/backend/Cargo.toml @@ -32,7 +32,7 @@ typeshare = "1.0.1" notify = { version = "6.1.1", default-features = false, features = [ "macos_kqueue", ] } -regex = "1.10.2" +regex = "1.10.3" time = { version = "0.3.31", features = ["macros", "local-offset"] } tauri-plugin-deep-link = "0.1.2" opener = "0.6.1"