diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-27 18:13:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-27 18:13:30 +0800 |
| commit | e181f5e49a14bb23279c30375b882f9297e30e7c (patch) | |
| tree | b81c388d0a011fc2b9a78b4badaa19ca91f3377d /examples/Cargo.toml | |
| parent | 5e150adf0e3d8b3843779eddd83469d1b1ba84bc (diff) | |
| parent | 0db8fa32c10173c591e78413cfc86a8eea607905 (diff) | |
Merge pull request #27 from JustEnoughVCS/jvcs_dev_actions
Update dependencies to latest versions
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" |
