aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-01-06 04:00:51 +0100
committermetamuffin <metamuffin@disroot.org>2026-01-06 04:00:51 +0100
commitc04f49adaa2cb0fa3074d6b122d1e11689c4f5de (patch)
treec8713e458ba2428c3f4df37181351e56ec7a7c57 /Cargo.lock
parent1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0 (diff)
downloadjellything-c04f49adaa2cb0fa3074d6b122d1e11689c4f5de.tar
jellything-c04f49adaa2cb0fa3074d6b122d1e11689c4f5de.tar.bz2
jellything-c04f49adaa2cb0fa3074d6b122d1e11689c4f5de.tar.zst
find field + refactor old common types
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock30
1 files changed, 0 insertions, 30 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1b70fef..253ad09 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -205,12 +205,6 @@ dependencies = [
]
[[package]]
-name = "arrayref"
-version = "0.3.9"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
-
-[[package]]
name = "arrayvec"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -426,19 +420,6 @@ dependencies = [
]
[[package]]
-name = "blake3"
-version = "1.8.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
-dependencies = [
- "arrayref",
- "arrayvec",
- "cc",
- "cfg-if",
- "constant_time_eq",
-]
-
-[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -669,12 +650,6 @@ dependencies = [
]
[[package]]
-name = "constant_time_eq"
-version = "0.3.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
-
-[[package]]
name = "cookie"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1835,13 +1810,8 @@ dependencies = [
name = "jellycommon"
version = "0.1.0"
dependencies = [
- "base64",
- "blake3",
- "chrono",
- "hex",
"jellyobject",
"jellystream-types",
- "serde",
]
[[package]]