diff --git a/Cargo.lock b/Cargo.lock index 18cf6688..976be96f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -777,9 +777,9 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" [[package]] name = "log" -version = "0.4.31" +version = "0.4.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "113b30b4cd05f7c06868fdb2854f66a7b9fece9a48425351cd532e810d74024f" +checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a" [[package]] name = "macrotest" diff --git a/Cargo.toml b/Cargo.toml index fa5098c8..3e4c3b3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ documentation = "https://docs.rs/apache-avro" # dependencies used by more than one members [workspace.dependencies] -log = { default-features = false, version = "0.4.31" } +log = { default-features = false, version = "0.4.32" } pretty_assertions = { default-features = false, version = "1.4.1", features = ["std"] } serde = { default-features = false, version = "1.0.228", features = ["std", "derive"] } serde_bytes = { default-features = false, version = "0.11.19", features = ["std"] }