Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
a713ef52e4 build(deps): update toml requirement from 0.5.8 to 1.0.3 in /src/libs
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.10...toml-v1.0.3)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 1.0.3+spec-1.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-27 12:16:57 +00:00

View File

@@ -24,7 +24,7 @@ slog = "2.5.2"
slog-scope = "4.4.0"
serde_json = "1.0.73"
thiserror = "1.0"
toml = "0.5.8"
toml = "1.0.3"
serde-enum-str = "0.4"
sysinfo = "0.34.2"
sha2 = "0.10.8"