chore(deps): bump toml from 0.9.2 to 0.9.3

Bumps [toml](https://github.com/toml-rs/toml) from 0.9.2 to 0.9.3.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.2...toml-v0.9.3)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 0.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-07-29 22:11:51 +00:00 committed by GitHub
commit 5061a75e7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -1225,7 +1225,7 @@ dependencies = [
"libc", "libc",
"percent-encoding", "percent-encoding",
"pin-project-lite", "pin-project-lite",
"socket2 0.5.10", "socket2 0.6.0",
"system-configuration", "system-configuration",
"tokio", "tokio",
"tower-service", "tower-service",
@ -3041,9 +3041,9 @@ dependencies = [
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.9.2" version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac" checksum = "e06723639aaded957e5a80be250c1f82f274b9d23ebb4d94163668470623461c"
dependencies = [ dependencies = [
"serde", "serde",
"serde_spanned", "serde_spanned",

View file

@ -59,7 +59,7 @@ futures-util = { version = "0.3.31", default-features = false }
# config # config
clap = { version = "4.5.41", features = ["std", "cargo", "wrap_help"] } clap = { version = "4.5.41", features = ["std", "cargo", "wrap_help"] }
toml = { version = "0.9.2", default-features = false, features = [ toml = { version = "0.9.3", default-features = false, features = [
"parse", "parse",
"serde", "serde",
] } ] }