Skip to content

Commit

Permalink
Merge pull request #705 from gosub-io/dependabot/cargo/thiserror-2.0.6
Browse files Browse the repository at this point in the history
Bump thiserror from 2.0.3 to 2.0.6
  • Loading branch information
Sharktheone authored Dec 9, 2024
2 parents 96f7250 + f482f35 commit 44ce314
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
24 changes: 12 additions & 12 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 @@ -12,7 +12,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = {version = "1.0", features = ["preserve_order"]}
serde_derive = "1.0"
lazy_static = "1.5"
thiserror = "2.0.3"
thiserror = "2.0.6"
wildmatch = "2.4.0"
log = "0.4.22"
testing_logger = "0.1.1"
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 @@ -16,5 +16,5 @@ rand = "0.9.0-beta"
itertools = "0.13.0"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
thiserror = "2.0.3"
thiserror = "2.0.6"
nom = "7.1.3"
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 = { version = "1", features = ["from", "display"] }
phf = { version = "0.11.2", features = ["macros"] }
lazy_static = "1.5"
thiserror = "2.0.3"
thiserror = "2.0.6"
url = { version = "2.5.4", features = [] }
log = { version = "0.4.22", 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 = { version = "1", features = ["from", "display"] }
thiserror = "2.0.3"
thiserror = "2.0.6"
anyhow = "1.0.93"
log = "0.4.22"
domain-lookup-tree = "0.1"
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 = "2.0.3"
thiserror = "2.0.6"
url = "2.5.4"
anyhow = "1.0.93"
lazy_static = "1.5.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 @@ -8,7 +8,7 @@ license = "MIT"
[dependencies]
gosub_shared = { path = "../gosub_shared" }
gosub_webexecutor = { path = "../gosub_webexecutor" }
thiserror = "2.0.3"
thiserror = "2.0.6"
v8 = "130.0.1"
anyhow = "1.0.93"
serde_json = "1.0.133"
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 = { version = "1", features = ["from", "display"] }
lazy_static = "1.5"
thiserror = "2.0.3"
thiserror = "2.0.6"
anyhow = "1.0.93"
paste = "1.0.15"

Expand Down

0 comments on commit 44ce314

Please sign in to comment.