diff options
author | Daniel Hofstetter <daniel.hofstetter@42dh.com> | 2023-08-06 16:10:01 +0200 |
---|---|---|
committer | Daniel Hofstetter <daniel.hofstetter@42dh.com> | 2023-08-06 16:10:01 +0200 |
commit | f03f18c3e865b05cbc37331808444442b3df8b66 (patch) | |
tree | 1f7cfffb946a9169c35f8b252bb84838028366dc /Cargo.lock | |
parent | 76b8c2925e99b4c19c10c5d9edd9aa575b5093e1 (diff) |
Bump filetime from 0.2.20 to 0.2.22
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 433c1becf5..829f875b79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -841,14 +841,14 @@ checksum = "31a7a908b8f32538a2143e59a6e4e2508988832d5d4d6f7c156b3cbc762643a5" [[package]] name = "filetime" -version = "0.2.20" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" +checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.2.16", - "windows-sys 0.45.0", + "redox_syscall 0.3.5", + "windows-sys 0.48.0", ] [[package]] |