Skip to content

Commit

Permalink
chore(deps): bump shadow-rs from 0.27.1 to 0.33.0 (#1979)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent f805f68 commit a4f6802
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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ serde = "1.0.208"
serde_derive = "1.0.208"
serde_json = "1.0.125"
serde_yaml = "0.9.34"
shadow-rs = { version = "0.27.1", default-features = false }
shadow-rs = { version = "0.33.0", default-features = false }
thiserror = "1.0.63"
url = "2.5.2"
uuid = { version = "1.4.1", features = ["v4", "wasm-bindgen"] }
Expand All @@ -67,7 +67,7 @@ chrono = { version = "0.4.38", default-features = false, features = [] }
tokio = { version = "1.39.3", features = ["rt"], default-features = false }

[build-dependencies]
shadow-rs = { version = "0.27.1", default-features = false }
shadow-rs = { version = "0.33.0", default-features = false }

[dev-dependencies]
criterion_bencher_compat = "0.4.0"
Expand Down

0 comments on commit a4f6802

Please sign in to comment.