diff options
author | dependabot[bot] | 2024-01-23 02:22:42 +0000 |
---|---|---|
committer | GitHub | 2024-01-23 02:22:42 +0000 |
commit | 960cda60abf8eb84a7369079f906a0bc53e8088c (patch) | |
tree | fc43e5fd6f57c1fdc0ff043ab7a05ebfc950fa47 /Cargo.lock | |
parent | 8e592a151fe7adfbf3fb35ae134b7f2a70700f09 (diff) |
build(deps): bump chrono from 0.4.31 to 0.4.32 (#9409)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -171,14 +171,14 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.31" +version = "0.4.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" +checksum = "41daef31d7a747c5c847246f36de49ced6f7403b4cdabc807a97b5cc184cda7a" dependencies = [ "android-tzdata", "iana-time-zone", "num-traits", - "windows-targets 0.48.0", + "windows-targets 0.52.0", ] [[package]] |