Skip to content

Commit ca91d19

Browse files
chore(deps): update rust crate httpmock to 0.8.1
1 parent ecac4fc commit ca91d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent-control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros"] }
9292
fake = { version = "4.4.0", features = ["derive", "http"] }
9393
prost = "0.14.1"
9494
# Alpha version needed to test proxy the feature, it is safe because it is only used as dev-dependency
95-
httpmock = { version = "0.8.0", features = ["proxy"] }
95+
httpmock = { version = "0.8.1", features = ["proxy"] }
9696
serial_test = "3.2.0"
9797
futures = "0.3.31"
9898
rcgen = { version = "0.14.5", features = ["crypto"] }

0 commit comments

Comments
 (0)