Skip to content

Commit

Permalink
release 1.0.7
Browse files Browse the repository at this point in the history
- bump serde from 1.0.210 to 1.0.213
- bump serde_json from 1.0.131 to 1.0.132
  • Loading branch information
simonrupf committed Oct 26, 2024
1 parent 952c0c3 commit 96b9c51
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log of convert2json utilities
====================================

Version 1.0.7 / 2024-10-26
--------------------------
- bump serde from 1.0.210 to 1.0.213
- bump serde_json from 1.0.131 to 1.0.132

Version 1.0.6 / 2024-10-19
--------------------------
- bump serde_json from 1.0.128 to 1.0.131
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
version = "1.0.6"
version = "1.0.7"
edition = "2021"
license = "MIT"
repository = "https://github.com/simonrupf/convert2json"
Expand Down
16 changes: 8 additions & 8 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This document lists the licenses of the projects used in convert2json.

## Overview of licenses

- [MIT License](#MIT) (8)
- [Apache License 2.0](#Apache-2.0) (4)
- [Apache License 2.0](#Apache-2.0) (20)
- [MIT License](#MIT) (12)
- [Unicode License Agreement - Data Files and Software (2016)](#Unicode-DFS-2016) (1)

## Full license texts
Expand Down Expand Up @@ -229,14 +229,14 @@ This document lists the licenses of the projects used in convert2json.
#### Used by

- [itoa](https://github.com/dtolnay/itoa) 1.0.10
- [proc-macro2](https://github.com/dtolnay/proc-macro2) 1.0.76
- [proc-macro2](https://github.com/dtolnay/proc-macro2) 1.0.89
- [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.210
- [serde_derive](https://github.com/serde-rs/serde) 1.0.210
- [serde_json](https://github.com/serde-rs/json) 1.0.131
- [serde](https://github.com/serde-rs/serde) 1.0.213
- [serde_derive](https://github.com/serde-rs/serde) 1.0.213
- [serde_json](https://github.com/serde-rs/json) 1.0.132
- [serde_yaml](https://github.com/dtolnay/serde-yaml) 0.9.34+deprecated
- [syn](https://github.com/dtolnay/syn) 2.0.48
- [syn](https://github.com/dtolnay/syn) 2.0.85
- [thiserror](https://github.com/dtolnay/thiserror) 1.0.56
- [thiserror-impl](https://github.com/dtolnay/thiserror) 1.0.56
- [unicode-ident](https://github.com/dtolnay/unicode-ident) 1.0.12
Expand Down Expand Up @@ -824,7 +824,7 @@ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRES

#### Used by

- [convert2json](https://github.com/simonrupf/convert2json) 1.0.6
- [convert2json](https://github.com/simonrupf/convert2json) 1.0.7
- [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) 0.2.11

```
Expand Down

0 comments on commit 96b9c51

Please sign in to comment.