Skip to content

Commit

Permalink
chore(deps): bump shadow-rs from 0.29.0 to 0.35.0 (#398)
Browse files Browse the repository at this point in the history
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.29.0 to 0.35.0.
- [Release notes](https://github.com/baoyachi/shadow-rs/releases)
- [Commits](baoyachi/shadow-rs@v0.29.0...v0.35.0)

---
updated-dependencies:
- dependency-name: shadow-rs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent b566f93 commit 8e8941c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rumqttc = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
sha2 = { workspace = true }
shadow-rs = "0.29.0"
shadow-rs = "0.35.0"
sysinfo = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
Expand All @@ -51,7 +51,7 @@ daemonize = "0.5.0"
nix = { version = "0.29.0", features = ["signal"] }

[build-dependencies]
shadow-rs = "0.29.0"
shadow-rs = "0.35.0"

[dev-dependencies]
rstest = { workspace = true }

0 comments on commit 8e8941c

Please sign in to comment.