diff options
Diffstat (limited to 'crates/system_action/action_macros/Cargo.toml')
| -rw-r--r-- | crates/system_action/action_macros/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/system_action/action_macros/Cargo.toml b/crates/system_action/action_macros/Cargo.toml index 869dcde..ee7d93b 100644 --- a/crates/system_action/action_macros/Cargo.toml +++ b/crates/system_action/action_macros/Cargo.toml @@ -15,5 +15,5 @@ quote = "1.0" proc-macro2 = "1.0" # Serialization -serde = { version = "1.0.219", features = ["derive"] } -serde_json = "1.0.140" +serde = { version = "1.0.228", features = ["derive"] } +serde_json = "1.0.145" |
