Skip to content

Commit

Permalink
Merge pull request #17 from koskev/renovate/serde-1.x
Browse files Browse the repository at this point in the history
Update Rust crate serde to 1.0.199
  • Loading branch information
koskev authored Apr 29, 2024
2 parents 4352ccd + 0832704 commit 95b69ed
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 @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
libmedium = "0.7.0"
serde_yaml = "0.9.34"
serde = { version = "1.0.198", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
signal-hook = "0.3.17"
log = "0.4.21"
simplelog = "0.12.2"
Expand Down

0 comments on commit 95b69ed

Please sign in to comment.