diff --git a/Cargo.lock b/Cargo.lock index 169ea6f..5a939fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2204,9 +2204,9 @@ dependencies = [ [[package]] name = "url" -version = "2.5.7" +version = "2.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" +checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" dependencies = [ "form_urlencoded", "idna", diff --git a/Cargo.toml b/Cargo.toml index 0906335..2901253 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ base64 = "0.22.1" md-5 = "0.10.6" ratatui = { version = "0.29.0", features = ["all-widgets"] } crossterm = "0.29.0" -url = "2.5.7" +url = "2.5.8" color-eyre = "0.6.5" enum_dispatch = "0.3.13" derive_builder = "0.20.1"