From 6e9fb8b3ef55d35b4bc8784dfd5a5af49ea85332 Mon Sep 17 00:00:00 2001 From: Simon Rupf Date: Sat, 31 Aug 2024 18:01:19 +0200 Subject: [PATCH] release 1.0.3 - bump serde from 1.0.208 to 1.0.209 - bump serde_json from 1.0.125 to 1.0.127 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- LICENSE.md | 8 ++++---- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e93833c..b8434f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log of convert2json utilities ==================================== +Version 1.0.3 / 2024-08-31 +-------------------------- +- bump serde from 1.0.208 to 1.0.209 +- bump serde_json from 1.0.125 to 1.0.127 + Version 1.0.2 / 2024-08-17 -------------------------- - bump serde from 1.0.205 to 1.0.208 diff --git a/Cargo.lock b/Cargo.lock index 641a56f..3c10657 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "convert2json" -version = "1.0.2" +version = "1.0.3" dependencies = [ "csv", "pico-args", diff --git a/Cargo.toml b/Cargo.toml index c74d697..7f1e5e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "convert2json" description = "CLI utilities to convert CSV, INI, RSV, TOML, XML & YAML into JSON and for use with jaq or jq." authors = ["Simon Rupf "] -version = "1.0.2" +version = "1.0.3" edition = "2021" license = "MIT" repository = "https://github.com/simonrupf/convert2json" diff --git a/LICENSE.md b/LICENSE.md index deced08..621b054 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -232,9 +232,9 @@ This document lists the licenses of the projects used in convert2json. - [proc-macro2](https://github.com/dtolnay/proc-macro2) 1.0.76 - [quote](https://github.com/dtolnay/quote) 1.0.35 - [ryu](https://github.com/dtolnay/ryu) 1.0.16 -- [serde](https://github.com/serde-rs/serde) 1.0.208 -- [serde_derive](https://github.com/serde-rs/serde) 1.0.208 -- [serde_json](https://github.com/serde-rs/json) 1.0.125 +- [serde](https://github.com/serde-rs/serde) 1.0.209 +- [serde_derive](https://github.com/serde-rs/serde) 1.0.209 +- [serde_json](https://github.com/serde-rs/json) 1.0.127 - [serde_yaml](https://github.com/dtolnay/serde-yaml) 0.9.34+deprecated - [syn](https://github.com/dtolnay/syn) 2.0.48 - [thiserror-impl](https://github.com/dtolnay/thiserror) 1.0.56 @@ -824,7 +824,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRES #### Used by -- [convert2json](https://github.com/simonrupf/convert2json) 1.0.2 +- [convert2json](https://github.com/simonrupf/convert2json) 1.0.3 - [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) 0.2.11 ```