Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 593dbaf commit 7277e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbv2_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ regex = "1.10.6"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tar = "0.4.41"
thiserror = "1.0.63"
thiserror = "2.0.0"
tokenizers = { version = "0.21.0", default-features = false }
zstd = "0.13.2"

Expand Down

0 comments on commit 7277e70

Please sign in to comment.