X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fapi_common%2FCargo.toml;h=a9b2bf19be06c2b549de038a667b40c089ea15ef;hb=62c8ac1db50f25c96fc1010b4f41d9eb450543f0;hp=339d233a16b1ba553f3d69854a2d8c515ae9a628;hpb=b2a9d4a335185b25779740a936a9ba8b20e07986;p=lemmy.git diff --git a/crates/api_common/Cargo.toml b/crates/api_common/Cargo.toml index 339d233a..a9b2bf19 100644 --- a/crates/api_common/Cargo.toml +++ b/crates/api_common/Cargo.toml @@ -33,7 +33,7 @@ reqwest-middleware = { workspace = true, optional = true } regex = { workspace = true } rosetta-i18n = { workspace = true, optional = true } percent-encoding = { workspace = true, optional = true } -webpage = { version = "1.6.0", default-features = false, features = ["serde"], optional = true } +webpage = { version = "1.6", default-features = false, features = ["serde"], optional = true } encoding = { version = "0.2.33", optional = true } anyhow = { workspace = true } futures = { workspace = true }