From 9acac71cc3c68cca2f05c28a1451eb529a5b7d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:11:47 +0000 Subject: [PATCH] build(deps): update shadow-rs requirement from 0.24.1 to 0.25.0 Updates the requirements on [shadow-rs](https://github.com/baoyachi/shadow-rs) to permit the latest version. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Changelog](https://github.com/baoyachi/shadow-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.24.1...v0.25.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/node/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/node/Cargo.toml b/src/node/Cargo.toml index 2da0f0b3..fc9dfa5e 100644 --- a/src/node/Cargo.toml +++ b/src/node/Cargo.toml @@ -34,7 +34,7 @@ tokio = { version = "1.17.0", features = ["full"] } tokio-stream = "0.1.12" clap = { version = "4.0.20", features = ["derive"] } http = "0.2" -shadow-rs = "0.24.1" +shadow-rs = "0.25.0" tower-http = { version = "0.4", features = ["cors"] } ctrlc = { version = "3.0", features = ["termination"] } dirs = "5.0.0" @@ -45,4 +45,4 @@ arweave-rs = {workspace=true} url = "2.4.0" arc-swap = "1.6.0" [build-dependencies] -shadow-rs = "0.24.1" +shadow-rs = "0.25.0"