From 837b550238aa671a591ccf282dddeab29cadb206 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 04:49:42 +0200 Subject: Merging upstream version 1.71.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/time/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'vendor/time/Cargo.toml') diff --git a/vendor/time/Cargo.toml b/vendor/time/Cargo.toml index 8ff2173f6..6423b7416 100644 --- a/vendor/time/Cargo.toml +++ b/vendor/time/Cargo.toml @@ -11,9 +11,9 @@ [package] edition = "2021" -rust-version = "1.60.0" +rust-version = "1.63.0" name = "time" -version = "0.3.17" +version = "0.3.20" authors = [ "Jacob Pratt ", "Time contributors", @@ -43,11 +43,11 @@ repository = "https://github.com/time-rs/time" [package.metadata.docs.rs] all-features = true -targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = [ "--cfg", "__time_03_docs", ] +targets = ["x86_64-unknown-linux-gnu"] [lib] bench = false @@ -84,7 +84,7 @@ default-features = false version = "=0.1.0" [dependencies.time-macros] -version = "=0.2.6" +version = "=0.2.8" optional = true [dev-dependencies.quickcheck_macros] @@ -106,7 +106,7 @@ version = "1.0.68" version = "1.0.126" [dev-dependencies.time-macros] -version = "=0.2.6" +version = "=0.2.8" [features] alloc = ["serde?/alloc"] @@ -149,7 +149,7 @@ wasm-bindgen = ["dep:js-sys"] [target."cfg(__ui_tests)".dev-dependencies.trybuild] version = "1.0.68" -[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.js-sys] +[target."cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.js-sys] version = "0.3.58" optional = true -- cgit v1.2.3