build(deps): bump cargo_toml from 0.20.3 to 0.20.4 in the deps group

Bumps the deps group with 1 update: [cargo_toml](https://gitlab.com/lib.rs/cargo_toml).


Updates `cargo_toml` from 0.20.3 to 0.20.4
- [Commits](https://gitlab.com/lib.rs/cargo_toml/compare/v0.20.3...v0.20.4)

---
updated-dependencies:
- dependency-name: cargo_toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-20 01:25:55 +00:00 committed by GitHub
parent fbe6e4c83a
commit 0f505f6ad7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
license = "Apache-2.0 OR MIT"
[dependencies]
cargo_toml = "0.20.0"
cargo_toml = "0.20.4"
compact_str = { version = "0.8.0", features = ["serde"] }
glob = "0.3.1"
normalize-path = { version = "0.2.1", path = "../normalize-path" }