Skip to content

Commit

Permalink
Server: Remove unused redis dependency (#1059)
Browse files Browse the repository at this point in the history
We don't use this crate anymore, get rid of it.
  • Loading branch information
jaymell authored Aug 30, 2023
1 parent 1f91ca9 commit 3527977
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 51 deletions.
56 changes: 6 additions & 50 deletions server/Cargo.lock

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

1 change: 0 additions & 1 deletion server/svix-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ sqlx = { version = "0.7.1", features = [ "runtime-tokio-rustls", "postgres", "mi
http = "0.2"
time = { version = "0.3.9", features = [ "std" ]}
futures = "0.3"
redis_cluster_async = { git = "https://github.com/redis-rs/redis-cluster-async.git", rev = "e6fe168" }
url = { version = "2.2.2", features = ["serde"] }
rand = "0.8.5"
jsonschema = "0.16.1"
Expand Down

0 comments on commit 3527977

Please sign in to comment.