Update rust #1

Merged
phoenix merged 16 commits from update_rust into main 2026-05-22 11:21:58 -04:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit f2eccb9594 - Show all commits
Generated
+2 -2
View File
@@ -1779,9 +1779,9 @@ dependencies = [
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.23.0" version = "1.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
dependencies = [ dependencies = [
"getrandom 0.4.2", "getrandom 0.4.2",
"js-sys", "js-sys",
+1 -1
View File
@@ -11,7 +11,7 @@ reqwest = { version = "0.12.28", features = ["json", "stream", "multipart"] }
serde = { version = "1.0.228", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.149" } serde_json = { version = "1.0.149" }
time = { version = "0.3.47", features = ["macros", "serde"] } time = { version = "0.3.47", features = ["macros", "serde"] }
uuid = { version = "1.23", features = ["v4", "serde"] } uuid = { version = "1.23.1", features = ["v4", "serde"] }
rand = { version = "0.10.0" } rand = { version = "0.10.0" }
icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.5.0" } icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.5.0" }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.10.0" } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.10.0" }