Skip to content

Commit

Permalink
build(deps): update shadow-rs requirement from 0.23.0 to 0.24.0
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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent a98ec98 commit bdd06ea
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.0"
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.0"

0 comments on commit bdd06ea

Please sign in to comment.