Skip to content

Commit

Permalink
Merge pull request #409 from gosub-browser/dependabot/cargo/anyhow-1.…
Browse files Browse the repository at this point in the history
…0.81

Bump anyhow from 1.0.80 to 1.0.81
  • Loading branch information
Sharktheone authored Mar 18, 2024
2 parents 1e9577c + 98dcca1 commit e5fae3d
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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 @@ -55,7 +55,7 @@ derive_more = "0.99"
lazy_static = "1.4"
regex = "1"
ureq = "2.9.6"
anyhow = "1.0.79"
anyhow = "1.0.81"
walkdir = "2.5"
clap = { version = "4.5.2", features = ["derive"] }
simple_logger = "4.2.0"
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 @@ -16,4 +16,4 @@ wildmatch = "2.2.0"
log = "0.4.21"
testing_logger = "0.1.1"
url = "2.5.0"
anyhow = "1.0.80"
anyhow = "1.0.81"
2 changes: 1 addition & 1 deletion crates/gosub_css3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ gosub_shared = { path = "../gosub_shared", features = [] }
lazy_static = "1.4"
log = "0.4.21"
simple_logger = "4.2.0"
anyhow = { version = "1.0.80", features = [] }
anyhow = { version = "1.0.81", features = [] }
2 changes: 1 addition & 1 deletion crates/gosub_net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gosub_config = { path = "../gosub_config", features = [] }
derive_more = "0.99"
thiserror = "1.0.57"
ureq = "2.9.5"
anyhow = "1.0.79"
anyhow = "1.0.81"
log = "0.4.21"
domain-lookup-tree = "0.1"
hickory-resolver = "0.24.0"
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 @@ -9,7 +9,7 @@ license = "MIT"
chardet = "0.2.4"
thiserror = "1.0.57"
url = "2.5.0"
anyhow = "1.0.80"
anyhow = "1.0.81"
lazy_static = "1.4.0"
uuid = { version = "1.7.0", features = ["v4"] }
rand = "0.9.0-alpha.0"
2 changes: 1 addition & 1 deletion crates/gosub_styling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ gosub_shared = { path = "../gosub_shared" }
gosub_css3 = { path = "../gosub_css3" }
gosub_html5 = { path = "../gosub_html5" }
lazy_static = "1.4"
anyhow = "1.0.80"
anyhow = "1.0.81"
regex = "1.10.3"
2 changes: 1 addition & 1 deletion crates/gosub_v8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ gosub_shared = { path = "../gosub_shared" }
gosub_webexecutor = { path = "../gosub_webexecutor" }
thiserror = "1.0.57"
v8 = "0.84.0"
anyhow = "1.0.80"
anyhow = "1.0.81"
serde_json = "1.0.114"
2 changes: 1 addition & 1 deletion crates/gosub_webexecutor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ derive_more = "0.99"
lazy_static = "1.4"
thiserror = "1.0.57"
v8 = "0.85.0"
anyhow = "1.0.80"
anyhow = "1.0.81"
paste = "1.0.14"

[dev-dependencies]
Expand Down

0 comments on commit e5fae3d

Please sign in to comment.