summaryrefslogtreecommitdiffstats
path: root/vendor/litemap/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:50 +0000
commit9835e2ae736235810b4ea1c162ca5e65c547e770 (patch)
tree3fcebf40ed70e581d776a8a4c65923e8ec20e026 /vendor/litemap/Cargo.toml
parentReleasing progress-linux version 1.70.0+dfsg2-1~progress7.99u1. (diff)
downloadrustc-9835e2ae736235810b4ea1c162ca5e65c547e770.tar.xz
rustc-9835e2ae736235810b4ea1c162ca5e65c547e770.zip
Merging upstream version 1.71.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/litemap/Cargo.toml')
-rw-r--r--vendor/litemap/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/litemap/Cargo.toml b/vendor/litemap/Cargo.toml
index 01ee597a8..a08c685a2 100644
--- a/vendor/litemap/Cargo.toml
+++ b/vendor/litemap/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2021"
name = "litemap"
-version = "0.6.1"
+version = "0.7.0"
authors = ["The ICU4X Project Developers"]
include = [
"src/**/*",
@@ -35,7 +35,6 @@ keywords = [
]
license = "Unicode-DFS-2016"
repository = "https://github.com/unicode-org/icu4x"
-resolver = "2"
[package.metadata.workspaces]
independent = true
@@ -76,7 +75,7 @@ optional = true
default-features = false
[dependencies.yoke]
-version = "0.7.0"
+version = "0.7.1"
features = ["derive"]
optional = true
@@ -87,11 +86,12 @@ version = "1"
version = "0.6"
[dev-dependencies.criterion]
-version = "0.3.4"
+version = "0.4"
[dev-dependencies.postcard]
version = "1.0.0"
features = ["use-std"]
+default-features = false
[dev-dependencies.rkyv]
version = "0.7"