Skip to content

Commit

Permalink
Merge pull request #498 from gosub-browser/dependabot/cargo/lazy_stat…
Browse files Browse the repository at this point in the history
…ic-1.5.0

Bump lazy_static from 1.4.0 to 1.5.0
  • Loading branch information
Sharktheone authored Jun 25, 2024
2 parents 85beba4 + c3d4ec7 commit 54b4325
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_css3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [] }
2 changes: 1 addition & 1 deletion crates/gosub_html5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [] }
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_styling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/gosub_typeface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/gosub_webexecutor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_webinterop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 54b4325

Please sign in to comment.