Skip to content

Commit

Permalink
Merge pull request #355 from Kuadrant/serde
Browse files Browse the repository at this point in the history
Support deserializing Arc
  • Loading branch information
alexsnaps authored Jun 13, 2024
2 parents d44ebdb + 73296b4 commit a5a13fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limitador/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lenient_conditions = []
moka = { version = "0.12", features = ["sync"] }
dashmap = "5.5.3"
getrandom = { version = "0.2", features = ["js"] }
serde = { version = "1", features = ["derive"] }
serde = { version = "1", features = ["derive", "rc"] }
postcard = { version = "1.0.4", features = ["use-std"] }
serde_json = "1"
rmp-serde = "1.1.0"
Expand Down

0 comments on commit a5a13fa

Please sign in to comment.