diff --git a/Cargo.toml b/Cargo.toml index e98c09f..a7b166f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # For clap info, see [dependencies.clap] libc = "0.2.169" ron = "0.8.1" -serde = { version = "1.0.218", features = ["derive"] } +serde = { version = "~1.0.217", features = ["derive"] } [dependencies.clap] version = "4.5.27"