Skip to content

Commit 5c88394

Browse files
authored
Merge pull request #2 from rtk-rs/dependabot/cargo/thiserror-2
Update thiserror requirement from 1 to 2
2 parents e47d514 + f3e8328 commit 5c88394

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)