Skip to content

Commit

Permalink
Update thiserror requirement from 1.0 to 2.0 (#270)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taiki Endo <taiki@smilerobotics.com>
  • Loading branch information
dependabot[bot] and taiki-e authored Nov 6, 2024
1 parent 960d963 commit d712e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ allow = [
"Apache-2.0",
"MIT",
"Unicode-DFS-2016", # unicode-ident
"Unicode-3.0",
"BSD-3-Clause",
"CC0-1.0",
"ISC",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mesh-loader = "0.1.6"
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
structopt = "0.3"
thiserror = "1.0"
thiserror = "2.0"
tracing = "0.1"
urdf-rs = "0.9"

Expand Down

0 comments on commit d712e63

Please sign in to comment.