Skip to content

Commit 0dab424

Browse files
committed
use latest ohttp hash from my fork
1 parent a50c9f7 commit 0dab424

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -17,12 +17,12 @@ rusqlite = { version = "0.37.0", features = ["bundled"] }
1717

1818
[dependencies.bhttp]
1919
git = "https://github.com/gruberb/ohttp.git"
20-
rev = "a0f2a3197af9bfea99137654ec67b62684ba4556"
20+
rev = "d4b387830e239c012463756c769b9d67a3d10dfe"
2121

2222
[dependencies.ohttp]
2323
default-features = false
2424
git = "https://github.com/gruberb/ohttp.git"
25-
rev = "a0f2a3197af9bfea99137654ec67b62684ba4556"
25+
rev = "d4b387830e239c012463756c769b9d67a3d10dfe"
2626
features = ["client", "server", "app-svc", "external-sqlite"]
2727

2828
[build-dependencies]

components/viaduct/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ thiserror = "2"
2424
uniffi = { version = "0.29.0" }
2525
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
2626
hyper = { version = "0.14", features = ["client", "http1", "http2", "tcp"], optional = true }
27-
bhttp = { git = "https://github.com/gruberb/ohttp.git", rev = "a0f2a3197af9bfea99137654ec67b62684ba4556", optional = true }
28-
ohttp = { git = "https://github.com/gruberb/ohttp.git", rev = "a0f2a3197af9bfea99137654ec67b62684ba4556", features = ["client", "server", "app-svc", "external-sqlite"], default-features = false, optional = true }
27+
bhttp = { git = "https://github.com/gruberb/ohttp.git", rev = "d4b387830e239c012463756c769b9d67a3d10dfe", optional = true }
28+
ohttp = { git = "https://github.com/gruberb/ohttp.git", rev = "d4b387830e239c012463756c769b9d67a3d10dfe", features = ["client", "server", "app-svc", "external-sqlite"], default-features = false, optional = true }
2929

3030
[features]
3131
default = []

0 commit comments

Comments
 (0)