summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2025-03-13chore(deps): bump the regular group with 6 updates (#65)dependabot[bot]
Bumps the regular group with 6 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.32` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.9` | `0.12.14` | | [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.219` | | [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.140` | | [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.44.1` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.46` | Updates `clap` from 4.5.23 to 4.5.32 - [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.5.23...clap_complete-v4.5.32) Updates `reqwest` from 0.12.9 to 0.12.14 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/v0.12.14/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.9...v0.12.14) Updates `serde` from 1.0.217 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.217...v1.0.219) Updates `serde_json` from 1.0.134 to 1.0.140 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.140) Updates `tokio` from 1.42.0 to 1.44.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.44.1) Updates `clap_complete` from 4.5.40 to 4.5.46 - [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.5.40...clap_complete-v4.5.46) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regular - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regular - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regular - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regular - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regular ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-04chore: v0.2.0v0.2.0seth
2025-01-03chore(crates): bump tokio from 1.40.0 to 1.42.0 (#42)dependabot[bot]
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.42.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.42.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-11chore(crates): bump thiserror from 1.0.64 to 2.0.3 (#31)dependabot[bot]
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.64 to 2.0.3. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.64...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-13feat: initial commitseth