From c3d4ec79b66a9011c4209b81ee834065f7e01970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 00:38:13 +0000 Subject: [PATCH] Bump lazy_static from 1.4.0 to 1.5.0 Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.4.0...1.5.0) --- updated-dependencies: - dependency-name: lazy_static dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/gosub_config/Cargo.toml | 2 +- crates/gosub_css3/Cargo.toml | 2 +- crates/gosub_html5/Cargo.toml | 2 +- crates/gosub_shared/Cargo.toml | 2 +- crates/gosub_styling/Cargo.toml | 2 +- crates/gosub_testing/Cargo.toml | 2 +- crates/gosub_typeface/Cargo.toml | 2 +- crates/gosub_webexecutor/Cargo.toml | 2 +- crates/gosub_webinterop/Cargo.toml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 219a6d656..65827181e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2143,9 +2143,9 @@ dependencies = [ [[package]] name = "lazy_static" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "lebe" diff --git a/Cargo.toml b/Cargo.toml index 6972e9a17..579dd1e26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ gosub_useragent = { path = "./crates/gosub_useragent", features = [] } serde = { version = "1.0", features = ["derive"] } serde_derive = "1.0" derive_more = "0.99" -lazy_static = "1.4" +lazy_static = "1.5" regex = "1" anyhow = "1.0.86" walkdir = "2.5" diff --git a/crates/gosub_config/Cargo.toml b/crates/gosub_config/Cargo.toml index 823207a28..a7f1aa6c4 100644 --- a/crates/gosub_config/Cargo.toml +++ b/crates/gosub_config/Cargo.toml @@ -8,7 +8,7 @@ gosub_shared = { path = "../gosub_shared", features = [] } serde = { version = "1.0", features = ["derive"] } serde_json = {version = "1.0", features = ["preserve_order"]} serde_derive = "1.0" -lazy_static = "1.4" +lazy_static = "1.5" thiserror = "1.0.61" wildmatch = "2.3.4" log = "0.4.21" diff --git a/crates/gosub_css3/Cargo.toml b/crates/gosub_css3/Cargo.toml index cbb1cf947..8a9c217dc 100644 --- a/crates/gosub_css3/Cargo.toml +++ b/crates/gosub_css3/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" [dependencies] gosub_shared = { path = "../gosub_shared", features = [] } -lazy_static = "1.4" +lazy_static = "1.5" log = "0.4.21" simple_logger = "5.0.0" anyhow = { version = "1.0.86", features = [] } diff --git a/crates/gosub_html5/Cargo.toml b/crates/gosub_html5/Cargo.toml index 53d4017cd..00c3e045e 100644 --- a/crates/gosub_html5/Cargo.toml +++ b/crates/gosub_html5/Cargo.toml @@ -10,7 +10,7 @@ gosub_shared = { path = "../gosub_shared", features = [] } gosub_css3 = { path = "../gosub_css3", features = [] } derive_more = "0.99" phf = { version = "0.11.2", features = ["macros"] } -lazy_static = "1.4" +lazy_static = "1.5" thiserror = "1.0.61" url = { version = "2.5.0", features = [] } log = { version = "0.4.21", features = [] } diff --git a/crates/gosub_shared/Cargo.toml b/crates/gosub_shared/Cargo.toml index 06232eaf4..e8a4f02ed 100644 --- a/crates/gosub_shared/Cargo.toml +++ b/crates/gosub_shared/Cargo.toml @@ -10,7 +10,7 @@ chardet = "0.2.4" thiserror = "1.0.61" url = "2.5.0" anyhow = "1.0.86" -lazy_static = "1.4.0" +lazy_static = "1.5.0" uuid = { version = "1.8.0", features = ["v4"] } rand = "0.9.0-alpha.1" diff --git a/crates/gosub_styling/Cargo.toml b/crates/gosub_styling/Cargo.toml index 2759b69f6..7ce051e7c 100644 --- a/crates/gosub_styling/Cargo.toml +++ b/crates/gosub_styling/Cargo.toml @@ -11,7 +11,7 @@ gosub_css3 = { path = "../gosub_css3" } gosub_html5 = { path = "../gosub_html5" } gosub_render_backend = { path = "../gosub_render_backend" } gosub_typeface = { path = "../gosub_typeface" } -lazy_static = "1.4" +lazy_static = "1.5" anyhow = "1.0.86" regex = "1.10.4" colors-transform = "0.2.11" diff --git a/crates/gosub_testing/Cargo.toml b/crates/gosub_testing/Cargo.toml index 0db2e895c..644411f14 100644 --- a/crates/gosub_testing/Cargo.toml +++ b/crates/gosub_testing/Cargo.toml @@ -11,7 +11,7 @@ gosub_html5 = { path = "../gosub_html5" } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["preserve_order"] } serde_derive = "1.0" -lazy_static = "1.4" +lazy_static = "1.5" nom = "7.1.3" nom_locate = "4.2.0" regex = "1" \ No newline at end of file diff --git a/crates/gosub_typeface/Cargo.toml b/crates/gosub_typeface/Cargo.toml index 8f4d1c9b4..8f4a009f1 100644 --- a/crates/gosub_typeface/Cargo.toml +++ b/crates/gosub_typeface/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" edition = "2021" [dependencies] -lazy_static = "1.4.0" +lazy_static = "1.5.0" rust-fontconfig = "0.1.7" diff --git a/crates/gosub_webexecutor/Cargo.toml b/crates/gosub_webexecutor/Cargo.toml index 6ba873104..010db475a 100644 --- a/crates/gosub_webexecutor/Cargo.toml +++ b/crates/gosub_webexecutor/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" gosub_shared = { path = "../gosub_shared" } colored = "2.1.0" derive_more = "0.99" -lazy_static = "1.4" +lazy_static = "1.5" thiserror = "1.0.61" v8 = "0.94.0" anyhow = "1.0.86" diff --git a/crates/gosub_webinterop/Cargo.toml b/crates/gosub_webinterop/Cargo.toml index 9393dd3c5..f9e647def 100644 --- a/crates/gosub_webinterop/Cargo.toml +++ b/crates/gosub_webinterop/Cargo.toml @@ -10,7 +10,7 @@ syn = { version = "2.0.65", features = ["full", "extra-traits"] } quote = { version = "1.0.36", features = [] } proc-macro2 = "1.0.85" serde = { version = "1.0.202", features = ["derive"] } -lazy_static = "1.4.0" +lazy_static = "1.5.0" [lib]