chore: bump toml for programs/sbf from 0.5.8 to 0.5.11 (#35159)

This commit is contained in:
Yihau Chen 2024-02-11 23:50:22 +08:00 committed by GitHub
parent adb8c2ac86
commit 39b4aecc7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7418,9 +7418,9 @@ dependencies = [
[[package]]
name = "toml"
version = "0.5.8"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]