act-cli 0.7.4__tar.gz → 0.7.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {act_cli-0.7.4 → act_cli-0.7.5}/Cargo.lock +2 -33
- {act_cli-0.7.4 → act_cli-0.7.5}/Cargo.toml +1 -1
- {act_cli-0.7.4 → act_cli-0.7.5}/PKG-INFO +1 -1
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/Cargo.toml +1 -1
- {act_cli-0.7.4 → act_cli-0.7.5}/README.md +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/README.md +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/build.rs +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/src/config.rs +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/src/format.rs +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/src/http.rs +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/src/main.rs +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/src/resolve.rs +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/src/rmcp_bridge.rs +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/src/runtime/bindings/mod.rs +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/src/runtime/effective.rs +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/src/runtime/fs_matcher.rs +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/src/runtime/fs_policy.rs +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/src/runtime/http_client.rs +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/src/runtime/http_policy.rs +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/src/runtime/mod.rs +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/src/runtime/network.rs +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/src/runtime/sessions.rs +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/src/runtime/sockets_policy.rs +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/wit/deps/act-core/act-core.wit +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/wit/deps/act-tools/act-tools.wit +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/wit/deps.lock +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/wit/deps.toml +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/act-cli/wit/world.wit +0 -0
- {act_cli-0.7.4 → act_cli-0.7.5}/pyproject.toml +0 -0
|
@@ -4,7 +4,7 @@ version = 4
|
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "act-build"
|
|
7
|
-
version = "0.7.
|
|
7
|
+
version = "0.7.5"
|
|
8
8
|
dependencies = [
|
|
9
9
|
"act-types",
|
|
10
10
|
"anyhow",
|
|
@@ -35,7 +35,7 @@ dependencies = [
|
|
|
35
35
|
|
|
36
36
|
[[package]]
|
|
37
37
|
name = "act-cli"
|
|
38
|
-
version = "0.7.
|
|
38
|
+
version = "0.7.5"
|
|
39
39
|
dependencies = [
|
|
40
40
|
"act-types",
|
|
41
41
|
"anyhow",
|
|
@@ -1418,34 +1418,6 @@ dependencies = [
|
|
|
1418
1418
|
"tracing",
|
|
1419
1419
|
]
|
|
1420
1420
|
|
|
1421
|
-
[[package]]
|
|
1422
|
-
name = "h3"
|
|
1423
|
-
version = "0.0.8"
|
|
1424
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1425
|
-
checksum = "10872b55cfb02a821b69dc7cf8dc6a71d6af25eb9a79662bec4a9d016056b3be"
|
|
1426
|
-
dependencies = [
|
|
1427
|
-
"bytes",
|
|
1428
|
-
"fastrand",
|
|
1429
|
-
"futures-util",
|
|
1430
|
-
"http",
|
|
1431
|
-
"pin-project-lite",
|
|
1432
|
-
"tokio",
|
|
1433
|
-
]
|
|
1434
|
-
|
|
1435
|
-
[[package]]
|
|
1436
|
-
name = "h3-quinn"
|
|
1437
|
-
version = "0.0.10"
|
|
1438
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1439
|
-
checksum = "8b2e732c8d91a74731663ac8479ab505042fbf547b9a207213ab7fbcbfc4f8b4"
|
|
1440
|
-
dependencies = [
|
|
1441
|
-
"bytes",
|
|
1442
|
-
"futures",
|
|
1443
|
-
"h3",
|
|
1444
|
-
"quinn",
|
|
1445
|
-
"tokio",
|
|
1446
|
-
"tokio-util",
|
|
1447
|
-
]
|
|
1448
|
-
|
|
1449
1421
|
[[package]]
|
|
1450
1422
|
name = "half"
|
|
1451
1423
|
version = "2.7.1"
|
|
@@ -2510,7 +2482,6 @@ checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
|
|
|
2510
2482
|
dependencies = [
|
|
2511
2483
|
"bytes",
|
|
2512
2484
|
"cfg_aliases",
|
|
2513
|
-
"futures-io",
|
|
2514
2485
|
"pin-project-lite",
|
|
2515
2486
|
"quinn-proto",
|
|
2516
2487
|
"quinn-udp",
|
|
@@ -2760,8 +2731,6 @@ dependencies = [
|
|
|
2760
2731
|
"futures-core",
|
|
2761
2732
|
"futures-util",
|
|
2762
2733
|
"h2",
|
|
2763
|
-
"h3",
|
|
2764
|
-
"h3-quinn",
|
|
2765
2734
|
"http",
|
|
2766
2735
|
"http-body",
|
|
2767
2736
|
"http-body-util",
|
|
@@ -37,7 +37,7 @@ dirs = "6"
|
|
|
37
37
|
futures-util = "0.3"
|
|
38
38
|
indicatif = "0.18.4"
|
|
39
39
|
regex = "1"
|
|
40
|
-
reqwest = { version = "0.13.3", default-features = false, features = ["rustls", "stream", "http2"
|
|
40
|
+
reqwest = { version = "0.13.3", default-features = false, features = ["rustls", "stream", "http2"] }
|
|
41
41
|
oci-client = "0.17"
|
|
42
42
|
sha2 = "0.11.0"
|
|
43
43
|
tar = "0.4"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|