From b0239b81606fb5739e511eb85bfb3797ecbf1364 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 01:00:21 +0000 Subject: [PATCH 1/4] chore(deps): update rust crate serde_json to 1.0.114 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33a3731..47d532e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,4 +80,4 @@ all-features = true [dev-dependencies] # To test `serde` feature expectaions: -serde_json = "1.0.113" +serde_json = "1.0.114" From bb882b16b11bf3e19215926d62b534bb08db4443 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 14:18:17 +0000 Subject: [PATCH 2/4] fix(deps): update rust crate chrono to 0.4.35 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33a3731..49d7190 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ thiserror = { version = "1.0.57", optional = true } num = { version = "0.4", optional = true } num-derive = { version = "0.4", optional = true } num-traits = { version = "0.2", optional = true } -chrono = { version = "0.4.34", optional = true } +chrono = { version = "0.4.35", optional = true } # Edit `Makefile` and `src/lib.src` after making changes in this section: [features] From 111126db5e5e6d22aedf006f9c115f5b09debf45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 04:14:36 +0000 Subject: [PATCH 3/4] fix(deps): update rust crate thiserror to 1.0.58 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33a3731..e10767a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "Contributing.md [dependencies] urlencoding = { version = "2.1.3", optional = true } serde = { version = "1.0.196", features = ["derive"], optional = true } -thiserror = { version = "1.0.57", optional = true } +thiserror = { version = "1.0.58", optional = true } num = { version = "0.4", optional = true } num-derive = { version = "0.4", optional = true } num-traits = { version = "0.2", optional = true } From 230ee76f55d888951495ef4190ba0adb2ab20409 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:22:59 +0000 Subject: [PATCH 4/4] fix(deps): update rust crate serde to 1.0.197 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e10767a..1f05f50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "Contributing.md [dependencies] urlencoding = { version = "2.1.3", optional = true } -serde = { version = "1.0.196", features = ["derive"], optional = true } +serde = { version = "1.0.197", features = ["derive"], optional = true } thiserror = { version = "1.0.58", optional = true } num = { version = "0.4", optional = true } num-derive = { version = "0.4", optional = true }