From 4b99e40a9fa6d364b4f43e70907ff980873b2d23 Mon Sep 17 00:00:00 2001 From: sterni Date: Sat, 1 Oct 2022 18:52:02 +0200 Subject: 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 Autosubmit: sterni --- third_party/rust-crates/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'third_party/rust-crates/default.nix') diff --git a/third_party/rust-crates/default.nix b/third_party/rust-crates/default.nix index 17e06a7049..e99de247be 100644 --- a/third_party/rust-crates/default.nix +++ b/third_party/rust-crates/default.nix @@ -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 { -- cgit 1.4.1