Skip to content

Commit af34772

Browse files
fix(deps): update rust crate scraper to 0.24
1 parent cfc709a commit af34772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ documentation = "https://langchain-rust.sellie.tech/get-started/quickstart"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
scraper = "0.21"
15+
scraper = "0.24"
1616
serde = { version = "1.0", features = ["derive"] }
1717
async-trait = "0.1.80"
1818
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)