Skip to content

Commit 9a458ef

Browse files
fix(deps): update rust crate thiserror to v2
1 parent 7f45124 commit 9a458ef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/everest/framework/everestrs/Cargo.lock

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

lib/everest/framework/everestrs/everestrs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ log = { version = "0.4.20", features = ["std"] }
1010
serde = { version = "1.0.175", features = ["derive"] }
1111
serde_json = "1"
1212
serde_yaml = "0.9.34"
13-
thiserror = "1.0.48"
13+
thiserror = "2.0.0"
1414

1515
# Note: the version must be kept in sync with the `cxxbridge-cmd` version installed in `everestrs/CMakeLists.txt`.
1616
cxx = { version = "1.0.189", features = ["c++17"] }

0 commit comments

Comments
 (0)