summaryrefslogtreecommitdiff
path: root/crates/vcs_data/vcs_data_test/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-10-27 18:13:30 +0800
committerGitHub <noreply@github.com>2025-10-27 18:13:30 +0800
commite181f5e49a14bb23279c30375b882f9297e30e7c (patch)
treeb81c388d0a011fc2b9a78b4badaa19ca91f3377d /crates/vcs_data/vcs_data_test/Cargo.toml
parent5e150adf0e3d8b3843779eddd83469d1b1ba84bc (diff)
parent0db8fa32c10173c591e78413cfc86a8eea607905 (diff)
Merge pull request #27 from JustEnoughVCS/jvcs_dev_actions
Update dependencies to latest versions
Diffstat (limited to 'crates/vcs_data/vcs_data_test/Cargo.toml')
-rw-r--r--crates/vcs_data/vcs_data_test/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/vcs_data/vcs_data_test/Cargo.toml b/crates/vcs_data/vcs_data_test/Cargo.toml
index 9dcbd4a..f6caa07 100644
--- a/crates/vcs_data/vcs_data_test/Cargo.toml
+++ b/crates/vcs_data/vcs_data_test/Cargo.toml
@@ -10,4 +10,4 @@ cfg_file = { path = "../../utils/cfg_file", features = ["default"] }
vcs_data = { path = "../../vcs_data" }
# Async & Networking
-tokio = { version = "1.46.1", features = ["full"] }
+tokio = { version = "1.48.0", features = ["full"] }