Merge pull request #326 from junkurihara/dependabot/cargo/toml-0.9.3

chore(deps): bump toml from 0.9.2 to 0.9.3
This commit is contained in:
Jun Kurihara 2025-07-30 10:23:31 +09:00 committed by GitHub
commit c6aeab42d0
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

@ -3041,9 +3041,9 @@ dependencies = [
[[package]]
name = "toml"
version = "0.9.2"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac"
checksum = "e06723639aaded957e5a80be250c1f82f274b9d23ebb4d94163668470623461c"
dependencies = [
"serde",
"serde_spanned",

View file

@ -59,7 +59,7 @@ futures-util = { version = "0.3.31", default-features = false }
# config
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",
"serde",
] }