From 3b473344c4c308017f462f15564e03b519212e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 00:53:39 +0000 Subject: [PATCH] Bump log from 0.4.20 to 0.4.21 Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.20...0.4.21) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/gosub_config/Cargo.toml | 2 +- crates/gosub_css3/Cargo.toml | 2 +- crates/gosub_html5/Cargo.toml | 2 +- crates/gosub_net/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ebfc1cc8..8e9ae6c23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1053,9 +1053,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "lru-cache" diff --git a/crates/gosub_config/Cargo.toml b/crates/gosub_config/Cargo.toml index 895c180be..33c11346f 100644 --- a/crates/gosub_config/Cargo.toml +++ b/crates/gosub_config/Cargo.toml @@ -13,7 +13,7 @@ thiserror = "1.0.57" ureq = "2.9.5" sqlite = "0.33.0" wildmatch = "2.2.0" -log = "0.4.20" +log = "0.4.21" testing_logger = "0.1.1" url = "2.5.0" anyhow = "1.0.80" diff --git a/crates/gosub_css3/Cargo.toml b/crates/gosub_css3/Cargo.toml index 24dec6290..ac23f42f1 100644 --- a/crates/gosub_css3/Cargo.toml +++ b/crates/gosub_css3/Cargo.toml @@ -8,6 +8,6 @@ license = "MIT" [dependencies] gosub_shared = { path = "../gosub_shared", features = [] } lazy_static = "1.4" -log = "0.4.20" +log = "0.4.21" simple_logger = "4.2.0" anyhow = { version = "1.0.80", features = [] } diff --git a/crates/gosub_html5/Cargo.toml b/crates/gosub_html5/Cargo.toml index a53138acb..f671d9e5d 100644 --- a/crates/gosub_html5/Cargo.toml +++ b/crates/gosub_html5/Cargo.toml @@ -13,6 +13,6 @@ phf = { version = "0.11.2", features = ["macros"] } lazy_static = "1.4" thiserror = "1.0.57" url = { version = "2.5.0", features = [] } -log = { version = "0.4.20", features = [] } +log = { version = "0.4.21", features = [] } ureq = "2.9.6" diff --git a/crates/gosub_net/Cargo.toml b/crates/gosub_net/Cargo.toml index 508d29007..6c536288f 100644 --- a/crates/gosub_net/Cargo.toml +++ b/crates/gosub_net/Cargo.toml @@ -12,7 +12,7 @@ derive_more = "0.99" thiserror = "1.0.57" ureq = "2.9.5" anyhow = "1.0.79" -log = "0.4.20" +log = "0.4.21" domain-lookup-tree = "0.1" hickory-resolver = "0.24.0" simple_logger = "4.2.0"