Skip to content

Commit

Permalink
Merge pull request #476 from gosub-browser/dependabot/cargo/thiserror…
Browse files Browse the repository at this point in the history
…-1.0.61

Bump thiserror from 1.0.59 to 1.0.61
  • Loading branch information
Sharktheone authored May 27, 2024
2 parents ca61de9 + d4c296f commit 67be8a1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
9 changes: 5 additions & 4 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 @@ -9,7 +9,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = {version = "1.0", features = ["preserve_order"]}
serde_derive = "1.0"
lazy_static = "1.4"
thiserror = "1.0.59"
thiserror = "1.0.61"
wildmatch = "2.3.3"
log = "0.4.21"
testing_logger = "0.1.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_html5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gosub_css3 = { path = "../gosub_css3", features = [] }
derive_more = "0.99"
phf = { version = "0.11.2", features = ["macros"] }
lazy_static = "1.4"
thiserror = "1.0.59"
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_net/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", features = [] }
gosub_config = { path = "../gosub_config", features = [] }
derive_more = "0.99"
thiserror = "1.0.59"
thiserror = "1.0.61"
ureq = "2.9.7"
anyhow = "1.0.86"
log = "0.4.21"
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 @@ -7,7 +7,7 @@ license = "MIT"

[dependencies]
chardet = "0.2.4"
thiserror = "1.0.59"
thiserror = "1.0.61"
url = "2.5.0"
anyhow = "1.0.86"
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_v8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
[dependencies]
gosub_shared = { path = "../gosub_shared" }
gosub_webexecutor = { path = "../gosub_webexecutor" }
thiserror = "1.0.59"
thiserror = "1.0.61"
v8 = "0.92.0"
anyhow = "1.0.86"
serde_json = "1.0.117"
2 changes: 1 addition & 1 deletion crates/gosub_webexecutor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gosub_shared = { path = "../gosub_shared" }
colored = "2.1.0"
derive_more = "0.99"
lazy_static = "1.4"
thiserror = "1.0.59"
thiserror = "1.0.61"
v8 = "0.92.0"
anyhow = "1.0.86"
paste = "1.0.15"
Expand Down

0 comments on commit 67be8a1

Please sign in to comment.