Skip to content

Commit

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

Bump thiserror from 1.0.57 to 1.0.58
  • Loading branch information
Sharktheone authored Apr 1, 2024
2 parents b8e39e6 + 5960752 commit 083ca80
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 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.57"
thiserror = "1.0.58"
ureq = "2.9.5"
sqlite = "0.34.0"
wildmatch = "2.3.3"
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.57"
thiserror = "1.0.58"
url = { version = "2.5.0", features = [] }
log = { version = "0.4.21", features = [] }
ureq = "2.9.6"
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.57"
thiserror = "1.0.58"
ureq = "2.9.5"
anyhow = "1.0.81"
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.57"
thiserror = "1.0.58"
url = "2.5.0"
anyhow = "1.0.81"
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.57"
thiserror = "1.0.58"
v8 = "0.89.0"
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 @@ -10,7 +10,7 @@ gosub_shared = { path = "../gosub_shared" }
colored = "2.1.0"
derive_more = "0.99"
lazy_static = "1.4"
thiserror = "1.0.57"
thiserror = "1.0.58"
v8 = "0.89.0"
anyhow = "1.0.81"
paste = "1.0.14"
Expand Down

0 comments on commit 083ca80

Please sign in to comment.