Compare commits

...
Author SHA1 Message Date
igor04091968 6e99676011 Remove unused Rust dependencies
CI / Rust checks (push) Waiting to run
CI / Docs and registry checks (push) Waiting to run
CI / Smoke checks (push) Waiting to run
Coverage / Coverage baseline (push) Waiting to run
Security / Cargo audit (push) Waiting to run
Security / Cargo deny (push) Waiting to run
Security / Secret pattern check (push) Waiting to run
Security / Dependency review (push) Waiting to run
2026-07-01 07:06:45 +03:00
igor04091968 388b61d903 Normalize DetMir Rust lockfile
CI / Rust checks (push) Waiting to run
CI / Docs and registry checks (push) Waiting to run
CI / Smoke checks (push) Waiting to run
Coverage / Coverage baseline (push) Waiting to run
Security / Cargo audit (push) Waiting to run
Security / Cargo deny (push) Waiting to run
Security / Secret pattern check (push) Waiting to run
Security / Dependency review (push) Waiting to run
2026-07-01 06:23:18 +03:00
5 changed files with 0 additions and 40 deletions
-35
View File
@@ -198,12 +198,10 @@ name = "aw-contour-smoke"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"clap",
"reqwest",
"serde_json",
"tempfile",
"url",
]
[[package]]
@@ -561,18 +559,6 @@ version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
[[package]]
name = "containment-engine"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"clap",
"serde",
"serde_json",
"sha2",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
@@ -710,7 +696,6 @@ version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"serde_json",
]
[[package]]
@@ -790,7 +775,6 @@ dependencies = [
"anyhow",
"clap",
"detmir-state",
"serde",
"serde_json",
]
@@ -1269,10 +1253,7 @@ dependencies = [
"reqwest",
"serde",
"serde_json",
"sha2",
"tempfile",
"urlencoding",
"zip 2.4.2",
]
[[package]]
@@ -2136,21 +2117,6 @@ dependencies = [
"winapi-util",
]
[[package]]
name = "security-finding-inbox"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"clap",
"hayabusa-tools",
"reqwest",
"serde",
"serde_json",
"sha2",
"tempfile",
]
[[package]]
name = "semver"
version = "1.0.28"
@@ -3323,7 +3289,6 @@ dependencies = [
"tempfile",
"tiny_http",
"url",
"urlencoding",
]
[[package]]
@@ -8,11 +8,9 @@ publish.workspace = true
[dependencies]
anyhow.workspace = true
chrono.workspace = true
clap.workspace = true
reqwest.workspace = true
serde_json.workspace = true
url.workspace = true
[dev-dependencies]
tempfile.workspace = true
-1
View File
@@ -19,5 +19,4 @@ adk-rust.workspace = true
anyhow.workspace = true
clap.workspace = true
detmir-state.workspace = true
serde.workspace = true
serde_json.workspace = true
@@ -31,7 +31,6 @@ regex.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
urlencoding.workspace = true
[dev-dependencies]
tempfile.workspace = true
-1
View File
@@ -15,7 +15,6 @@ serde.workspace = true
serde_json.workspace = true
tiny_http.workspace = true
url.workspace = true
urlencoding.workspace = true
regex.workspace = true
[dev-dependencies]