From ad8d21b9c6ace8ff2e8771fb3f5d1d018c86b27b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 19:41:35 +0000 Subject: [PATCH] Bump time from 0.1.42 to 0.2.0 in /actix Bumps [time](https://github.com/time-rs/time) from 0.1.42 to 0.2.0. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/commits/v0.2.0) --- updated-dependencies: - dependency-name: time dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- actix/Cargo.lock | 26 +++++++++++++++++++------- actix/Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/actix/Cargo.lock b/actix/Cargo.lock index d961ad70..49241854 100644 --- a/actix/Cargo.lock +++ b/actix/Cargo.lock @@ -50,7 +50,7 @@ dependencies = [ "protobuf", "slog", "synchronoise", - "time", + "time 0.2.0", "tokio-core", "uuid", ] @@ -174,7 +174,7 @@ dependencies = [ "slog-scope", "slog-stdlog", "slog-term", - "time", + "time 0.1.45", "tls-api", ] @@ -254,7 +254,7 @@ dependencies = [ "libc", "num-integer", "num-traits", - "time", + "time 0.1.45", ] [[package]] @@ -562,7 +562,7 @@ checksum = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571" dependencies = [ "cfg-if 0.1.10", "libc", - "wasi", + "wasi 0.7.0", ] [[package]] @@ -1482,15 +1482,21 @@ dependencies = [ [[package]] name = "time" -version = "0.1.42" +version = "0.1.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" +checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" dependencies = [ "libc", - "redox_syscall 0.1.56", + "wasi 0.10.0+wasi-snapshot-preview1", "winapi 0.3.8", ] +[[package]] +name = "time" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcc26de0a81a07c8352b548977862908fa9863e0e6e4f0eb36b2a9f4f8845585" + [[package]] name = "tls-api" version = "0.1.22" @@ -1818,6 +1824,12 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" +[[package]] +name = "wasi" +version = "0.10.0+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" + [[package]] name = "winapi" version = "0.2.8" diff --git a/actix/Cargo.toml b/actix/Cargo.toml index 562515b6..3d1a7bcb 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -14,7 +14,7 @@ futures-cpupool = "0.1" grpc = "0.6" synchronoise = "1.0" slog = {version = "2.4", features = ["max_level_trace", "release_max_level_info"]} -time = "0.1" +time = "0.2" tokio-core = "0.1" num_cpus = "1"