diff --git a/Cargo.toml b/Cargo.toml index 053ae33..ddf32ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,11 +8,11 @@ rust-version = "1.86" tokio = { version = "1.45.1", features = ["full"] } futures = { version = "0.3.31" } reqwest = { version = "0.12.19", features = ["json", "stream", "multipart"] } -serde = { version = "1.0.218", features = ["derive"] } -serde_json = { version = "1.0.139" } +serde = { version = "1.0.219", features = ["derive"] } +serde_json = { version = "1.0.140" } time = { version = "0.3.41", features = ["macros", "serde"] } -uuid = { version = "1.16.0", features = ["v4", "serde"] } -rand = { version = "0.9" } +uuid = { version = "1.17.0", features = ["v4", "serde"] } +rand = { version = "0.9.1" } icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.2.2-devel-565d361b64-680" } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.4.3" } icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.2.2-devel-84ea6e4c22-006" }