Skip to content

Commit 188435d

Browse files
authored
Merge pull request #662 from gosub-io/dependabot/cargo/thiserror-1.0.67
Bump thiserror from 1.0.65 to 1.0.67
2 parents db09a28 + b479493 commit 188435d

File tree

8 files changed

+42
-42
lines changed

8 files changed

+42
-42
lines changed

Cargo.lock

Lines changed: 35 additions & 35 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 = "1.0.65"
15+
thiserror = "1.0.67"
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.8.5"
1616
itertools = "0.13.0"
1717
serde = { version = "1.0.210", features = ["derive"] }
1818
serde_json = "1.0.128"
19-
thiserror = "1.0.65"
19+
thiserror = "1.0.67"
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 = "1.0.65"
14+
thiserror = "1.0.67"
1515
url = { version = "2.5.2", 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 = "1.0.65"
12+
thiserror = "1.0.67"
1313
anyhow = "1.0.91"
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 = "1.0.65"
10+
thiserror = "1.0.67"
1111
url = "2.5.2"
1212
anyhow = "1.0.91"
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 = "1.0.65"
11+
thiserror = "1.0.67"
1212
v8 = "129.0.0"
1313
anyhow = "1.0.91"
1414
serde_json = "1.0.128"

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 = "1.0.65"
13+
thiserror = "1.0.67"
1414
anyhow = "1.0.91"
1515
paste = "1.0.15"
1616

0 commit comments

Comments
 (0)