Skip to content

Commit

Permalink
Merge #58: bump deps, bugfix release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bryango authored Dec 19, 2024
2 parents a7de29e + 2396224 commit a5e09b8
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 82 deletions.
149 changes: 78 additions & 71 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hydra-check"
version = "2.0.0"
version = "2.0.1"
authors = ["Felix Richter <[email protected]>", "Bryan Lai <[email protected]>"]
edition = "2021"

Expand All @@ -18,7 +18,7 @@ reqwest = { version = "0.12.8", features = ["blocking", "cookies", "gzip"] }
scraper = "0.20.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.132"
serde_with = "3.11.0"
serde_with = { version = "3.11.0", default-features = false, features = ["macros"] }

[dev-dependencies]
insta = "1.41.1"
Expand Down
Loading

0 comments on commit a5e09b8

Please sign in to comment.