Skip to content

Commit

Permalink
Remove unused deps
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Snaps <[email protected]>
  • Loading branch information
alexsnaps committed Nov 25, 2024
1 parent 7fbd2f6 commit fa24ce1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
28 changes: 0 additions & 28 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions limitador/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@ lenient_conditions = []
[dependencies]
moka = { version = "0.12", features = ["sync"] }
dashmap = "6.1"
getrandom = { version = "0.2", features = ["js"] }
serde = { version = "1", features = ["derive", "rc"] }
postcard = { version = "1.0.4", features = ["use-std"] }
serde_json = "1"
rmp-serde = "1.1.0"
thiserror = "2"
futures = "0.3"
async-trait = "0.1"
cfg-if = "1"
tracing = "0.1.40"
Expand Down Expand Up @@ -58,7 +55,6 @@ tonic = { version = "0.12.3", optional = true }
tonic-reflection = { version = "0.12.3", optional = true }
prost = { version = "0.13.3", optional = true }
prost-types = { version = "0.13.3", optional = true }
time = "0.3.36"

[dev-dependencies]
serial_test = "3.0"
Expand Down

0 comments on commit fa24ce1

Please sign in to comment.