diff --git a/Cargo.lock b/Cargo.lock index 8de53386..d18c9879 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3456,9 +3456,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "url" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" +checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" dependencies = [ "form_urlencoded", "idna", diff --git a/Cargo.toml b/Cargo.toml index d0483825..39144d53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ thiserror = "1" tokio = { version = "1", features = ["full"] } toml = "0.7.6" toml_edit = "0.19.14" -url = "2.2.2" +url = "2.4.1" uuid = { version = "1.1", features = ["serde", "v4"] } version-compare = "0.1.0"