Skip to content

Commit

Permalink
Bump minimal serde version to fix warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
wsx-antithesis committed May 6, 2024
1 parent f9d5770 commit 8c605ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
rust-version = "1.62.1"

[dependencies]
serde = { version = "1.0.103", features = ["derive"] }
serde = { version = "1.0.113", features = ["derive"] }
serde_json = "1.0.25"
libloading = "0.8"
libc = "0.2.64"
Expand Down

0 comments on commit 8c605ac

Please sign in to comment.