Skip to content

Commit a5e09b8

Browse files
authored
Merge #58: bump deps, bugfix release 2.0.1
2 parents a7de29e + 2396224 commit a5e09b8

File tree

4 files changed

+98
-82
lines changed

4 files changed

+98
-82
lines changed

Cargo.lock

Lines changed: 78 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hydra-check"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Felix Richter <[email protected]>", "Bryan Lai <[email protected]>"]
55
edition = "2021"
66

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

2323
[dev-dependencies]
2424
insta = "1.41.1"

0 commit comments

Comments
 (0)