cargo: upgrade toml to 0.8.11

This commit is contained in:
Matt Bilker
2024-03-19 06:35:13 +00:00
parent cad308eceb
commit ce3c6bbe14
2 changed files with 30 additions and 26 deletions

View File

@@ -12,9 +12,9 @@ ctor = "0.1.21"
libc = "0.2.102"
parking_lot = "0.11.2"
serde = { version = "1.0.130", features = ["derive"] }
toml = "0.5.8"
toml = "0.8.11"
[features]
# Feature flag to enable syntactic sugar for proxmox users
default = ["proxmox"]
proxmox = []
default = ["proxmox"]