Skip to content

Commit b02cf21

Browse files
authored
Use a slightly earlier ohttp version to eventually match bug 1990108 on desktop (#6968)
Added bonus of removing a few crates from our build.
1 parent 7f69989 commit b02cf21

File tree

4 files changed

+10
-68
lines changed

4 files changed

+10
-68
lines changed

Cargo.lock

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

DEPENDENCIES.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,6 @@ The following text applies to code linked from these dependencies:
568568
[serde_derive](https://github.com/serde-rs/serde),
569569
[serde_json](https://github.com/serde-rs/json),
570570
[serde_path_to_error](https://github.com/dtolnay/path-to-error),
571-
[serde_spanned](https://github.com/toml-rs/toml),
572571
[serde_urlencoded](https://github.com/nox/serde_urlencoded),
573572
[sha2](https://github.com/RustCrypto/hashes),
574573
[shlex](https://github.com/comex/rust-shlex),
@@ -586,10 +585,6 @@ The following text applies to code linked from these dependencies:
586585
[tinyvec](https://github.com/Lokathor/tinyvec),
587586
[tinyvec_macros](https://github.com/Soveu/tinyvec_macros),
588587
[toml](https://github.com/alexcrichton/toml-rs),
589-
[toml](https://github.com/toml-rs/toml),
590-
[toml_datetime](https://github.com/toml-rs/toml),
591-
[toml_parser](https://github.com/toml-rs/toml),
592-
[toml_writer](https://github.com/toml-rs/toml),
593588
[typenum](https://github.com/paholg/typenum),
594589
[unicase](https://github.com/seanmonstar/unicase),
595590
[unicode-normalization](https://github.com/unicode-rs/unicode-normalization),

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/martinthomson/ohttp.git"
20-
rev = "c6131ace4e4e82a4269afac3cb0524541d2cd315"
20+
rev = "bf6a983845cc0b540effb3a615e92d914dfcfd0b"
2121

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

2828
[build-dependencies]

megazords/ios-rust/DEPENDENCIES.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ The following text applies to code linked from these dependencies:
553553
[serde_derive](https://github.com/serde-rs/serde),
554554
[serde_json](https://github.com/serde-rs/json),
555555
[serde_path_to_error](https://github.com/dtolnay/path-to-error),
556-
[serde_spanned](https://github.com/toml-rs/toml),
557556
[serde_urlencoded](https://github.com/nox/serde_urlencoded),
558557
[sha2](https://github.com/RustCrypto/hashes),
559558
[shlex](https://github.com/comex/rust-shlex),
@@ -571,10 +570,6 @@ The following text applies to code linked from these dependencies:
571570
[tinyvec](https://github.com/Lokathor/tinyvec),
572571
[tinyvec_macros](https://github.com/Soveu/tinyvec_macros),
573572
[toml](https://github.com/alexcrichton/toml-rs),
574-
[toml](https://github.com/toml-rs/toml),
575-
[toml_datetime](https://github.com/toml-rs/toml),
576-
[toml_parser](https://github.com/toml-rs/toml),
577-
[toml_writer](https://github.com/toml-rs/toml),
578573
[typenum](https://github.com/paholg/typenum),
579574
[unicase](https://github.com/seanmonstar/unicase),
580575
[unicode-normalization](https://github.com/unicode-rs/unicode-normalization),

0 commit comments

Comments
 (0)