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

4
Cargo.lock generated
View file

@ -617,9 +617,9 @@ dependencies = [
[[package]]
name = "cargo_toml"
version = "0.20.3"
version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4895c018bb228aa6b3ba1a0285543fcb4b704734c3fb1f72afaa75aa769500c1"
checksum = "ad639525b1c67b6a298f378417b060fbc04618bea559482a8484381cce27d965"
dependencies = [
"serde",
"toml",

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" }