diff --git a/Cargo.toml b/Cargo.toml index 0668cec..fde9adf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ authors = ["realaravinth "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -serde = { version = "1.0.147", features = ["derive"]} +serde = { version = "1", features = ["derive"]}