Skip to content

Commit 8a7a122

Browse files
authored
Merge pull request #715 from gosub-io/dependabot/cargo/thiserror-2.0.7
Bump thiserror from 2.0.6 to 2.0.7
2 parents 4aba1f4 + a2bd2d9 commit 8a7a122

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/gosub_config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ serde = { version = "1.0", features = ["derive"] }
1212
serde_json = {version = "1.0", features = ["preserve_order"]}
1313
serde_derive = "1.0"
1414
lazy_static = "1.5"
15-
thiserror = "2.0.6"
15+
thiserror = "2.0.7"
1616
wildmatch = "2.4.0"
1717
log = "0.4.22"
1818
testing_logger = "0.1.1"

crates/gosub_css3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ rand = "0.9.0-beta"
1616
itertools = "0.13.0"
1717
serde = { version = "1.0.215", features = ["derive"] }
1818
serde_json = "1.0.133"
19-
thiserror = "2.0.6"
19+
thiserror = "2.0.7"
2020
nom = "7.1.3"

crates/gosub_html5/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gosub_css3 = { path = "../gosub_css3", features = [] }
1111
derive_more = { version = "1", features = ["from", "display"] }
1212
phf = { version = "0.11.2", features = ["macros"] }
1313
lazy_static = "1.5"
14-
thiserror = "2.0.6"
14+
thiserror = "2.0.7"
1515
url = { version = "2.5.4", features = [] }
1616
log = { version = "0.4.22", features = [] }
1717

crates/gosub_net/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
gosub_shared = { path = "../gosub_shared", features = [] }
1010
gosub_config = { path = "../gosub_config", features = [] }
1111
derive_more = { version = "1", features = ["from", "display"] }
12-
thiserror = "2.0.6"
12+
thiserror = "2.0.7"
1313
anyhow = "1.0.94"
1414
log = "0.4.22"
1515
domain-lookup-tree = "0.1"

crates/gosub_shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77

88
[dependencies]
99
chardet = "0.2.4"
10-
thiserror = "2.0.6"
10+
thiserror = "2.0.7"
1111
url = "2.5.4"
1212
anyhow = "1.0.94"
1313
lazy_static = "1.5.0"

crates/gosub_v8/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
[dependencies]
99
gosub_shared = { path = "../gosub_shared" }
1010
gosub_webexecutor = { path = "../gosub_webexecutor" }
11-
thiserror = "2.0.6"
11+
thiserror = "2.0.7"
1212
v8 = "130.0.1"
1313
anyhow = "1.0.94"
1414
serde_json = "1.0.133"

crates/gosub_webexecutor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gosub_shared = { path = "../gosub_shared" }
1010
colored = "2.1.0"
1111
derive_more = { version = "1", features = ["from", "display"] }
1212
lazy_static = "1.5"
13-
thiserror = "2.0.6"
13+
thiserror = "2.0.7"
1414
anyhow = "1.0.94"
1515
paste = "1.0.15"
1616

0 commit comments

Comments
 (0)