diff --git a/README.md b/README.md index fa2094f..975c529 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ Add the following to Cargo.toml: ```toml -jsonwebtoken = "3" +jsonwebtoken = "4" serde_derive = "1" +serde = "1" ``` ## How to use