Skip to content

Commit

Permalink
build(deps): update zstd requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [zstd](https://github.com/gyscos/zstd-rs) to permit the latest version.
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](gyscos/zstd-rs@0.9.0...v0.9.2)

---
updated-dependencies:
- dependency-name: zstd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2022
1 parent 3d38f4a commit 8bab194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tokio = { version = "1.4", features = [ "macros", "io-util", "sync", "rt-multi-t
typetag = "0.1.8"
url = { version = "2.0", optional = true }
uuid = { version = "0.8.2", features = [ "v4" ] }
zstd = "0.9.0+zstd.1.5.0"
zstd = "0.10.0+zstd.1.5.0"

[dev-dependencies]
cargo_toml = "0.10.1"
Expand Down

0 comments on commit 8bab194

Please sign in to comment.