mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
chore(deps): bump dyn-clone from 1.0.13 to 1.0.14 (#2140)
Bumps [dyn-clone](https://github.com/dtolnay/dyn-clone) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/dtolnay/dyn-clone/releases) - [Commits](https://github.com/dtolnay/dyn-clone/compare/1.0.13...1.0.14) --- updated-dependencies: - dependency-name: dyn-clone dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
1a2cc9bdfa
commit
7c34173f66
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1323,9 +1323,9 @@ checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
|
|||
|
||||
[[package]]
|
||||
name = "dyn-clone"
|
||||
version = "1.0.13"
|
||||
version = "1.0.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bbfc4744c1b8f2a09adc0e55242f60b1af195d88596bd8700be74418c056c555"
|
||||
checksum = "23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd"
|
||||
|
||||
[[package]]
|
||||
name = "either"
|
||||
|
|
|
@ -113,7 +113,7 @@ crossbeam = "0.8.1"
|
|||
criterion = "^0.5.1"
|
||||
csv = "1.2.2"
|
||||
dialoguer = "0.10.4"
|
||||
dyn-clone = "^1.0.13"
|
||||
dyn-clone = "^1.0.14"
|
||||
fernet = "^0.2.1"
|
||||
filetime = "^0.2.22"
|
||||
fs2 = "^0.4.3"
|
||||
|
|
Loading…
Reference in a new issue