File tree Expand file tree Collapse file tree
simple-oauth-2-validation-grpc
simple-oauth-2-validation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22[package ]
33name = " ai_prompt_decorator"
44version = " 1.0.0"
5- rust-version = " 1.74 .0"
5+ rust-version = " 1.83. .0"
66edition = " 2018"
77
88# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -13,14 +13,14 @@ definition_asset_id = "ai-prompt-decorator"
1313implementation_asset_id = " ai-prompt-decorator-flex"
1414
1515[dependencies ]
16- pdk = { version = " 1.2 .0" , registry = " anypoint" }
16+ pdk = { version = " 1.3 .0" , registry = " anypoint" }
1717serde = { version = " 1.0" , features = [" derive" ] }
1818serde_json = { version = " 1.0" , default-features = false , features = [" alloc" ] }
1919anyhow = " 1.0"
2020# base64ct = "=1.6.0"
2121
2222[dev-dependencies ]
23- pdk-test = { version = " 1.2 .0" , registry = " anypoint" }
23+ pdk-test = { version = " 1.3 .0" , registry = " anypoint" }
2424httpmock = " 0.6"
2525reqwest = { version = " 0.11" , features = [" json" ] }
2626
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ definition_asset_id = "ai-prompt-guard"
1313implementation_asset_id = " ai-prompt-guard-flex"
1414
1515[dependencies ]
16- pdk = { version = " 1.2 .0" , registry = " anypoint" }
16+ pdk = { version = " 1.3 .0" , registry = " anypoint" }
1717serde = { version = " 1.0" , features = [" derive" ] }
1818serde_json = { version = " 1.0" , default-features = false , features = [" alloc" ] }
1919anyhow = " 1.0"
2020regex = " 1.11"
2121
2222[dev-dependencies ]
23- pdk-test = { version = " 1.2 .0" , registry = " anypoint" }
23+ pdk-test = { version = " 1.3 .0" , registry = " anypoint" }
2424httpmock = " 0.6"
2525reqwest = { version = " 0.11" , features = [" json" ] }
2626
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ definition_asset_id = "ai-prompt-template"
1313implementation_asset_id = " ai-prompt-template-flex"
1414
1515[dependencies ]
16- pdk = { version = " 1.2 .0" , registry = " anypoint" }
16+ pdk = { version = " 1.3 .0" , registry = " anypoint" }
1717serde = { version = " 1.0" , features = [" derive" ] }
1818serde_json = { version = " 1.0" , default-features = false , features = [" alloc" ] }
1919anyhow = " 1.0"
2020regex = " 1.11"
2121
2222[dev-dependencies ]
23- pdk-test = { version = " 1.2 .0" , registry = " anypoint" }
23+ pdk-test = { version = " 1.3 .0" , registry = " anypoint" }
2424httpmock = " 0.6"
2525reqwest = { version = " 0.11" , features = [" json" ] }
2626
Original file line number Diff line number Diff line change 22[package ]
33name = " block"
44version = " 1.0.0"
5- rust-version = " 1.74 .0"
5+ rust-version = " 1.83. .0"
66edition = " 2018"
77
88# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -13,7 +13,7 @@ definition_asset_id = "block"
1313implementation_asset_id = " block-flex"
1414
1515[dependencies ]
16- pdk = { version = " 1.2 .0" , registry = " anypoint" }
16+ pdk = { version = " 1.3 .0" , registry = " anypoint" }
1717serde = { version = " 1.0" , features = [" derive" ] }
1818serde_json = { version = " 1.0" , default-features = false , features = [" alloc" ] }
1919anyhow = " 1.0"
@@ -22,7 +22,7 @@ iprange = "0.6.7"
2222ipnet = " 2.9.0"
2323
2424[dev-dependencies ]
25- pdk-test = { version = " 1.2 .0" , registry = " anypoint" }
25+ pdk-test = { version = " 1.3 .0" , registry = " anypoint" }
2626httpmock = " 0.6"
2727reqwest = " 0.11"
2828
Original file line number Diff line number Diff line change 22[package ]
33name = " certs"
44version = " 1.0.1"
5- rust-version = " 1.74 .0"
5+ rust-version = " 1.83. .0"
66edition = " 2018"
77
88# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -13,13 +13,13 @@ definition_asset_id = "certs"
1313implementation_asset_id = " certs-flex"
1414
1515[dependencies ]
16- pdk = { version = " 1.2 .0" , registry = " anypoint" }
16+ pdk = { version = " 1.3 .0" , registry = " anypoint" }
1717serde = { version = " 1.0" , features = [" derive" ] }
1818serde_json = { version = " 1.0" , default-features = false , features = [" alloc" ] }
1919anyhow = " 1.0"
2020
2121[dev-dependencies ]
22- pdk-test = { version = " 1.2 .0" , registry = " anypoint" }
22+ pdk-test = { version = " 1.3 .0" , registry = " anypoint" }
2323httpmock = " 0.6"
2424reqwest = { version = " 0.11" , features = [" default" , " rustls-tls" ] }
2525
Original file line number Diff line number Diff line change 22[package ]
33name = " cors_validation"
44version = " 1.0.0"
5- rust-version = " 1.74 .0"
5+ rust-version = " 1.83. .0"
66edition = " 2018"
77
88# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -13,13 +13,13 @@ definition_asset_id = "cors-validation"
1313implementation_asset_id = " cors-validation-flex"
1414
1515[dependencies ]
16- pdk = { version = " 1.2 .0" , registry = " anypoint" }
16+ pdk = { version = " 1.3 .0" , registry = " anypoint" }
1717serde = { version = " 1.0" , features = [" derive" ] }
1818serde_json = { version = " 1.0" , default-features = false , features = [" alloc" ] }
1919anyhow = " 1.0"
2020
2121[dev-dependencies ]
22- pdk-test = { version = " 1.2 .0" , registry = " anypoint" }
22+ pdk-test = { version = " 1.3 .0" , registry = " anypoint" }
2323httpmock = " 0.6"
2424reqwest = " 0.11"
2525futures = " 0.3.30"
Original file line number Diff line number Diff line change 22[package ]
33name = " crypto"
44version = " 1.0.1"
5- rust-version = " 1.74 .0"
5+ rust-version = " 1.83. .0"
66edition = " 2018"
77
88# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -13,7 +13,7 @@ definition_asset_id = "crypto"
1313implementation_asset_id = " crypto-flex"
1414
1515[dependencies ]
16- pdk = { version = " 1.2 .0" , registry = " anypoint" }
16+ pdk = { version = " 1.3 .0" , registry = " anypoint" }
1717serde = { version = " 1.0" , features = [" derive" ] }
1818serde_json = { version = " 1.0" , default-features = false , features = [" alloc" ] }
1919anyhow = " 1.0"
@@ -22,7 +22,7 @@ rsa = "0.9.6"
2222aes-gcm = " 0.10.3"
2323
2424[dev-dependencies ]
25- pdk-test = { version = " 1.2 .0" , registry = " anypoint" }
25+ pdk-test = { version = " 1.3 .0" , registry = " anypoint" }
2626httpmock = " 0.6"
2727reqwest = " 0.11"
2828rand = " 0.8.5"
Original file line number Diff line number Diff line change 22[package ]
33name = " data_caching"
44version = " 1.0.1"
5- rust-version = " 1.74 .0"
5+ rust-version = " 1.83. .0"
66edition = " 2018"
77
88# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -13,14 +13,14 @@ definition_asset_id = "data-caching"
1313implementation_asset_id = " data-caching-flex"
1414
1515[dependencies ]
16- pdk = { version = " 1.2 .0" , registry = " anypoint" }
16+ pdk = { version = " 1.3 .0" , registry = " anypoint" }
1717serde = { version = " 1.0" , features = [" derive" ] }
1818serde_json = { version = " 1.0" , default-features = false , features = [" alloc" ] }
1919anyhow = " 1.0"
2020chrono = {version = " 0.4.26" , features = [" serde" ] }
2121
2222[dev-dependencies ]
23- pdk-test = { version = " 1.2 .0" , registry = " anypoint" }
23+ pdk-test = { version = " 1.3 .0" , registry = " anypoint" }
2424httpmock = " 0.6"
2525reqwest = " 0.11"
2626
Original file line number Diff line number Diff line change 22[package ]
33name = " jwt_validation"
44version = " 1.0.1"
5- rust-version = " 1.74 .0"
5+ rust-version = " 1.83. .0"
66edition = " 2018"
77
88# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -13,14 +13,14 @@ definition_asset_id = "jwt-validation"
1313implementation_asset_id = " jwt-validation-flex-gateway"
1414
1515[dependencies ]
16- pdk = { version = " 1.2 .0" , registry = " anypoint" }
16+ pdk = { version = " 1.3 .0" , registry = " anypoint" }
1717serde = { version = " 1.0" , features = [" derive" ] }
1818serde_json = { version = " 1.0" , default-features = false , features = [" alloc" ] }
1919anyhow = " 1.0"
2020chrono = { version = " 0.4.19" }
2121
2222[dev-dependencies ]
23- pdk-test = { version = " 1.2 .0" , registry = " anypoint" }
23+ pdk-test = { version = " 1.3 .0" , registry = " anypoint" }
2424httpmock = " 0.6"
2525reqwest = " 0.11"
2626
Original file line number Diff line number Diff line change 22[package ]
33name = " metrics"
44version = " 1.0.0"
5- rust-version = " 1.74 .0"
5+ rust-version = " 1.83. .0"
66edition = " 2018"
77
88# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -13,15 +13,15 @@ definition_asset_id = "metrics"
1313implementation_asset_id = " metrics-flex"
1414
1515[dependencies ]
16- pdk = { version = " 1.2 .0" , registry = " anypoint" }
16+ pdk = { version = " 1.3 .0" , registry = " anypoint" }
1717serde = { version = " 1.0" , features = [" derive" ] }
1818serde_json = { version = " 1.0" , default-features = false , features = [" alloc" ] }
1919anyhow = " 1.0"
2020futures = " 0.3.30"
2121uuid = { version = " 1.8.0" , features = [" v4" ] }
2222
2323[dev-dependencies ]
24- pdk-test = { version = " 1.2 .0" , registry = " anypoint" }
24+ pdk-test = { version = " 1.3 .0" , registry = " anypoint" }
2525httpmock = " 0.6"
2626reqwest = " 0.11"
2727
You can’t perform that action at this time.
0 commit comments