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