mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
chore(deps): bump filetime from 0.2.21 to 0.2.22 (#1946)
Bumps [filetime](https://github.com/alexcrichton/filetime) from 0.2.21 to 0.2.22. - [Commits](https://github.com/alexcrichton/filetime/compare/0.2.21...0.2.22) --- updated-dependencies: - dependency-name: filetime 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
13c5075d1e
commit
023f719444
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -1359,13 +1359,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "filetime"
|
||||
version = "0.2.21"
|
||||
version = "0.2.22"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
|
||||
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"libc",
|
||||
"redox_syscall 0.2.16",
|
||||
"redox_syscall 0.3.5",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@ csv = "1.2.2"
|
|||
dialoguer = "0.10.4"
|
||||
dyn-clone = "^1.0.12"
|
||||
fernet = "^0.2.1"
|
||||
filetime = "^0.2.21"
|
||||
filetime = "^0.2.22"
|
||||
fs2 = "^0.4.3"
|
||||
futures = "^0.3.28"
|
||||
futures-concurrency = "^3.1.0"
|
||||
|
|
Loading…
Reference in a new issue