From be39230dafbb0286b2ace40e6b6cf47c32888fa2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 11:12:56 -0800 Subject: [PATCH] fix(deps): update rust crate scraper to 0.21 (#266) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7ad429..f764bd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ documentation = "https://langchain-rust.sellie.tech/get-started/quickstart" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -scraper = "0.20" +scraper = "0.21" serde = { version = "1.0", features = ["derive"] } async-trait = "0.1.80" tokio = { version = "1", features = ["full"] }