summaryrefslogtreecommitdiff
path: root/crates/system_action
diff options
context:
space:
mode:
Diffstat (limited to 'crates/system_action')
-rw-r--r--crates/system_action/Cargo.toml6
-rw-r--r--crates/system_action/action_macros/Cargo.toml4
2 files changed, 5 insertions, 5 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"
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"