Skip to content

Commit f3e8328

Browse files
Update thiserror requirement from 1 to 2
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.0...2.0.11) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e47d514 commit f3e8328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ readme = "README.md"
1717

1818
[dependencies]
1919
chrono = "0.4"
20-
thiserror = "1"
20+
thiserror = "2"
2121
strum_macros = "0.26"
2222
strum = { version = "0.26", features = ["derive"] }
2323
gnss-rs = { version = "2.3.1", features = ["serde"] }

0 commit comments

Comments
 (0)