diff options
Diffstat (limited to 'crates/system_action/Cargo.toml')
| -rw-r--r-- | crates/system_action/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/system_action/Cargo.toml b/crates/system_action/Cargo.toml index 54ae454..b4b98aa 100644 --- a/crates/system_action/Cargo.toml +++ b/crates/system_action/Cargo.toml @@ -8,8 +8,8 @@ tcp_connection = { path = "../utils/tcp_connection" } action_system_macros = { path = "action_macros" } # 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" # Async & Networking -tokio = { version = "1.46.1", features = ["full"] } +tokio = "1.48.0" |
