Skip to content

Commit

Permalink
Merge pull request #465 from gosub-browser/dependabot/cargo/simple_lo…
Browse files Browse the repository at this point in the history
…gger-5.0.0

Bump simple_logger from 4.3.3 to 5.0.0
  • Loading branch information
Sharktheone authored May 6, 2024
2 parents 71e0f86 + 2a2d41a commit c6e81c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -56,7 +56,7 @@ regex = "1"
anyhow = "1.0.82"
walkdir = "2.5"
clap = { version = "4.5.4", features = ["derive"] }
simple_logger = "4.2.0"
simple_logger = "5.0.0"
cookie = { version = "0.18.1", features = ["secure", "private"] }
url = "2.5.0"

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 @@ -9,5 +9,5 @@ license = "MIT"
gosub_shared = { path = "../gosub_shared", features = [] }
lazy_static = "1.4"
log = "0.4.21"
simple_logger = "4.2.0"
simple_logger = "5.0.0"
anyhow = { version = "1.0.82", features = [] }
2 changes: 1 addition & 1 deletion crates/gosub_net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anyhow = "1.0.82"
log = "0.4.21"
domain-lookup-tree = "0.1"
hickory-resolver = "0.24.1"
simple_logger = "4.2.0"
simple_logger = "5.0.0"
cookie = { version = "0.18.1", features = ["secure", "private"] }
http = "1.0.0"
url = "2.5.0"

0 comments on commit c6e81c6

Please sign in to comment.