Skip to content

Commit

Permalink
chore: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
roberts-pumpurs committed Oct 20, 2024
1 parent c2f81be commit c2c2ac3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions Cargo.lock

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

5 changes: 0 additions & 5 deletions crates/supabase-auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,11 @@ redact.workspace = true
url.workspace = true
reqwest.workspace = true
tokio.workspace = true
jwt-simple.workspace = true
futures.workspace = true
serde.workspace = true
simd-json.workspace = true
pin-project.workspace = true
futures-timer.workspace = true
thiserror.workspace = true
base64.workspace = true
tracing.workspace = true
clap.workspace = true

[dev-dependencies]
rstest.workspace = true
Expand Down
4 changes: 0 additions & 4 deletions crates/supabase-realtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ edition = "2021"

[dependencies]
tokio.workspace = true
eyre.workspace = true
http-body-util.workspace = true
hyper.workspace = true
url.workspace = true
Expand All @@ -21,10 +20,7 @@ supabase-auth.workspace = true
futures.workspace = true
simd-json.workspace = true
serde.workspace = true
pin-project.workspace = true
tokio-stream.workspace = true
clap.workspace = true
color-eyre.workspace = true

[dev-dependencies]
test-log.workspace = true
Expand Down

0 comments on commit c2c2ac3

Please sign in to comment.