Skip to content

Commit

Permalink
Merge pull request #11 from timvw/renovate/thiserror-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate thiserror to 1.0.59
  • Loading branch information
timvw committed May 3, 2024
2 parents 79ccf69 + 07215db commit e13c1c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
thiserror = { version = "1" }
thiserror = { version = "1.0.59" }
quick-xml = { version = "0.31", features = ["serialize"] }
reqwest = { version = "0.12", features = ["blocking"] }
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit e13c1c0

Please sign in to comment.