diff --git a/lib/Cargo.toml b/lib/Cargo.toml index fa58d1d..fbd9238 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -18,7 +18,7 @@ struct-patch-derive = { version = "=0.12.2", path = "../derive" } serde_json = "1.0" serde = { version = "1", features = ["derive"] } serde_with = "3.9.0" -toml = "0.9" +toml = "1.1" humantime-serde = "1.1.1" clap = { version = "4.4.7", features = ["derive"] }