Commit Graph

15 Commits

Author SHA1 Message Date
Cutieguwu
4b5460f754 Huge refactor. Introduce anyhow for error handling. 2025-12-29 15:31:01 -05:00
Olivia Brooks
e08e2a0017 Rework reading from device and clean up. 2025-12-29 11:02:13 -05:00
Cutieguwu
1c30ed0c51 Revise crate versions. 2025-03-11 18:17:30 -04:00
Olivia Brooks
f8a98c3743 Update Cargo.toml
Add additional version bounds for rust-i18n.
2025-02-26 14:10:58 -05:00
Olivia Brooks
bb6d2ae94b Libc version bound hotfix. 2025-02-26 14:06:30 -05:00
Olivia Brooks
d0baf9b7a7 Update Cargo.toml
Add versioning bounds.
2025-02-26 14:03:27 -05:00
dependabot[bot]
288fee1072 Bump clap from 4.5.30 to 4.5.31
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.30 to 4.5.31.
- [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.30...v4.5.31)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-26 17:07:31 +00:00
Olivia Brooks
9ce788613a Add version bounds.
Maintain support for 0.2.169
2025-02-26 12:05:42 -05:00
dependabot[bot]
5ea95d9d3d Bump libc from 0.2.169 to 0.2.170
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.169 to 0.2.170.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.170/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.169...0.2.170)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-26 17:03:49 +00:00
Cutieguwu
b890d74cb7 Reviewed dependency tree. 2025-02-24 14:20:18 -05:00
Olivia Brooks
7a6e02eb08 Update Cargo.toml
Employ Tilde requirements. All patches to clap were non-breaking of current functionality. 4.5.27 remains the tested version.
2025-02-20 14:34:01 -05:00
dependabot[bot]
97e89d3874 Bump clap from 4.5.27 to 4.5.30
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.27 to 4.5.30.
- [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.27...clap_complete-v4.5.30)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 19:30:49 +00:00
Olivia Brooks
23fd1c158e Update Cargo.toml
Employ Tilde requirements due to update strategy employed by serde crate possibly having breaking changes at the patch level.

Patch 217 is fully functional without fault. It is also the only version tested at present.

Patch 218 just revises documentation, so is functionally identical to patch 217.
2025-02-20 14:27:29 -05:00
dependabot[bot]
9c9447a9ac Bump serde from 1.0.217 to 1.0.218
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.217 to 1.0.218.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.217...v1.0.218)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 18:59:14 +00:00
Cutieguwu
79fddd7802 Initial Commit 2025-02-19 08:32:14 -05:00