summaryrefslogtreecommitdiffstats
path: root/vendor/dunce
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:19 +0000
commita0b8f38ab54ac451646aa00cd5e91b6c76f22a84 (patch)
treefc451898ccaf445814e26b46664d78702178101d /vendor/dunce
parentAdding debian version 1.71.1+dfsg1-2. (diff)
downloadrustc-a0b8f38ab54ac451646aa00cd5e91b6c76f22a84.tar.xz
rustc-a0b8f38ab54ac451646aa00cd5e91b6c76f22a84.zip
Merging upstream version 1.72.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/dunce')
-rw-r--r--vendor/dunce/.cargo-checksum.json2
-rw-r--r--vendor/dunce/Cargo.toml6
2 files changed, 4 insertions, 4 deletions
diff --git a/vendor/dunce/.cargo-checksum.json b/vendor/dunce/.cargo-checksum.json
index 3bb53b2b9..536d28924 100644
--- a/vendor/dunce/.cargo-checksum.json
+++ b/vendor/dunce/.cargo-checksum.json
@@ -1 +1 @@
-{"files":{"Cargo.toml":"97bcc4c25e6528ec52bf3df5202dc0e9eacdd3e7ff93c51f5d89c41b88e63b5f","LICENSE":"a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499","README.md":"890653901012199b8780375755a8a0b5b6eafcded2c3bccace87099bdfba9274","src/lib.rs":"ed0d70d8b377aed2d43d574acdcc54a4bc33a73241c4c7058838197543f48156"},"package":"0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c"} \ No newline at end of file
+{"files":{"Cargo.toml":"8a145fbb954c2e34238698efb18cf654a671a79db0731e3ffbe7c197a53f269e","LICENSE":"a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499","README.md":"890653901012199b8780375755a8a0b5b6eafcded2c3bccace87099bdfba9274","src/lib.rs":"ed0d70d8b377aed2d43d574acdcc54a4bc33a73241c4c7058838197543f48156"},"package":"56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"} \ No newline at end of file
diff --git a/vendor/dunce/Cargo.toml b/vendor/dunce/Cargo.toml
index f414baec2..355c2a658 100644
--- a/vendor/dunce/Cargo.toml
+++ b/vendor/dunce/Cargo.toml
@@ -10,9 +10,9 @@
# See Cargo.toml.orig for the original contents.
[package]
-edition = "2018"
+edition = "2021"
name = "dunce"
-version = "1.0.3"
+version = "1.0.4"
authors = ["Kornel <kornel@geekhood.net>"]
description = "Normalize Windows paths to the most compatible format, avoiding UNC where possible"
homepage = "https://lib.rs/crates/dunce"
@@ -26,7 +26,7 @@ keywords = [
"deunc",
]
categories = ["filesystem"]
-license = "CC0-1.0 OR MIT-0"
+license = "CC0-1.0 OR MIT-0 OR Apache-2.0"
repository = "https://gitlab.com/kornelski/dunce"
[package.metadata.docs.rs]