diff --git a/Cargo.toml b/Cargo.toml index 9bb7fe8..d91b005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ members = [ destructure_traitobject = "0.3.0" itertools = "0.14.0" serde = { version = "1.0.203", features = ["derive"] } -ron = "0.9.0" +ron = "0.10.0" paste = "1.0.15" chrono = { version = "0.4.35", features = ["serde"] } anyhow = { version = "1.0.86", features = ["backtrace"] }