Skip to content

Commit

Permalink
⬆️ Upgrade serde to 1.0.216
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Dec 12, 2024
1 parent db3a803 commit 6f93898
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 @@ -28,7 +28,7 @@ anyhow = "1.0.94"
derive_more = { version = "1.0.0", features = ["display"] }
indexmap = "2.7.0"
ron = "0.8.1"
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
thiserror = "2.0.6"
tokio = { version = "1.42.0", features = ["rt"] }

Expand Down

0 comments on commit 6f93898

Please sign in to comment.