diff --git a/Cargo.lock b/Cargo.lock index 0f25821..6c3bdc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4245,9 +4245,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.28" +version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "lru" diff --git a/Cargo.toml b/Cargo.toml index c8d1a3d..f050786 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ home = { version = "0.5"} Inflector = "0.11.4" dirs-next = "2.0.0" chrono = { version = "0.4.41", default-features = false } -log = "0.4.27" +log = "0.4.29" serde = "1.0.219" # must match the serde_derive version, see https://github.com/serde-rs/serde/issues/2584#issuecomment-1685252251 serde-big-array = "0.5.1" serde_bytes = "0.11.17"