From e42fd0d611b981f901c9ef37494f66dc4045d223 Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 4 May 2022 16:10:11 +0200 Subject: chore(3p/rust-crates): regex: 1.4.3 -> 1.5.5 No longer builds with edition 2015. Change-Id: I6f05567641eb712feddfe258fd014ae325bd9043 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5520 Reviewed-by: tazjin Autosubmit: sterni Tested-by: BuildkiteCI --- third_party/rust-crates/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'third_party') diff --git a/third_party/rust-crates/default.nix b/third_party/rust-crates/default.nix index b3246dd0a3..17e06a7049 100644 --- a/third_party/rust-crates/default.nix +++ b/third_party/rust-crates/default.nix @@ -39,18 +39,18 @@ rec { regex-syntax = buildRustCrate { pname = "regex-syntax"; - version = "0.6.22"; + version = "0.6.25"; edition = "2015"; - sha256 = "0r00n2dgyixacl1sczqp18gxf0xh7x272hcdp62412lypba2gqyg"; + sha256 = "0i211p26m97ii169g0f4gf2a99r8an4xc1fdqj0sf5wpn17qhs29"; }; regex = buildRustCrate { pname = "regex"; - version = "1.4.3"; + version = "1.5.5"; features = [ "std" ]; dependencies = [ regex-syntax ]; - edition = "2015"; - sha256 = "0w0b4bh0ng20lf5y8raaxmxj46ikjqpgwy1iggzpby9lhv9vydkp"; + edition = "2018"; + sha256 = "0i7yrxsvxpx682vdbkvj7j4w3a3z2c1qwmaa795mm9a9prx4yzjk"; }; libloading = buildRustCrate { -- cgit 1.4.1