diff --git a/ai-basic-token-rate-limiting/Cargo.toml b/ai-basic-token-rate-limiting/Cargo.toml index 393f3a1..957abdb 100644 --- a/ai-basic-token-rate-limiting/Cargo.toml +++ b/ai-basic-token-rate-limiting/Cargo.toml @@ -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] diff --git a/ai-prompt-decorator/Cargo.toml b/ai-prompt-decorator/Cargo.toml index 6cf0f74..aabebe2 100644 --- a/ai-prompt-decorator/Cargo.toml +++ b/ai-prompt-decorator/Cargo.toml @@ -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] diff --git a/ai-prompt-guard/Cargo.toml b/ai-prompt-guard/Cargo.toml index fe4a7e4..33cf8b9 100644 --- a/ai-prompt-guard/Cargo.toml +++ b/ai-prompt-guard/Cargo.toml @@ -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] diff --git a/ai-prompt-template/Cargo.toml b/ai-prompt-template/Cargo.toml index bcba4d4..8ca209b 100644 --- a/ai-prompt-template/Cargo.toml +++ b/ai-prompt-template/Cargo.toml @@ -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] diff --git a/block/Cargo.toml b/block/Cargo.toml index cf381b0..963f5c1 100644 --- a/block/Cargo.toml +++ b/block/Cargo.toml @@ -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] diff --git a/certs/Cargo.toml b/certs/Cargo.toml index 6a0b86e..5febdbb 100644 --- a/certs/Cargo.toml +++ b/certs/Cargo.toml @@ -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] diff --git a/cors-validation/Cargo.toml b/cors-validation/Cargo.toml index c3d041c..882d06f 100644 --- a/cors-validation/Cargo.toml +++ b/cors-validation/Cargo.toml @@ -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" diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index 2a3ef4a..47c2fd5 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -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" diff --git a/data-caching/Cargo.toml b/data-caching/Cargo.toml index 9e7a10c..d5bec90 100644 --- a/data-caching/Cargo.toml +++ b/data-caching/Cargo.toml @@ -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] diff --git a/jwt-validation/Cargo.toml b/jwt-validation/Cargo.toml index b8c1fd1..cfae902 100644 --- a/jwt-validation/Cargo.toml +++ b/jwt-validation/Cargo.toml @@ -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] diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index 858201c..f098931 100644 --- a/metrics/Cargo.toml +++ b/metrics/Cargo.toml @@ -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] diff --git a/query/Cargo.toml b/query/Cargo.toml index ec7b24d..d5f4294 100644 --- a/query/Cargo.toml +++ b/query/Cargo.toml @@ -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] diff --git a/simple-oauth-2-validation-grpc/Cargo.toml b/simple-oauth-2-validation-grpc/Cargo.toml index fca4f1a..9976a55 100644 --- a/simple-oauth-2-validation-grpc/Cargo.toml +++ b/simple-oauth-2-validation-grpc/Cargo.toml @@ -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" diff --git a/simple-oauth-2-validation/Cargo.toml b/simple-oauth-2-validation/Cargo.toml index c270317..edf1978 100644 --- a/simple-oauth-2-validation/Cargo.toml +++ b/simple-oauth-2-validation/Cargo.toml @@ -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" diff --git a/spike/Cargo.toml b/spike/Cargo.toml index 5523228..c58ce23 100644 --- a/spike/Cargo.toml +++ b/spike/Cargo.toml @@ -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" diff --git a/tls-calls/Cargo.toml b/tls-calls/Cargo.toml index 5815d6d..6affa8f 100644 --- a/tls-calls/Cargo.toml +++ b/tls-calls/Cargo.toml @@ -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]