Skip to content

Commit

Permalink
build(deps): update shadow-rs requirement from 0.23.0 to 0.24.1 (#620)
Browse files Browse the repository at this point in the history
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.23.0...v0.24.1)

---
updated-dependencies:
- dependency-name: shadow-rs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 6, 2023
1 parent d805b1a commit a267d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.23.0"
shadow-rs = "0.24.1"
tower-http = { version = "0.4", features = ["cors"] }
ctrlc = { version = "3.0", features = ["termination"] }
dirs = "5.0.0"
Expand All @@ -45,4 +45,4 @@ arweave-rs = {workspace=true}
url = "2.4.0"
arc-swap = "1.6.0"
[build-dependencies]
shadow-rs = "0.23.0"
shadow-rs = "0.24.1"

0 comments on commit a267d88

Please sign in to comment.