act-cli 0.13.1__tar.gz → 0.13.2__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.13.1 → act_cli-0.13.2}/Cargo.lock +24 -24
- {act_cli-0.13.1 → act_cli-0.13.2}/Cargo.toml +7 -7
- {act_cli-0.13.1 → act_cli-0.13.2}/PKG-INFO +1 -1
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/Cargo.toml +5 -5
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-mcp/Cargo.toml +1 -1
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/Cargo.toml +3 -3
- {act_cli-0.13.1 → act_cli-0.13.2}/README.md +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/README.md +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/build.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/config.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/format.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/login_cmd.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/main.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/oauth/discovery.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/oauth/issuer.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/oauth/listener.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/oauth/mod.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/oauth/pkce.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/oauth/refresh.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/oauth/refresher.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/oauth/registration.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/oauth/run.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/oauth/state.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/rmcp_bridge.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/secret_cmd.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/snapshots/act__format__tests__golden__info_json.snap +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/snapshots/act__format__tests__golden__info_text.snap +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/snapshots/act__format__tests__golden__info_toon.snap +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/tty.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-credentials/Cargo.toml +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-credentials/src/backend/file.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-credentials/src/backend/mod.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-credentials/src/expiry.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-credentials/src/field.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-credentials/src/index.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-credentials/src/lib.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-credentials/src/record.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-credentials/src/store.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-credentials/tests/backend_selection.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-credentials/tests/store_roundtrip.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-mcp/README.md +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-mcp/src/lib.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/Cargo.toml +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/src/ceilings.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/src/consent.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/src/decision.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/src/effective.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/src/fs_matcher.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/src/grant.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/src/lib.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/src/net.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/src/provider.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/src/providers/credentials.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/src/providers/fs.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/src/providers/generic.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/src/providers/http.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/src/providers/mod.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/src/providers/sockets.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/tests/policy_properties.proptest-regressions +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/tests/policy_properties.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/README.md +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/actor.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/audit/emit.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/audit/layer.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/audit/mod.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/audit/record.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/audit/render.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__credential_issue.snap +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__declared_ask_blocked_warning.snap +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__declared_ungranted_warning.snap +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__exception_ask_denied_by_user.snap +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__exception_static_deny.snap +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__exception_with_an_attributed_rule.snap +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__header.snap +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__rollup_escapes_untrusted_text.snap +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__rollup_with_full_args.snap +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__rollup_with_grouped_allows.snap +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__rollup_with_no_allows.snap +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__rollup_with_session_and_overflow.snap +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/bindings.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/consent/channel.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/consent/gate.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/consent/mod.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/credentials.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/engine.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/fs_policy.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/http_client.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/http_policy.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/info.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/lib.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/resolve.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/runtime.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/sessions.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/store.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/tests.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/src/validate.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/wit/deps/act-consent-0.1.0/package.wit +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/wit/deps/act-core-0.4.0/package.wit +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/wit/deps/act-credentials-0.1.0/package.wit +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/wit/deps/act-sessions-0.2.0/package.wit +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/wit/deps/act-tools-0.2.0/package.wit +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/wit/world.wit +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-store/Cargo.toml +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-store/README.md +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-store/src/fetch.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-store/src/index.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-store/src/layout.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-store/src/lib.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-store/src/lock.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-store/src/provenance.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-store/src/reference.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-store/src/referrer.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/crates/act-store/src/store.rs +0 -0
- {act_cli-0.13.1 → act_cli-0.13.2}/pyproject.toml +0 -0
|
@@ -4,7 +4,7 @@ version = 4
|
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "act-build"
|
|
7
|
-
version = "0.13.
|
|
7
|
+
version = "0.13.2"
|
|
8
8
|
dependencies = [
|
|
9
9
|
"act-types",
|
|
10
10
|
"anyhow",
|
|
@@ -41,7 +41,7 @@ dependencies = [
|
|
|
41
41
|
|
|
42
42
|
[[package]]
|
|
43
43
|
name = "act-cli"
|
|
44
|
-
version = "0.13.
|
|
44
|
+
version = "0.13.2"
|
|
45
45
|
dependencies = [
|
|
46
46
|
"act-credentials",
|
|
47
47
|
"act-mcp",
|
|
@@ -92,7 +92,7 @@ dependencies = [
|
|
|
92
92
|
|
|
93
93
|
[[package]]
|
|
94
94
|
name = "act-credentials"
|
|
95
|
-
version = "0.13.
|
|
95
|
+
version = "0.13.2"
|
|
96
96
|
dependencies = [
|
|
97
97
|
"fs4",
|
|
98
98
|
"serde",
|
|
@@ -104,7 +104,7 @@ dependencies = [
|
|
|
104
104
|
|
|
105
105
|
[[package]]
|
|
106
106
|
name = "act-mcp"
|
|
107
|
-
version = "0.13.
|
|
107
|
+
version = "0.13.2"
|
|
108
108
|
dependencies = [
|
|
109
109
|
"act-runtime",
|
|
110
110
|
"act-types",
|
|
@@ -115,7 +115,7 @@ dependencies = [
|
|
|
115
115
|
|
|
116
116
|
[[package]]
|
|
117
117
|
name = "act-policy"
|
|
118
|
-
version = "0.13.
|
|
118
|
+
version = "0.13.2"
|
|
119
119
|
dependencies = [
|
|
120
120
|
"act-types",
|
|
121
121
|
"async-trait",
|
|
@@ -132,7 +132,7 @@ dependencies = [
|
|
|
132
132
|
|
|
133
133
|
[[package]]
|
|
134
134
|
name = "act-policy-wasm"
|
|
135
|
-
version = "0.13.
|
|
135
|
+
version = "0.13.2"
|
|
136
136
|
dependencies = [
|
|
137
137
|
"act-policy",
|
|
138
138
|
"futures",
|
|
@@ -143,7 +143,7 @@ dependencies = [
|
|
|
143
143
|
|
|
144
144
|
[[package]]
|
|
145
145
|
name = "act-runtime"
|
|
146
|
-
version = "0.13.
|
|
146
|
+
version = "0.13.2"
|
|
147
147
|
dependencies = [
|
|
148
148
|
"act-credentials",
|
|
149
149
|
"act-policy",
|
|
@@ -184,7 +184,7 @@ dependencies = [
|
|
|
184
184
|
|
|
185
185
|
[[package]]
|
|
186
186
|
name = "act-store"
|
|
187
|
-
version = "0.13.
|
|
187
|
+
version = "0.13.2"
|
|
188
188
|
dependencies = [
|
|
189
189
|
"chrono",
|
|
190
190
|
"dirs",
|
|
@@ -1819,9 +1819,9 @@ dependencies = [
|
|
|
1819
1819
|
|
|
1820
1820
|
[[package]]
|
|
1821
1821
|
name = "hclient"
|
|
1822
|
-
version = "0.1.0-alpha.
|
|
1822
|
+
version = "0.1.0-alpha.12"
|
|
1823
1823
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1824
|
-
checksum = "
|
|
1824
|
+
checksum = "3331768b48bfc997c7ec59d2a9f8b299c67f1a7f714e431974e91cae795e5b46"
|
|
1825
1825
|
dependencies = [
|
|
1826
1826
|
"brotli-decompressor",
|
|
1827
1827
|
"bytes",
|
|
@@ -1861,9 +1861,9 @@ dependencies = [
|
|
|
1861
1861
|
|
|
1862
1862
|
[[package]]
|
|
1863
1863
|
name = "hclient-dns"
|
|
1864
|
-
version = "0.1.0-alpha.
|
|
1864
|
+
version = "0.1.0-alpha.11"
|
|
1865
1865
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1866
|
-
checksum = "
|
|
1866
|
+
checksum = "4e6e266761d960775a210f71f0cbde259af6103469129b54215d24bbc5ccb14c"
|
|
1867
1867
|
dependencies = [
|
|
1868
1868
|
"bytes",
|
|
1869
1869
|
"futures-core",
|
|
@@ -1873,9 +1873,9 @@ dependencies = [
|
|
|
1873
1873
|
|
|
1874
1874
|
[[package]]
|
|
1875
1875
|
name = "hclient-dns-system"
|
|
1876
|
-
version = "0.1.0-alpha.
|
|
1876
|
+
version = "0.1.0-alpha.12"
|
|
1877
1877
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1878
|
-
checksum = "
|
|
1878
|
+
checksum = "212702ae40801f01af5cc28d97aec01b94d4546d4d464655f59b400bd0cf8d8c"
|
|
1879
1879
|
dependencies = [
|
|
1880
1880
|
"domain",
|
|
1881
1881
|
"futures-core",
|
|
@@ -1912,9 +1912,9 @@ dependencies = [
|
|
|
1912
1912
|
|
|
1913
1913
|
[[package]]
|
|
1914
1914
|
name = "hclient-native"
|
|
1915
|
-
version = "0.1.0-alpha.
|
|
1915
|
+
version = "0.1.0-alpha.12"
|
|
1916
1916
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1917
|
-
checksum = "
|
|
1917
|
+
checksum = "fd7d4ac89962e67c5ff27b957d87903c0cbcc8c32cc37c16b624ae46395262fe"
|
|
1918
1918
|
dependencies = [
|
|
1919
1919
|
"bytes",
|
|
1920
1920
|
"futures-core",
|
|
@@ -1970,9 +1970,9 @@ dependencies = [
|
|
|
1970
1970
|
|
|
1971
1971
|
[[package]]
|
|
1972
1972
|
name = "hclient-rt"
|
|
1973
|
-
version = "0.1.0-alpha.
|
|
1973
|
+
version = "0.1.0-alpha.11"
|
|
1974
1974
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1975
|
-
checksum = "
|
|
1975
|
+
checksum = "f6a941026633b173a84d93f64243677bb266c0214df6ca7d131d0e7a244f9bcc"
|
|
1976
1976
|
dependencies = [
|
|
1977
1977
|
"futures-core",
|
|
1978
1978
|
"futures-io",
|
|
@@ -1983,9 +1983,9 @@ dependencies = [
|
|
|
1983
1983
|
|
|
1984
1984
|
[[package]]
|
|
1985
1985
|
name = "hclient-rt-tokio"
|
|
1986
|
-
version = "0.1.0-alpha.
|
|
1986
|
+
version = "0.1.0-alpha.11"
|
|
1987
1987
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1988
|
-
checksum = "
|
|
1988
|
+
checksum = "07baf2cd9dbdbe666ab3852f7ac2bc2b4002b7c082c175bce9cebe47e2b8d4aa"
|
|
1989
1989
|
dependencies = [
|
|
1990
1990
|
"futures-core",
|
|
1991
1991
|
"hclient-rt",
|
|
@@ -1996,9 +1996,9 @@ dependencies = [
|
|
|
1996
1996
|
|
|
1997
1997
|
[[package]]
|
|
1998
1998
|
name = "hclient-tls"
|
|
1999
|
-
version = "0.1.0-alpha.
|
|
1999
|
+
version = "0.1.0-alpha.10"
|
|
2000
2000
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2001
|
-
checksum = "
|
|
2001
|
+
checksum = "14d332cc1ef507f3ff5e01a9a980d101109dcc4b8d835574eef5eb003e4af718"
|
|
2002
2002
|
dependencies = [
|
|
2003
2003
|
"hclient-core",
|
|
2004
2004
|
"hyper",
|
|
@@ -2006,9 +2006,9 @@ dependencies = [
|
|
|
2006
2006
|
|
|
2007
2007
|
[[package]]
|
|
2008
2008
|
name = "hclient-tls-rustls"
|
|
2009
|
-
version = "0.1.0-alpha.
|
|
2009
|
+
version = "0.1.0-alpha.12"
|
|
2010
2010
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2011
|
-
checksum = "
|
|
2011
|
+
checksum = "663266d8b2d27085c3d32bb373c78103eb575e843b8f1307875d2cc42d838236"
|
|
2012
2012
|
dependencies = [
|
|
2013
2013
|
"hclient-core",
|
|
2014
2014
|
"hclient-tls",
|
|
@@ -3,7 +3,7 @@ members = ["act-cli", "crates/act-credentials", "crates/act-store", "crates/act-
|
|
|
3
3
|
resolver = "3"
|
|
4
4
|
|
|
5
5
|
[workspace.package]
|
|
6
|
-
version = "0.13.
|
|
6
|
+
version = "0.13.2"
|
|
7
7
|
edition = "2024"
|
|
8
8
|
# The floor we support, not the toolchain we build with (`rust-toolchain.toml`
|
|
9
9
|
# tracks stable). Raise it only when something we depend on forces it, and say
|
|
@@ -74,15 +74,15 @@ wasmparser = "0.252.0"
|
|
|
74
74
|
# The host's own outbound HTTP. `default-features = false` drops `idn` and
|
|
75
75
|
# `public-suffix`: every URL here comes from a metadata document this host
|
|
76
76
|
# already validated, or from a registry reference.
|
|
77
|
-
hclient = { version = "0.1.0-alpha.
|
|
78
|
-
hclient-native = { version = "0.1.0-alpha.
|
|
77
|
+
hclient = { version = "0.1.0-alpha.12", default-features = false, features = ["json", "gzip", "brotli", "zstd", "http2"] }
|
|
78
|
+
hclient-native = { version = "0.1.0-alpha.12", features = ["http2"] }
|
|
79
79
|
# A native transport is assembled from three seams `hclient` deliberately does
|
|
80
80
|
# not pick for you. This is the host's pick: tokio, rustls over the webpki
|
|
81
81
|
# roots, the system resolver.
|
|
82
|
-
hclient-rt-tokio = "0.1.0-alpha.
|
|
83
|
-
hclient-tls-rustls = { version = "0.1.0-alpha.
|
|
84
|
-
hclient-dns = "0.1.0-alpha.
|
|
85
|
-
hclient-dns-system = "0.1.0-alpha.
|
|
82
|
+
hclient-rt-tokio = "0.1.0-alpha.11"
|
|
83
|
+
hclient-tls-rustls = { version = "0.1.0-alpha.12", features = ["webpki-roots"] }
|
|
84
|
+
hclient-dns = "0.1.0-alpha.11"
|
|
85
|
+
hclient-dns-system = "0.1.0-alpha.12"
|
|
86
86
|
# Shared across two or more workspace members.
|
|
87
87
|
anyhow = "1.0.102"
|
|
88
88
|
base64 = "0.22.1"
|
|
@@ -58,11 +58,11 @@ wasmparser.workspace = true
|
|
|
58
58
|
http.workspace = true
|
|
59
59
|
rmcp = { version = "3.1", features = ["server", "transport-io", "transport-streamable-http-server", "elicitation", "schemars"] }
|
|
60
60
|
owo-colors = { version = "4.3.0", features = ["supports-colors"] }
|
|
61
|
-
act-store = { version = "0.13.
|
|
62
|
-
act-mcp = { version = "0.13.
|
|
63
|
-
act-policy = { version = "0.13.
|
|
64
|
-
act-runtime = { version = "0.13.
|
|
65
|
-
act-credentials = { version = "0.13.
|
|
61
|
+
act-store = { version = "0.13.2", path = "../crates/act-store" }
|
|
62
|
+
act-mcp = { version = "0.13.2", path = "../crates/act-mcp" }
|
|
63
|
+
act-policy = { version = "0.13.2", path = "../crates/act-policy" }
|
|
64
|
+
act-runtime = { version = "0.13.2", path = "../crates/act-runtime" }
|
|
65
|
+
act-credentials = { version = "0.13.2", path = "../crates/act-credentials" }
|
|
66
66
|
async-trait = "0.1"
|
|
67
67
|
bytesize = "2.3.1"
|
|
68
68
|
|
|
@@ -14,7 +14,7 @@ categories = ["wasm", "development-tools"]
|
|
|
14
14
|
workspace = true
|
|
15
15
|
|
|
16
16
|
[dependencies]
|
|
17
|
-
act-runtime = { version = "0.13.
|
|
17
|
+
act-runtime = { version = "0.13.2", path = "../act-runtime" }
|
|
18
18
|
act-types.workspace = true
|
|
19
19
|
rmcp = { version = "3.1", features = ["server", "schemars"] }
|
|
20
20
|
serde_json.workspace = true
|
|
@@ -17,9 +17,9 @@ workspace = true
|
|
|
17
17
|
|
|
18
18
|
[dependencies]
|
|
19
19
|
act-types.workspace = true
|
|
20
|
-
act-store = { version = "0.13.
|
|
21
|
-
act-policy = { version = "0.13.
|
|
22
|
-
act-credentials = { version = "0.13.
|
|
20
|
+
act-store = { version = "0.13.2", path = "../act-store" }
|
|
21
|
+
act-policy = { version = "0.13.2", path = "../act-policy" }
|
|
22
|
+
act-credentials = { version = "0.13.2", path = "../act-credentials" }
|
|
23
23
|
wasmparser.workspace = true
|
|
24
24
|
wasmtime = "48"
|
|
25
25
|
wasmtime-wasi = { version = "48", default-features = false, features = ["p2", "p3"] }
|
|
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
|
{act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/snapshots/act__format__tests__golden__info_json.snap
RENAMED
|
File without changes
|
{act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/snapshots/act__format__tests__golden__info_text.snap
RENAMED
|
File without changes
|
{act_cli-0.13.1 → act_cli-0.13.2}/act-cli/src/snapshots/act__format__tests__golden__info_toon.snap
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{act_cli-0.13.1 → act_cli-0.13.2}/crates/act-policy/tests/policy_properties.proptest-regressions
RENAMED
|
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
|
|
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
|
{act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/wit/deps/act-credentials-0.1.0/package.wit
RENAMED
|
File without changes
|
{act_cli-0.13.1 → act_cli-0.13.2}/crates/act-runtime/wit/deps/act-sessions-0.2.0/package.wit
RENAMED
|
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
|