diff --git a/Cargo.lock b/Cargo.lock index a62e296..9851306 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2059,9 +2059,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lru" diff --git a/Cargo.toml b/Cargo.toml index b80e33d..fe991a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ fs_extra = "1.3.0" futures = "0.3" iced_aw = { git = "https://github.com/iced-rs/iced_aw.git", rev = "9ed46bffd0d819f22e07db6c282fbef733007df5", default-features = false, features = ["tabs", "icons"] } lazy_static = "1.5" -log = { version = "0.4.21", features = ["std"] } +log = { version = "0.4.22", features = ["std"] } open = "5" parse_link_header = "0.3" platform-dirs = "0.3.0"