Skip to content

Commit

Permalink
Bump thiserror from 1.0.63 to 1.0.64
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 1.0.64.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.63...1.0.64)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent cdb0997 commit 44b847b
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 @@ -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.5"
thiserror = "1.0.61"
thiserror = "1.0.64"
wildmatch = "2.3.4"
log = "0.4.22"
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 = { version = "1", features = ["from"] }
phf = { version = "0.11.2", features = ["macros"] }
lazy_static = "1.5"
thiserror = "1.0.61"
thiserror = "1.0.64"
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"] }
thiserror = "1.0.61"
thiserror = "1.0.64"
ureq = "2.10.1"
anyhow = "1.0.89"
log = "0.4.22"
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.61"
thiserror = "1.0.64"
url = "2.5.2"
anyhow = "1.0.89"
lazy_static = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_styling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ itertools = "0.13.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
memoize = "0.4.2"
thiserror = "1.0.58"
thiserror = "1.0.64"
nom = "7.1.3"
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.61"
thiserror = "1.0.64"
v8 = "0.106.0"
anyhow = "1.0.89"
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.61"
thiserror = "1.0.64"
anyhow = "1.0.89"
paste = "1.0.15"

Expand Down

0 comments on commit 44b847b

Please sign in to comment.