Skip to content

Commit

Permalink
Bump ruzstd from 0.3.0 to 0.3.1 (#314)
Browse files Browse the repository at this point in the history
Bumps [ruzstd](https://github.com/KillingSpark/zstd-rs) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/KillingSpark/zstd-rs/releases)
- [Commits](KillingSpark/zstd-rs@v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: ruzstd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Mar 18, 2023
1 parent f568892 commit 54bad60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ num-traits = { version = "0.2.15", default-features = false }
pbkdf2 = { version = "0.12.1", default-features = false }
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] } # TODO: rand is used in hack-y ways at the moment ; these features should be removed
rand_chacha = { version = "0.3.1", default-features = false }
ruzstd = { version = "0.3.0" } # TODO: doesn't support no_std :-/
ruzstd = { version = "0.3.1" } # TODO: doesn't support no_std :-/
schnorrkel = { version = "0.10.2", default-features = false, features = ["preaudit_deprecated", "u64_backend"] }
serde = { version = "1.0.156", default-features = false, features = ["alloc", "derive"] }
serde_json = { version = "1.0.94", default-features = false, features = ["alloc", "raw_value"] }
Expand Down

0 comments on commit 54bad60

Please sign in to comment.