Skip to content

Commit 1003b9b

Browse files
authored
[W-17987503] Bump 1.3.0 (#69)
1 parent 3344145 commit 1003b9b

15 files changed

Lines changed: 43 additions & 43 deletions

File tree

ai-prompt-decorator/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[package]
33
name = "ai_prompt_decorator"
44
version = "1.0.0"
5-
rust-version = "1.74.0"
5+
rust-version = "1.83..0"
66
edition = "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"
1313
implementation_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" }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1919
anyhow = "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" }
2424
httpmock = "0.6"
2525
reqwest = { version = "0.11", features = ["json"] }
2626

ai-prompt-guard/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ definition_asset_id = "ai-prompt-guard"
1313
implementation_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" }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1919
anyhow = "1.0"
2020
regex = "1.11"
2121

2222
[dev-dependencies]
23-
pdk-test = { version = "1.2.0", registry = "anypoint" }
23+
pdk-test = { version = "1.3.0", registry = "anypoint" }
2424
httpmock = "0.6"
2525
reqwest = { version = "0.11", features = ["json"] }
2626

ai-prompt-template/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ definition_asset_id = "ai-prompt-template"
1313
implementation_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" }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1919
anyhow = "1.0"
2020
regex = "1.11"
2121

2222
[dev-dependencies]
23-
pdk-test = { version = "1.2.0", registry = "anypoint" }
23+
pdk-test = { version = "1.3.0", registry = "anypoint" }
2424
httpmock = "0.6"
2525
reqwest = { version = "0.11", features = ["json"] }
2626

block/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[package]
33
name = "block"
44
version = "1.0.0"
5-
rust-version = "1.74.0"
5+
rust-version = "1.83..0"
66
edition = "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"
1313
implementation_asset_id = "block-flex"
1414

1515
[dependencies]
16-
pdk = { version = "1.2.0", registry = "anypoint" }
16+
pdk = { version = "1.3.0", registry = "anypoint" }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1919
anyhow = "1.0"
@@ -22,7 +22,7 @@ iprange = "0.6.7"
2222
ipnet = "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" }
2626
httpmock = "0.6"
2727
reqwest = "0.11"
2828

certs/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[package]
33
name = "certs"
44
version = "1.0.1"
5-
rust-version = "1.74.0"
5+
rust-version = "1.83..0"
66
edition = "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"
1313
implementation_asset_id = "certs-flex"
1414

1515
[dependencies]
16-
pdk = { version = "1.2.0", registry = "anypoint" }
16+
pdk = { version = "1.3.0", registry = "anypoint" }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1919
anyhow = "1.0"
2020

2121
[dev-dependencies]
22-
pdk-test = { version = "1.2.0", registry = "anypoint" }
22+
pdk-test = { version = "1.3.0", registry = "anypoint" }
2323
httpmock = "0.6"
2424
reqwest = { version = "0.11", features = ["default", "rustls-tls"] }
2525

cors-validation/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[package]
33
name = "cors_validation"
44
version = "1.0.0"
5-
rust-version = "1.74.0"
5+
rust-version = "1.83..0"
66
edition = "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"
1313
implementation_asset_id = "cors-validation-flex"
1414

1515
[dependencies]
16-
pdk = { version = "1.2.0", registry = "anypoint" }
16+
pdk = { version = "1.3.0", registry = "anypoint" }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1919
anyhow = "1.0"
2020

2121
[dev-dependencies]
22-
pdk-test = { version = "1.2.0", registry = "anypoint" }
22+
pdk-test = { version = "1.3.0", registry = "anypoint" }
2323
httpmock = "0.6"
2424
reqwest = "0.11"
2525
futures = "0.3.30"

crypto/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[package]
33
name = "crypto"
44
version = "1.0.1"
5-
rust-version = "1.74.0"
5+
rust-version = "1.83..0"
66
edition = "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"
1313
implementation_asset_id = "crypto-flex"
1414

1515
[dependencies]
16-
pdk = { version = "1.2.0", registry = "anypoint" }
16+
pdk = { version = "1.3.0", registry = "anypoint" }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1919
anyhow = "1.0"
@@ -22,7 +22,7 @@ rsa = "0.9.6"
2222
aes-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" }
2626
httpmock = "0.6"
2727
reqwest = "0.11"
2828
rand = "0.8.5"

data-caching/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[package]
33
name = "data_caching"
44
version = "1.0.1"
5-
rust-version = "1.74.0"
5+
rust-version = "1.83..0"
66
edition = "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"
1313
implementation_asset_id = "data-caching-flex"
1414

1515
[dependencies]
16-
pdk = { version = "1.2.0", registry = "anypoint" }
16+
pdk = { version = "1.3.0", registry = "anypoint" }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1919
anyhow = "1.0"
2020
chrono = {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" }
2424
httpmock = "0.6"
2525
reqwest = "0.11"
2626

jwt-validation/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[package]
33
name = "jwt_validation"
44
version = "1.0.1"
5-
rust-version = "1.74.0"
5+
rust-version = "1.83..0"
66
edition = "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"
1313
implementation_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" }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1919
anyhow = "1.0"
2020
chrono = { 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" }
2424
httpmock = "0.6"
2525
reqwest = "0.11"
2626

metrics/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[package]
33
name = "metrics"
44
version = "1.0.0"
5-
rust-version = "1.74.0"
5+
rust-version = "1.83..0"
66
edition = "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"
1313
implementation_asset_id = "metrics-flex"
1414

1515
[dependencies]
16-
pdk = { version = "1.2.0", registry = "anypoint" }
16+
pdk = { version = "1.3.0", registry = "anypoint" }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1919
anyhow = "1.0"
2020
futures = "0.3.30"
2121
uuid = { 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" }
2525
httpmock = "0.6"
2626
reqwest = "0.11"
2727

0 commit comments

Comments
 (0)