From a22a247499a108cc6eb27578ff18697e6d272612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:41:40 +0000 Subject: [PATCH] Bump chrono from 0.4.33 to 0.4.38 in /vdr Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.33 to 0.4.38. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.33...v0.4.38) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vdr/Cargo.lock | 6 +++--- vdr/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vdr/Cargo.lock b/vdr/Cargo.lock index 23dee401..65d6e90a 100644 --- a/vdr/Cargo.lock +++ b/vdr/Cargo.lock @@ -418,9 +418,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.33" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb" +checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" dependencies = [ "android-tzdata", "iana-time-zone", @@ -1305,7 +1305,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.5", "tokio", "tower-service", "tracing", diff --git a/vdr/Cargo.toml b/vdr/Cargo.toml index 917be855..66dc3b4e 100644 --- a/vdr/Cargo.toml +++ b/vdr/Cargo.toml @@ -26,7 +26,7 @@ async-std = { version = "1.12.0", features = ["attributes", "tokio1"] } async-trait = "0.1.73" base64 = "0.21.7" bs58 = "0.5.0" -chrono = "0.4.31" +chrono = "0.4.38" ethereum = "0.15.0" ethereum-types = "0.14.1" ethabi = "18.0.0"