From 2ff14448863ac1a1dd9533461708e29aae170c2d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:06:31 +0200 Subject: Adding debian version 1.65.0+dfsg1-2. Signed-off-by: Daniel Baumann --- vendor/serde/Cargo.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'vendor/serde/Cargo.toml') diff --git a/vendor/serde/Cargo.toml b/vendor/serde/Cargo.toml index 9893bb79d..7424736c0 100644 --- a/vendor/serde/Cargo.toml +++ b/vendor/serde/Cargo.toml @@ -12,7 +12,7 @@ [package] rust-version = "1.13" name = "serde" -version = "1.0.140" +version = "1.0.143" authors = [ "Erick Tryzelaar ", "David Tolnay ", @@ -35,9 +35,13 @@ keywords = [ "serialization", "no_std", ] -categories = ["encoding"] +categories = [ + "encoding", + "no-std", +] license = "MIT OR Apache-2.0" repository = "https://github.com/serde-rs/serde" +resolver = "1" [package.metadata.playground] features = [ @@ -49,7 +53,7 @@ features = [ targets = ["x86_64-unknown-linux-gnu"] [dependencies.serde_derive] -version = "=1.0.140" +version = "=1.0.143" optional = true [dev-dependencies.serde_derive] -- cgit v1.2.3