mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-23 14:16:26 +00:00
reduce deps
This commit is contained in:
parent
caf9d20dea
commit
ef76b48505
2 changed files with 4 additions and 20 deletions
18
Cargo.lock
generated
18
Cargo.lock
generated
|
@ -2163,7 +2163,6 @@ dependencies = [
|
||||||
"toml 0.8.12",
|
"toml 0.8.12",
|
||||||
"tracing",
|
"tracing",
|
||||||
"tracing-subscriber",
|
"tracing-subscriber",
|
||||||
"ureq",
|
|
||||||
"url",
|
"url",
|
||||||
"uuid",
|
"uuid",
|
||||||
"wasmtime",
|
"wasmtime",
|
||||||
|
@ -6865,23 +6864,6 @@ version = "0.9.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "ureq"
|
|
||||||
version = "2.9.7"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "d11a831e3c0b56e438a28308e7c810799e3c118417f342d30ecec080105395cd"
|
|
||||||
dependencies = [
|
|
||||||
"base64 0.22.1",
|
|
||||||
"flate2",
|
|
||||||
"log",
|
|
||||||
"once_cell",
|
|
||||||
"rustls 0.22.4",
|
|
||||||
"rustls-pki-types",
|
|
||||||
"rustls-webpki 0.102.3",
|
|
||||||
"url",
|
|
||||||
"webpki-roots 0.26.1",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "url"
|
name = "url"
|
||||||
version = "2.5.0"
|
version = "2.5.0"
|
||||||
|
|
|
@ -207,8 +207,10 @@ clap = { workspace = true }
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
actix-web-prom = "0.7.0"
|
actix-web-prom = "0.7.0"
|
||||||
actix-http = "3.6.0"
|
actix-http = "3.6.0"
|
||||||
extism = "1.2.0"
|
extism = { version = "1.2.0", features = [
|
||||||
extism-convert = "1.2.0"
|
"register-filesystem",
|
||||||
|
], default-features = false }
|
||||||
|
extism-convert = { version = "1.2.0", default-features = false }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = { workspace = true }
|
pretty_assertions = { workspace = true }
|
||||||
|
|
Loading…
Reference in a new issue