Skip to content

Commit

Permalink
Merge pull request #655 from gosub-io/dependabot/cargo/thiserror-1.0.65
Browse files Browse the repository at this point in the history
Bump thiserror from 1.0.64 to 1.0.65
  • Loading branch information
Sharktheone authored Oct 28, 2024
2 parents b61ef80 + 49f9cee commit 0cfc589
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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 @@ -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 = "1.0.64"
thiserror = "1.0.65"
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.8.5"
itertools = "0.13.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
thiserror = "1.0.63"
thiserror = "1.0.65"
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 = "1.0.64"
thiserror = "1.0.65"
url = { version = "2.5.2", 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 = "1.0.61"
thiserror = "1.0.65"
anyhow = "1.0.90"
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 = "1.0.64"
thiserror = "1.0.65"
url = "2.5.2"
anyhow = "1.0.90"
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 = "1.0.64"
thiserror = "1.0.65"
v8 = "129.0.0"
anyhow = "1.0.90"
serde_json = "1.0.128"
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 = "1.0.64"
thiserror = "1.0.65"
anyhow = "1.0.90"
paste = "1.0.15"

Expand Down

0 comments on commit 0cfc589

Please sign in to comment.