diff --git a/Cargo.toml b/Cargo.toml index 18acf24..408e29a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "Contributing.md [dependencies] urlencoding = { version = "2.1.3", optional = true } -serde = { version = "1.0.197", features = ["derive"], optional = true } +serde = { version = "1.0.198", features = ["derive"], optional = true } thiserror = { version = "1.0.58", optional = true } num = { version = "0.4", optional = true } num-derive = { version = "0.4", optional = true }