Skip to content

Commit

Permalink
Merge pull request #510 from gosub-browser/dependabot/cargo/log-0.4.22
Browse files Browse the repository at this point in the history
Bump log from 0.4.21 to 0.4.22
  • Loading branch information
Sharktheone authored Jul 8, 2024
2 parents 3659fd7 + 5f9ace5 commit 48cf02e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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 crates/gosub_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ serde_derive = "1.0"
lazy_static = "1.5"
thiserror = "1.0.61"
wildmatch = "2.3.4"
log = "0.4.21"
log = "0.4.22"
testing_logger = "0.1.1"
url = "2.5.0"
anyhow = "1.0.86"
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 @@ -8,6 +8,6 @@ license = "MIT"
[dependencies]
gosub_shared = { path = "../gosub_shared", features = [] }
lazy_static = "1.5"
log = "0.4.21"
log = "0.4.22"
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 @@ -13,7 +13,7 @@ phf = { version = "0.11.2", features = ["macros"] }
lazy_static = "1.5"
thiserror = "1.0.61"
url = { version = "2.5.0", features = [] }
log = { version = "0.4.21", features = [] }
log = { version = "0.4.22", features = [] }



Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ derive_more = "0.99"
thiserror = "1.0.61"
ureq = "2.9.7"
anyhow = "1.0.86"
log = "0.4.21"
log = "0.4.22"
domain-lookup-tree = "0.1"
hickory-resolver = "0.24.1"
simple_logger = "5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_useragent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ gosub_render_backend = { path = "../gosub_render_backend" }
gosub_renderer = { path = "../gosub_renderer" }
winit = "0.30.3"
slotmap = "1.0.7"
log = "0.4.21"
log = "0.4.22"
anyhow = "1.0.82"
url = "2.5.0"

0 comments on commit 48cf02e

Please sign in to comment.