build(deps): bump dir-diff from 0.3.2 to 0.3.3 (#34538)
* build(deps): bump dir-diff from 0.3.2 to 0.3.3 Bumps [dir-diff](https://github.com/assert-rs/dir-diff) from 0.3.2 to 0.3.3. - [Changelog](https://github.com/assert-rs/dir-diff/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/dir-diff/compare/v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: dir-diff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
parent
25f0f377c6
commit
b3569f60aa
|
@ -1675,9 +1675,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dir-diff"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2860407d7d7e2e004bb2128510ad9e8d669e76fa005ccf567977b5d71b8b4a0b"
|
||||
checksum = "a7ad16bf5f84253b50d6557681c58c3ab67c47c77d39fed9aeb56e947290bd10"
|
||||
dependencies = [
|
||||
"walkdir",
|
||||
]
|
||||
|
|
|
@ -187,7 +187,7 @@ dashmap = "5.5.3"
|
|||
derivation-path = { version = "0.2.0", default-features = false }
|
||||
dialoguer = "0.10.4"
|
||||
digest = "0.10.7"
|
||||
dir-diff = "0.3.2"
|
||||
dir-diff = "0.3.3"
|
||||
dirs-next = "2.0.0"
|
||||
dlopen2 = "0.5.0"
|
||||
eager = "0.1.0"
|
||||
|
|
|
@ -1387,9 +1387,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dir-diff"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2860407d7d7e2e004bb2128510ad9e8d669e76fa005ccf567977b5d71b8b4a0b"
|
||||
checksum = "a7ad16bf5f84253b50d6557681c58c3ab67c47c77d39fed9aeb56e947290bd10"
|
||||
dependencies = [
|
||||
"walkdir",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue