Skip to content

Commit

Permalink
feat: update to ada v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Sep 4, 2023
1 parent 307e7bd commit 1779b53
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion 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 examples/collect_links/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = "collect_links.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.13.0", default-features = false }
ada-url = { path = "../../../ada-rust", features = ["serde"] }
ada-url = { version = "2.0.0", features = ["serde"] }
tokio = { version = "1.32.0", features = ["full"] }
regex = "1.9.3"
http = "0.2.9"
Expand Down
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 = { path = "../../ada-rust", features = ["serde"] }
ada-url = { version = "2.0.0", 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 = { path = "../../ada-rust", features = ["serde"] }
ada-url = { version = "2.0.0", 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 1779b53

Please sign in to comment.