Commit graph

10 commits

Author SHA1 Message Date
1585a60ce8
fix array enumeration of complex items resulting in unformatted JSON values 2024-12-19 11:51:37 +01:00
53e991875e
update lockfile 2024-11-08 12:54:22 +01:00
77dd32e5d0
remove anyhow dependency 2024-05-16 17:48:44 +02:00
4d5da55227
release v0.2.0 2024-03-09 11:38:36 +01:00
dependabot[bot]
709aa82b3e
Cargo(deps): bump clap from 4.4.0 to 4.5.0 (#11)
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.0...clap_complete-v4.5.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-12 17:51:45 +01:00
dependabot[bot]
dc6b9374e3
Cargo(deps): bump clap from 4.3.4 to 4.4.0 (#4)
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.4...clap_complete-v4.4.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-29 00:08:16 +02:00
dependabot[bot]
f8fd198c58
Cargo(deps): bump clap from 4.3.3 to 4.3.4 (#3)
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.3...v4.3.4)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 18:08:53 +02:00
dependabot[bot]
638bbeb942
Cargo(deps): bump serde_json from 1.0.96 to 1.0.97 (#2)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.96 to 1.0.97.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.96...v1.0.97)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 18:08:00 +02:00
dependabot[bot]
79fce3582a
Cargo(deps): bump clap from 4.3.2 to 4.3.3 (#1)
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.2...v4.3.3)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-12 18:28:17 +02:00
c38f59c327 Initial Commit 2023-06-07 20:56:30 +02:00