From 30244d4792ef867476d1505a52af6507712655dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 09:29:56 -0400 Subject: [PATCH] Bump log from 0.4.21 to 0.4.22 (#203) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4cca8e1..7e65497 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1411,9 +1411,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" dependencies = [ "value-bag", ] diff --git a/Cargo.toml b/Cargo.toml index f780ef1..6201218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ env_logger = "^0.11" bindgen = { version = "0.69.4", default-features = false, features = ["logging", "runtime", "which-rustfmt"] } [dependencies] -log = "^0.4.21" +log = "^0.4.22" fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.9" } fluvio-future = { version = "0.6.2", features = ["task", "io"] } anyhow = "1.0.86"