Skip to content

Commit d82169e

Browse files
Update thiserror requirement from 1.0.37 to 2.0.18
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.37...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a43e2dc commit d82169e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stylist-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust-version = "1.84.0"
1818

1919
[dependencies]
2020
nom = { version = "7.1.1", optional = true }
21-
thiserror = "1.0.37"
21+
thiserror = "2.0.18"
2222
wasm-bindgen = "0.2.83"
2323
once_cell = "1.16.0"
2424
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)