{garage,util}/Cargo.toml: Updated toml from 0.5 to 0.6.

This commit is contained in:
Jonathan Davies
2023-01-23 22:00:17 +00:00
parent b4a1a6a32f
commit d3b2a68988
3 changed files with 47 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ chrono = "0.4"
rmp-serde = "0.15"
serde = { version = "1.0", default-features = false, features = ["derive", "rc"] }
serde_json = "1.0"
toml = "0.5"
toml = "0.6"
futures = "0.3"
tokio = { version = "1.0", default-features = false, features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros", "sync", "signal", "fs"] }