From 6de316bbd678ba457d611b63590fa9db042c49f6 Mon Sep 17 00:00:00 2001 From: jankeu <35369791+jankeu@users.noreply.github.com> Date: Fri, 1 Dec 2023 18:38:18 +0100 Subject: [PATCH 1/3] update rust and deps --- Cargo.toml | 10 +++++----- rust-toolchain | 2 +- rust-toolchain-nightly | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 29d7e16..17e6ca2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,13 +9,13 @@ version = "0.9.1" license = "MIT OR Apache-2.0" [dependencies] -chrono = "0.4.23" +chrono = "0.4.31" derive_more = "0.99.17" lazy_static = "1.4.0" -regex = "1.7.1" -serde = { version = "1.0.152", features = ["derive"], default-features = false } +regex = "1.10.2" +serde = { version = "1.0.193", features = ["derive"], default-features = false } thiserror = "1.0.50" [dev-dependencies] -serde_test = "1.0.152" -serde_json = "1.0.91" +serde_test = "1.0.176" +serde_json = "1.0.108" diff --git a/rust-toolchain b/rust-toolchain index ee2f4ca..dc87e8a 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.68.0 +1.74.0 diff --git a/rust-toolchain-nightly b/rust-toolchain-nightly index d8b829e..84376b1 100644 --- a/rust-toolchain-nightly +++ b/rust-toolchain-nightly @@ -1 +1 @@ -nightly-2023-03-10 +nightly-2023-12-01 From 687ca03be8c78f5cb9673cef1328163825efb171 Mon Sep 17 00:00:00 2001 From: Jan Keukert <35369791+jankeu@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:04:37 +0100 Subject: [PATCH 2/3] align nightly --- rust-toolchain-nightly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain-nightly b/rust-toolchain-nightly index 84376b1..f47ecb8 100644 --- a/rust-toolchain-nightly +++ b/rust-toolchain-nightly @@ -1 +1 @@ -nightly-2023-12-01 +nightly-2023-11-19 From a89a7e31e18c5ac5dc68f92269f4956aa6f07652 Mon Sep 17 00:00:00 2001 From: Jan Keukert <35369791+jankeu@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:04:44 +0100 Subject: [PATCH 3/3] bump grcov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 619bdfe..f91cd97 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ RUST_NIGHTLY_VERSION := $(shell cat rust-toolchain-nightly) -GRCOV_VERSION := 0.8.13 +GRCOV_VERSION := 0.8.19 install-nightly: rustup toolchain install $(RUST_NIGHTLY_VERSION)