Skip to content

Commit

Permalink
chore(deps): bump shadow-rs from 0.27.0 to 0.35.1
Browse files Browse the repository at this point in the history
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.27.0 to 0.35.1.
- [Release notes](https://github.com/baoyachi/shadow-rs/releases)
- [Commits](baoyachi/shadow-rs@v0.27.0...v0.35.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent cb64503 commit 630e777
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dialoguer = { version = "0.11.0", features = ["default"] }
futures-util = "0.3.30"
indicatif = { version = "0.17.8" }
reqwest = { version = "0.12.1", features = ["json", "stream"] }
shadow-rs = { version = "0.27.0" }
shadow-rs = { version = "0.35.1" }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
tabled = "0.15.0"
Expand All @@ -39,7 +39,7 @@ assert_cmd = "2"
predicates = "3"

[build-dependencies]
shadow-rs = { version = "0.27.0" }
shadow-rs = { version = "0.35.1" }

[features]
# Enable to statically link OpenSSL; otherwise the system version will be used. Not enabled by default because it takes a while to build
Expand Down

0 comments on commit 630e777

Please sign in to comment.