From 027bffe8dedb364e4bd5dea0736c139ff608f116 Mon Sep 17 00:00:00 2001 From: MarcusGrass Date: Fri, 9 Jun 2023 21:39:12 +0200 Subject: [PATCH] Update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d4d4c65..b5eb275 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,12 +22,12 @@ std = [] # TODO: maybe add an FFI feature, to allow C projects to use it? idk if that's worth it really... [dependencies] -serde = {version = "1.0.116", default-features = false, features = ["derive", "alloc"], optional = true} +serde = {version = "1.0.163", default-features = false, features = ["derive", "alloc"], optional = true} # TODO: optional smallvec feature: instead of heap-allocating the first page, it can be placed on the stack. [dev-dependencies] -serde_json = "1.0.59" +serde_json = "1.0.96" [build-dependencies] -rustc_version = "0.2" +rustc_version = "0.4"