Skip to content

Commit

Permalink
chore(deps): update rust crate shadow-rs to 0.26.1 (#395)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent ca39271 commit 0f88ec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -69,7 +69,7 @@ semver = "1.0.21"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
serde_qs = { version = "0.12.0", features = ["actix4", "tracing"] }
shadow-rs = { version = "0.26.0" }
shadow-rs = { version = "0.26.1" }
tokio = { version = "1.35.1", features = [
"macros",
"rt-multi-thread",
Expand All @@ -96,4 +96,4 @@ testcontainers-modules = { version = "0.3.1", features = ["redis"] }
tracing-test = "0.2.4"

[build-dependencies]
shadow-rs = "0.26.0"
shadow-rs = "0.26.1"

0 comments on commit 0f88ec8

Please sign in to comment.