Skip to content

Commit

Permalink
Merge pull request #399 from gosub-browser/dependabot/cargo/log-0.4.21
Browse files Browse the repository at this point in the history
Bump log from 0.4.20 to 0.4.21
  • Loading branch information
Sharktheone authored Mar 4, 2024
2 parents c519a77 + 3b47334 commit d31e46a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 @@ -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"
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.4"
log = "0.4.20"
log = "0.4.21"
simple_logger = "4.2.0"
anyhow = { version = "1.0.80", 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,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"

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.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"
Expand Down

0 comments on commit d31e46a

Please sign in to comment.