mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-02 09:28:40 +00:00
cargo: bump zstd from 0.12.1+zstd.1.5.2 to 0.12.2+zstd.1.5.2
Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.12.1+zstd.1.5.2 to 0.12.2+zstd.1.5.2. - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](https://github.com/gyscos/zstd-rs/commits) --- updated-dependencies: - dependency-name: zstd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7c1b796f3e
commit
9c0ad817ff
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2237,9 +2237,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zstd"
|
||||
version = "0.12.1+zstd.1.5.2"
|
||||
version = "0.12.2+zstd.1.5.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5c947d2adc84ff9a59f2e3c03b81aa4128acf28d6ad7d56273f7e8af14e47bea"
|
||||
checksum = "e9262a83dc741c0b0ffec209881b45dbc232c21b02a2b9cb1adb93266e41303d"
|
||||
dependencies = [
|
||||
"zstd-safe",
|
||||
]
|
||||
|
|
|
@ -40,7 +40,7 @@ thiserror = "1.0.38"
|
|||
thrift = { version = "0.17.0", default-features = false, optional = true }
|
||||
uuid = { version = "1.2.2", features = ["v4"] }
|
||||
whoami = "1.3.0"
|
||||
zstd = "0.12.1"
|
||||
zstd = "0.12.2"
|
||||
tracing = "0.1.37"
|
||||
prost = "0.11.5"
|
||||
|
||||
|
|
Loading…
Reference in a new issue