chore: change names and update dependencies

This commit is contained in:
Anna 2024-01-24 06:37:45 -05:00
parent dd304cf8a2
commit d2d95770a3
Signed by: anna
GPG Key ID: D0943384CD9F87D1
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "lodestone-parser"
version = "1.0.0"
authors = ["Anna Clemens <git@annaclemens.io>"]
authors = ["Anna <git@anna.lgbt>"]
edition = "2021"
@ -24,9 +24,9 @@ with_serde = [
[dependencies]
chrono = "0.4"
cssparser = { version = "0.27", optional = true }
cssparser = { version = "0.33", optional = true }
lazy_static = { version = "1", optional = true }
scraper = { version = "0.13", optional = true }
scraper = { version = "0.18", optional = true }
serde = { version = "1", features = ["derive"], optional = true }
thiserror = { version = "1", optional = true }
url = "2"