Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ai-basic-token-rate-limiting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1.0"

[dev-dependencies]
pdk-test = { version = "1.2.0", registry = "anypoint" }
httpmock = "0.6"
httpmock = "0.7"
reqwest = { version = "0.11", features = [ "json" ] }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion ai-prompt-decorator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ anyhow = "1.0"

[dev-dependencies]
pdk-test = { version = "1.3.0", registry = "anypoint" }
httpmock = "0.6"
httpmock = "0.7"
reqwest = { version = "0.11", features = ["json"] }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion ai-prompt-guard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ regex = "1.11"

[dev-dependencies]
pdk-test = { version = "1.3.0", registry = "anypoint" }
httpmock = "0.6"
httpmock = "0.7"
reqwest = { version = "0.11", features = ["json"] }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion ai-prompt-template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ regex = "1.11"

[dev-dependencies]
pdk-test = { version = "1.3.0", registry = "anypoint" }
httpmock = "0.6"
httpmock = "0.7"
reqwest = { version = "0.11", features = ["json"] }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion block/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ipnet = "2.9.0"

[dev-dependencies]
pdk-test = { version = "1.3.0", registry = "anypoint" }
httpmock = "0.6"
httpmock = "0.7"
reqwest = "0.11"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion certs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = "1.0"

[dev-dependencies]
pdk-test = { version = "1.3.0", registry = "anypoint" }
httpmock = "0.6"
httpmock = "0.7"
reqwest = { version = "0.11", features = ["default", "rustls-tls"] }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion cors-validation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = "1.0"

[dev-dependencies]
pdk-test = { version = "1.3.0", registry = "anypoint" }
httpmock = "0.6"
httpmock = "0.7"
reqwest = "0.11"
futures = "0.3.30"

Expand Down
2 changes: 1 addition & 1 deletion crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ aes-gcm = "0.10.3"

[dev-dependencies]
pdk-test = { version = "1.3.0", registry = "anypoint" }
httpmock = "0.6"
httpmock = "0.7"
reqwest = "0.11"
rand = "0.8.5"

Expand Down
2 changes: 1 addition & 1 deletion data-caching/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chrono = {version = "0.4.26", features = ["serde"] }

[dev-dependencies]
pdk-test = { version = "1.3.0", registry = "anypoint" }
httpmock = "0.6"
httpmock = "0.7"
reqwest = "0.11"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion jwt-validation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chrono = { version = "0.4.19" }

[dev-dependencies]
pdk-test = { version = "1.3.0", registry = "anypoint" }
httpmock = "0.6"
httpmock = "0.7"
reqwest = "0.11"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ uuid = { version = "1.8.0", features = ["v4"] }

[dev-dependencies]
pdk-test = { version = "1.3.0", registry = "anypoint" }
httpmock = "0.6"
httpmock = "0.7"
reqwest = "0.11"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ itertools = "0.12.0"

[dev-dependencies]
pdk-test = { version = "1.3.0", registry = "anypoint" }
httpmock = "0.6"
httpmock = "0.7"
reqwest = "0.11"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion simple-oauth-2-validation-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protobuf-codegen = "3.5.0"

[dev-dependencies]
pdk-test = { version = "1.3.0", registry = "anypoint" }
httpmock = "0.6"
httpmock = "0.7"
reqwest = { version = "0.11", features = ["json"] }
env_logger = "0.11.3"

Expand Down
2 changes: 1 addition & 1 deletion simple-oauth-2-validation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ anyhow = "1.0"

[dev-dependencies]
pdk-test = { version = "1.3.0", registry = "anypoint" }
httpmock = "0.6"
httpmock = "0.7"
reqwest = "0.11"
env_logger = "0.11.3"

Expand Down
2 changes: 1 addition & 1 deletion spike/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = "1.0"

[dev-dependencies]
pdk-test = { version = "1.3.0", registry = "anypoint" }
httpmock = "0.6"
httpmock = "0.7"
reqwest = "0.11"
futures = "0.3.30"

Expand Down
2 changes: 1 addition & 1 deletion tls-calls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = "1.0"

[dev-dependencies]
pdk-test = { version = "1.3.0", registry = "anypoint" }
httpmock = "0.6"
httpmock = "0.7"
reqwest = "0.11"

[lib]
Expand Down