Commit Graph

8 Commits

Author SHA1 Message Date
Olivia Brooks
c27cf64c80 Merge pull request #2 from Cutieguwu/dependabot/cargo/serde-1.0.218
Resolved by adjusting version notation to support up to next minor version of serde.
2025-02-20 14:29:51 -05: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
Olivia Brooks
55f7acf168 Create dependabot.yml 2025-02-20 13:58:28 -05:00
Cutieguwu
c8a98ea3cb Improved get_state method efficiency. 2025-02-19 14:06:51 -05:00
Cutieguwu
4307e8741c Fixed and Improved defragging. 2025-02-19 13:40:55 -05:00
Cutieguwu
70392f54c8 Updated progress. 2025-02-19 09:13:44 -05:00
Cutieguwu
79fddd7802 Initial Commit 2025-02-19 08:32:14 -05:00