Skip to content

Commit

Permalink
chore(deps): bump thiserror from 1.0.60 to 1.0.61 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 29, 2024
1 parent d979992 commit a0d0056
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 @@ -34,7 +34,7 @@ rayon = { version = "1.10.0" }
regex = { version = "1.10.5", features = ["perf-dfa-full"] }
scraper = { version = "0.19.0" }
serde = { version = "1.0.203", features = ["derive"] }
thiserror = { version = "1.0.60" }
thiserror = { version = "1.0.61" }
tinyvec = { version = "1.6.0", features = ["alloc", "serde", "rustc_1_40"] }
toml = { version = "0.8.14" }
ureq = { version = "2.9.7", features = ["cookies"], default-features = true }
Expand Down

0 comments on commit a0d0056

Please sign in to comment.