Skip to content

Commit

Permalink
rm unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Apr 6, 2024
1 parent 26e1d1b commit a922ff7
Show file tree
Hide file tree
Showing 16 changed files with 53 additions and 84 deletions.
98 changes: 39 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions crates/kitsune-activitypub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@ kitsune-util = { path = "../kitsune-util" }
kitsune-wasm-mrf = { path = "../kitsune-wasm-mrf" }
mime = "0.3.17"
mime_guess = { version = "2.0.4", default-features = false }
rsa = "0.9.6"
serde = "1.0.197"
sha2 = "0.10.8"
simd-json = "0.13.9"
speedy-uuid = { path = "../../lib/speedy-uuid" }
thiserror = "1.0.58"
tracing = "0.1.40"
typed-builder = "0.18.1"
url = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license.workspace = true
enum_dispatch = "0.3.13"
moka = { version = "0.12.5", features = ["future"] }
multiplex-pool = { path = "../../lib/multiplex-pool" }
redis = { version = "0.25.2", default-features = false, features = [
redis = { version = "0.25.3", default-features = false, features = [
"connection-manager",
"tokio-comp",
] }
Expand Down
1 change: 0 additions & 1 deletion crates/kitsune-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ http = "1.1.0"
kitsune-db = { path = "../kitsune-db" }
kitsune-error = { path = "../kitsune-error" }
serde = { version = "1.0.197", features = ["derive"] }
speedy-uuid = { path = "../../lib/speedy-uuid", features = ["diesel"] }
thiserror = "1.0.58"
typed-builder = "0.18.1"

Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-email/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lettre = { version = "0.11.6", default-features = false, features = [
"tokio1-rustls-tls",
"tracing",
] }
mrml = { version = "3.1.3", default-features = false, features = [
mrml = { version = "3.1.4", default-features = false, features = [
"orderedmap",
"parse",
"render",
Expand Down
Loading

0 comments on commit a922ff7

Please sign in to comment.