Skip to content

Commit

Permalink
update min serde version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbirtles committed Jun 11, 2024
1 parent 8abf852 commit fae18da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/AircastDev/nats-jwt"
rust-version = "1.65"

[dependencies]
serde = { version = "1.0.34", features = ["derive"] }
serde = { version = "1.0.47", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
data-encoding = "2.3"
Expand Down

0 comments on commit fae18da

Please sign in to comment.