diff --git a/Cargo.toml b/Cargo.toml index a1122fa..f6b75ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ quick-js-dtp = { version = "0.4.1", default-features = false, features = [ ] } once_cell = "1.12.0" regex = "1.6.0" -fancy-regex = "0.11.0" +fancy-regex = "0.12.0" thiserror = "1.0.36" url = "2.2.2" reqwest = { version = "0.11.11", default-features = false, features = [ @@ -59,7 +59,7 @@ ress = "0.11.4" phf = "0.11.1" base64 = "0.21.0" urlencoding = "2.1.2" -quick-xml = { version = "0.30.0", features = ["serialize"], optional = true } +quick-xml = { version = "0.31.0", features = ["serialize"], optional = true } tracing = { version = "0.1.37", features = ["log"] } [dev-dependencies]