Update rust (#102)
Rust / build (push) Successful in 3m25s

Reviewed-on: phoenix/idm#102
This commit was merged in pull request #102.
This commit is contained in:
2026-07-10 19:29:05 -04:00
parent a8ed05c278
commit 592c5aaf60
3 changed files with 159 additions and 527 deletions
@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.95
toolchain: 1.97
- uses: Swatinem/rust-cache@v2
- name: Build
run: |
Generated
+151 -518
View File
File diff suppressed because it is too large Load Diff
+7 -8
View File
@@ -1,17 +1,16 @@
[package]
name = "idm"
version = "0.10.0"
version = "0.10.1"
rust-version = "1.95"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = { version = "0.3.32" }
http = { version = "1.4.0" }
reqwest = { version = "0.13.3", features = ["json", "blocking", "multipart", "stream"] }
http = { version = "1.4.2" }
reqwest = { version = "0.13.4", features = ["json", "blocking", "multipart", "stream"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.52", features = ["full"] }
serde_json = "1.0.150"
tokio = { version = "1.52.3", features = ["full"] }
tokio-util = { version = "0.7.18", features = ["codec"] }
uuid = { version = "1.23.1", features = ["v4", "serde"] }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.11.1" }
uuid = { version = "1.23.4", features = ["v4", "serde"] }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.11.3" }