chore(3p/rust-crates): chrono: 0.4.19 -> 0.4.22
Change-Id: I94e5abd7ce824455ae9493a47eda04552807774d Reviewed-on: https://cl.tvl.fyi/c/depot/+/6829 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
5e097aa8e9
commit
4b99e40a9f
1 changed files with 3 additions and 3 deletions
6
third_party/rust-crates/default.nix
vendored
6
third_party/rust-crates/default.nix
vendored
|
@ -168,11 +168,11 @@ rec {
|
|||
|
||||
chrono = buildRustCrate {
|
||||
pname = "chrono";
|
||||
version = "0.4.19";
|
||||
edition = "2015";
|
||||
version = "0.4.22";
|
||||
edition = "2018";
|
||||
dependencies = [ num-traits num-integer ];
|
||||
features = [ "alloc" "std" ];
|
||||
sha256 = "0cjf5dnfbk99607vz6n5r6bhwykcypq5psihvk845sxrhnzadsar";
|
||||
sha256 = "01vbn93ba1q2afq10qis41j847damk5ifgn1all337mcscl345fn";
|
||||
};
|
||||
|
||||
imap-proto = buildRustCrate {
|
||||
|
|
Loading…
Reference in a new issue