fix(deps): update rust crate toml to 0.8.11

This commit is contained in:
renovate[bot] 2024-03-11 17:34:13 +00:00 committed by GitHub
parent 8749044740
commit 8df889edeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ clap = { version = "4.5.2", features = ["color", "deprecated", "derive"] }
gix = { version = "0.59.0", default-features = false }
serde = { version = "1.0.197", default-features = false }
serde_derive = "1.0.197"
toml = "0.8.10"
toml = "0.8.11"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
walkdir = "2.5.0"