chore(deps): bump toml from 0.8.23 to 1.1.2+spec-1.1.0 in /ecc2

Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 1.1.2+spec-1.1.0.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v1.1.2)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 1.1.2+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-15 04:55:53 +00:00
committed by GitHub
parent 5b173d2e6c
commit 81bc986aed
2 changed files with 32 additions and 37 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ git2 = { version = "0.20", features = ["ssh"] }
# Serialization
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = "0.8"
toml = "1.1"
regex = "1"
sha2 = "0.11"
ureq = { version = "3", features = ["json"] }