Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2023
1 parent db00402 commit 7a35443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md"]
regex = "1.10.2"
urlencoding = { version = "2.1.3", optional = true }
serde = { version = "1.0.193", features = ["derive"], optional = true }
thiserror = { version = "1.0.52", optional = true }
thiserror = { version = "1.0.53", optional = true }


# Edit `Makefile` and `src/lib.src` after making changes in this section:
Expand Down

0 comments on commit 7a35443

Please sign in to comment.