Skip to content

Commit

Permalink
chore: update ada to v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Aug 27, 2023
1 parent 62d8eac commit b71072c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version = "0.13.0"
[dependencies]
lychee-lib = { path = "../lychee-lib", version = "0.13.0", default-features = false }

ada-url = { version = "1.4.2" }
ada-url = { version = "1.4.3", features = ["serde"] }
anyhow = "1.0.75"
assert-json-diff = "2.0.2"
clap = { version = "4.3.23", features = ["env", "derive"] }
Expand Down
2 changes: 1 addition & 1 deletion lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository = "https://github.com/lycheeverse/lychee"
version = "0.13.0"

[dependencies]
ada-url = { version = "1.4.2", features = ["serde"] }
ada-url = { version = "1.4.3", features = ["serde"] }
async-stream = "0.3.5"
cached = "0.44.0"
check-if-email-exists = { version = "0.9.0", optional = true }
Expand Down

0 comments on commit b71072c

Please sign in to comment.