Skip to content

Commit

Permalink
chore: bump shadow-rs to 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kolstad committed Feb 28, 2023
1 parent 40a5234 commit 176ef57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -39,7 +39,7 @@ rustls = "0.20.8"
rustls-pemfile = "1.0.2"
serde = {version = "1.0.152", features = ["derive"]}
serde_json = "1.0.93"
shadow-rs = "0.20.0"
shadow-rs = "0.21.0"
tokio = {version = "1.25.0", features = ["macros", "rt-multi-thread", "tracing"]}
tracing = {version = "0.1.37", features = ["log"]}
tracing-subscriber = {version = "0.3.16", features = ["json", "env-filter"]}
Expand All @@ -57,4 +57,4 @@ test-case = "3.0.0"
testcontainers = "0.14.0"

[build-dependencies]
shadow-rs = "0.20.0"
shadow-rs = "0.21.0"

0 comments on commit 176ef57

Please sign in to comment.