diff --git a/Cargo.toml b/Cargo.toml index 1a8dda6..67e353b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ futures = {version="0.3.28", optional=true} lazy_static = {version="1.4.0", optional=true} rand = {version="0.8.5", optional=true} reqwest = {version="0.11.16", optional=true} -serde = {version="1.0.160", features=["derive"]} +serde = {version="1.0.194", features=["derive"]} serde_json = "1.0.96" sqlx = { version = "0.6.3", features = [ "runtime-actix-native-tls",