diff --git a/Cargo.lock b/Cargo.lock index d3db4d1..c95cfe6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1335,9 +1335,9 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[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 = "macro_rules_attribute" diff --git a/Cargo.toml b/Cargo.toml index 87f2818..14a313b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ glob = { version = "0.3.1", default-features = false } indoc = { version = "2.0.5", default-features = false } ini-merge = { version = "0.5.0", default-features = false } itertools = { version = "0.13.0", default-features = false } -log = { version = "0.4.21", default-features = false } +log = { version = "0.4.22", default-features = false } medic = { version = "0.3.0" } regex = "1.10.5" strum = { version = "0.26.3", features = [