Skip to content

Commit

Permalink
dep-update: bump shadow-rs from 0.37.0 to 0.38.0 (#683)
Browse files Browse the repository at this point in the history
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.37.0 to 0.38.0.
- [Release notes](https://github.com/baoyachi/shadow-rs/releases)
- [Commits](baoyachi/shadow-rs@v0.37.0...v0.38.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 Jan 22, 2025
1 parent 6923f56 commit 55b9529
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ semver = "1.0.25"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
serde_qs = { version = "0.13.0", features = ["actix4", "tracing"] }
shadow-rs = { version = "0.37.0" }
shadow-rs = { version = "0.38.0" }
tokio = { version = "1.43.0", features = [
"macros",
"rt-multi-thread",
Expand Down Expand Up @@ -116,4 +116,4 @@ testcontainers-modules = { version = "0.11.5", features = [
tracing-test = "0.2.5"

[build-dependencies]
shadow-rs = "0.37.0"
shadow-rs = "0.38.0"

0 comments on commit 55b9529

Please sign in to comment.