Skip to content

Commit b94748d

Browse files
authored
Update ohttp/bhttp crates to 0.7.2 (#7146)
1 parent 93a0548 commit b94748d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/as-ohttp-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ uniffi = { version = "0.29.0" }
1414
thiserror = "2"
1515
parking_lot = "0.12"
1616
rusqlite = { version = "0.37.0", features = ["bundled"] }
17-
bhttp = "0.7.1"
18-
ohttp = { version = "0.7.1", default-features = false, features = ["client", "server", "app-svc", "external-sqlite"] }
17+
bhttp = "0.7.2"
18+
ohttp = { version = "0.7.2", default-features = false, features = ["client", "server", "app-svc", "external-sqlite"] }
1919

2020
[build-dependencies]
2121
uniffi = { version = "0.29.0", features=["build"]}

components/viaduct/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ prost = "0.13"
2222
ffi-support = "0.4"
2323
thiserror = "2"
2424
uniffi = { version = "0.29.0" }
25-
bhttp = { version = "0.7.1", optional = true }
26-
ohttp = { version = "0.7.1", features = ["client", "server", "app-svc", "external-sqlite"], default-features = false, optional = true }
25+
bhttp = { version = "0.7.2", optional = true }
26+
ohttp = { version = "0.7.2", features = ["client", "server", "app-svc", "external-sqlite"], default-features = false, optional = true }
2727

2828
[features]
2929
default = []

0 commit comments

Comments
 (0)