Skip to content

Commit b739488

Browse files
committed
chore(deps): update rust crate thiserror to 1.0.67
1 parent b856d8f commit b739488

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ target-spec = { version = "3.2.2", features = ["custom", "summaries"] }
112112
target-spec-miette = "0.4.0"
113113
test-case = "3.3.1"
114114
test-strategy = "0.4.0"
115-
thiserror = "1.0.66"
115+
thiserror = "1.0.67"
116116
tokio = "1.41.0"
117117
toml = "0.8.19"
118118
toml_edit = "0.22.22"

workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cc = { version = "1.1.31", default-features = false, features = ["parallel"] }
4242
proc-macro2 = { version = "1.0.89" }
4343
quote = { version = "1.0.37" }
4444
serde = { version = "1.0.214", features = ["alloc", "derive"] }
45-
syn = { version = "2.0.86", features = ["extra-traits", "full", "visit", "visit-mut"] }
45+
syn = { version = "2.0.87", features = ["extra-traits", "full", "visit", "visit-mut"] }
4646

4747
[target.x86_64-unknown-linux-gnu.dependencies]
4848
futures-channel = { version = "0.3.31", features = ["sink"] }

0 commit comments

Comments
 (0)