Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 22 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rocm-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
sysinfo.workspace = true
toml = "0.8"
toml = "1.1"
ureq = { version = "2.12", features = ["native-certs"] }

[target.'cfg(target_os = "windows")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/rocm-dash-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
chrono = { version = "0.4", features = ["serde"] }
thiserror = "2"
toml = "0.8"
toml = "1.1"
dirs = "6"
tracing = "0.1"

Expand Down
2 changes: 1 addition & 1 deletion crates/rocm-dash-tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ anyhow = "1"
chrono = { version = "0.4", features = ["serde"] }
thiserror = "2"
# Skill manifests are TOML (the external-team contribution contract).
toml = "0.8"
toml = "1.1"
async-trait = "0.1"
# Header types for the custom auth header some gateways require (e.g. APIM's
# `Ocp-Apim-Subscription-Key`). `http` is the types-only crate Rig already uses.
Expand Down
2 changes: 1 addition & 1 deletion crates/rocm-deps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ build = "build.rs"
workspace = true

[build-dependencies]
toml = "0.8"
toml = "1.1"
2 changes: 1 addition & 1 deletion tests/e2e-cucumber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde.workspace = true
serde_json.workspace = true
tempfile = "3"
tokio.workspace = true
toml = "0.8"
toml = "1.1"
# `ServeDir` backs the install scenario's loopback download server (see
# `src/loopback_http.rs`), so the E2E suite does not hand-roll HTTP framing,
# socket-mode handling, or path-traversal defence. 0.6 is the version reqwest
Expand Down
Loading