diff options
Diffstat (limited to 'crates/vcs_data')
| -rw-r--r-- | crates/vcs_data/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/vcs_data/vcs_data_test/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/crates/vcs_data/Cargo.toml b/crates/vcs_data/Cargo.toml index b3bc4a2..f28c91e 100644 --- a/crates/vcs_data/Cargo.toml +++ b/crates/vcs_data/Cargo.toml @@ -17,10 +17,10 @@ action_system = { path = "../system_action" } uuid = { version = "1.18.1", features = ["v4", "serde"] } # Serialization -serde = { version = "1.0.219", features = ["derive"] } +serde = { version = "1.0.228", features = ["derive"] } # Async & Networking -tokio = { version = "1.46.1", features = ["full"] } +tokio = { version = "1.48.0", features = ["full"] } # Filesystem dirs = "6.0.0" 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"] } |
