diff --git a/Cargo.lock b/Cargo.lock index 9bc5955537..65d93e7277 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3810,9 +3810,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 = [ "serde", "value-bag", diff --git a/tremor-connectors-azure/Cargo.toml b/tremor-connectors-azure/Cargo.toml index e9fdb2913d..7208b751e3 100644 --- a/tremor-connectors-azure/Cargo.toml +++ b/tremor-connectors-azure/Cargo.toml @@ -28,7 +28,7 @@ async-trait = "0.1.81" url = "2.5.2" reqwest = { version = "0.12.4", default-features = false, features = ["json"] } tokio = "1.37.0" -log = "0.4.21" +log = "0.4.22" tremor-script = { version = "0.13.0-rc.29", path = "../tremor-script" } bytes = "1.6.0" futures = { version = "0.3.30", default-features = false, features = [