Skip to content

Commit 5714c5b

Browse files
build(deps): update shadow-rs requirement from 0.24.1 to 0.25.0 (#635)
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](baoyachi/shadow-rs@v0.24.1...v0.25.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86614db commit 5714c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/node/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tokio = { version = "1.17.0", features = ["full"] }
3434
tokio-stream = "0.1.12"
3535
clap = { version = "4.0.20", features = ["derive"] }
3636
http = "0.2"
37-
shadow-rs = "0.24.1"
37+
shadow-rs = "0.25.0"
3838
tower-http = { version = "0.4", features = ["cors"] }
3939
ctrlc = { version = "3.0", features = ["termination"] }
4040
dirs = "5.0.0"
@@ -45,4 +45,4 @@ arweave-rs = {workspace=true}
4545
url = "2.4.0"
4646
arc-swap = "1.6.0"
4747
[build-dependencies]
48-
shadow-rs = "0.24.1"
48+
shadow-rs = "0.25.0"

0 commit comments

Comments
 (0)