Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 9533e45 commit 8317bd5
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 @@ -11,6 +11,6 @@ keywords = ["frontend"]
[dependencies]
egui = "0.22.0"
# You only need serde if you want app persistence:
serde = { version = "1", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
rand = "0.8.5"
getrandom = { version = "0.2", features = ["js"] }

0 comments on commit 8317bd5

Please sign in to comment.