summaryrefslogtreecommitdiffstats
path: root/vendor/serde/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:59:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:59:35 +0000
commitd1b2d29528b7794b41e66fc2136e395a02f8529b (patch)
treea4a17504b260206dec3cf55b2dca82929a348ac2 /vendor/serde/Cargo.toml
parentReleasing progress-linux version 1.72.1+dfsg1-1~progress7.99u1. (diff)
downloadrustc-d1b2d29528b7794b41e66fc2136e395a02f8529b.tar.xz
rustc-d1b2d29528b7794b41e66fc2136e395a02f8529b.zip
Merging upstream version 1.73.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/serde/Cargo.toml')
-rw-r--r--vendor/serde/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/serde/Cargo.toml b/vendor/serde/Cargo.toml
index 6d0c021e0..0c50e26b7 100644
--- a/vendor/serde/Cargo.toml
+++ b/vendor/serde/Cargo.toml
@@ -12,7 +12,7 @@
[package]
rust-version = "1.19"
name = "serde"
-version = "1.0.164"
+version = "1.0.171"
authors = [
"Erick Tryzelaar <erick.tryzelaar@gmail.com>",
"David Tolnay <dtolnay@gmail.com>",
@@ -38,6 +38,7 @@ keywords = [
categories = [
"encoding",
"no-std",
+ "no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/serde-rs/serde"
@@ -56,7 +57,7 @@ features = [
doc-scrape-examples = false
[dependencies.serde_derive]
-version = "=1.0.164"
+version = "=1.0.171"
optional = true
[dev-dependencies.serde_derive]