Skip to content

Commit

Permalink
cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
4kimov committed Feb 29, 2024
1 parent 0a1e370 commit baeef55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
keywords = ["ids", "encode", "short", "sqids", "hashids"]

[dependencies]
derive_builder = "0.12.0"
serde = "1.0.195"
serde_json = "1.0.111"
thiserror = "1.0.56"
derive_builder = "0.20.0"
serde = "1.0.197"
serde_json = "1.0.114"
thiserror = "1.0.57"

0 comments on commit baeef55

Please sign in to comment.