Skip to content

Commit

Permalink
release 1.0.3
Browse files Browse the repository at this point in the history
- bump serde from 1.0.208 to 1.0.209
- bump serde_json from 1.0.125 to 1.0.127
  • Loading branch information
simonrupf committed Aug 31, 2024
1 parent 164b5cc commit 6e9fb8b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 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.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
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 <simon@rupf.net>"]
version = "1.0.2"
version = "1.0.3"
edition = "2021"
license = "MIT"
repository = "https://github.com/simonrupf/convert2json"
Expand Down
8 changes: 4 additions & 4 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.2
- [convert2json](https://github.com/simonrupf/convert2json) 1.0.3
- [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) 0.2.11

```
Expand Down

0 comments on commit 6e9fb8b

Please sign in to comment.