From 76c72284375b34311ef5c2a1b5a74d8b00207735 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:56:48 +1100 Subject: [PATCH] Update all dependencies (#3) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 245bd6f..2708312 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -407,9 +407,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.23" +version = "0.4.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" +checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" dependencies = [ "iana-time-zone", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index de705cf..f86dd50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,12 +8,12 @@ edition = "2021" aws-config = "0.54.1" aws-sdk-sts = "0.24.0" aws-smithy-http = "0.54.4" -chrono = "0.4.23" +chrono = "0.4.24" clap = {version = "4.1.8", features=["derive"]} dirs = "4.0.0" rust-ini = "0.18.0" thiserror = "1.0.39" -tokio = { version = "^1.0", features = ["rt-multi-thread", "macros"] } +tokio = { version = "^1.26", features = ["rt-multi-thread", "macros"] } [profile.release] strip = true # Automatically strip symbols from the binary.