Skip to content

Commit aea0215

Browse files
Update Rust crate httpmock to 0.7
1 parent 1003b9b commit aea0215

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

ai-basic-token-rate-limiting/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ thiserror = "1.0"
2222

2323
[dev-dependencies]
2424
pdk-test = { version = "1.2.0", registry = "anypoint" }
25-
httpmock = "0.6"
25+
httpmock = "0.7"
2626
reqwest = { version = "0.11", features = [ "json" ] }
2727

2828
[lib]

ai-prompt-decorator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ anyhow = "1.0"
2121

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

2727
[lib]

ai-prompt-guard/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ regex = "1.11"
2121

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

2727
[lib]

ai-prompt-template/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ regex = "1.11"
2121

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

2727
[lib]

block/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ipnet = "2.9.0"
2323

2424
[dev-dependencies]
2525
pdk-test = { version = "1.3.0", registry = "anypoint" }
26-
httpmock = "0.6"
26+
httpmock = "0.7"
2727
reqwest = "0.11"
2828

2929
[lib]

certs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ anyhow = "1.0"
2020

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

2626
[lib]

cors-validation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ anyhow = "1.0"
2020

2121
[dev-dependencies]
2222
pdk-test = { version = "1.3.0", registry = "anypoint" }
23-
httpmock = "0.6"
23+
httpmock = "0.7"
2424
reqwest = "0.11"
2525
futures = "0.3.30"
2626

crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ aes-gcm = "0.10.3"
2323

2424
[dev-dependencies]
2525
pdk-test = { version = "1.3.0", registry = "anypoint" }
26-
httpmock = "0.6"
26+
httpmock = "0.7"
2727
reqwest = "0.11"
2828
rand = "0.8.5"
2929

data-caching/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ chrono = {version = "0.4.26", features = ["serde"] }
2121

2222
[dev-dependencies]
2323
pdk-test = { version = "1.3.0", registry = "anypoint" }
24-
httpmock = "0.6"
24+
httpmock = "0.7"
2525
reqwest = "0.11"
2626

2727
[lib]

jwt-validation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ chrono = { version = "0.4.19" }
2121

2222
[dev-dependencies]
2323
pdk-test = { version = "1.3.0", registry = "anypoint" }
24-
httpmock = "0.6"
24+
httpmock = "0.7"
2525
reqwest = "0.11"
2626

2727
[lib]

0 commit comments

Comments
 (0)