diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:25:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:25:56 +0000 |
commit | 018c4950b9406055dec02ef0fb52f132e2bb1e2c (patch) | |
tree | a835ebdf2088ef88fa681f8fad45f09922c1ae9a /vendor/filetime/Cargo.toml | |
parent | Adding debian version 1.75.0+dfsg1-5. (diff) | |
download | rustc-018c4950b9406055dec02ef0fb52f132e2bb1e2c.tar.xz rustc-018c4950b9406055dec02ef0fb52f132e2bb1e2c.zip |
Merging upstream version 1.76.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/filetime/Cargo.toml')
-rw-r--r-- | vendor/filetime/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/filetime/Cargo.toml b/vendor/filetime/Cargo.toml index 5c28c6cdd..0540ffb89 100644 --- a/vendor/filetime/Cargo.toml +++ b/vendor/filetime/Cargo.toml @@ -12,7 +12,7 @@ [package] edition = "2018" name = "filetime" -version = "0.2.22" +version = "0.2.23" authors = ["Alex Crichton <alex@alexcrichton.com>"] description = """ Platform-agnostic accessors of timestamps in File metadata @@ -34,13 +34,13 @@ version = "1.0.0" version = "3" [target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -version = "0.3.5" +version = "0.4.1" [target."cfg(unix)".dependencies.libc] version = "0.2.27" [target."cfg(windows)".dependencies.windows-sys] -version = "0.48.0" +version = "0.52.0" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", |