Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ uniffi_pipeline = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "59b
mozilla-central-workspace-hack = { path = "monorepo-hacks/workspace-hack" }
mozbuild = { path = "monorepo-hacks/mozbuild" }
# temporary ohttp override enabling the above hacks while we wait for a new version.
ohttp = { git = "https://github.com/martinthomson/ohttp", revision = "324f876e79394c9b815dcacda3fd4f48f105fdf2" }
ohttp = { git = "https://github.com/martinthomson/ohttp", rev = "324f876e79394c9b815dcacda3fd4f48f105fdf2" }
1 change: 1 addition & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ The following text applies to code linked from these dependencies:
[thiserror-impl](https://github.com/dtolnay/thiserror),
[thiserror](https://github.com/dtolnay/thiserror),
[thread_local](https://github.com/Amanieu/thread_local-rs),
[toml](https://github.com/alexcrichton/toml-rs),
[toml](https://github.com/toml-rs/toml),
[toml_datetime](https://github.com/toml-rs/toml),
[toml_parser](https://github.com/toml-rs/toml),
Expand Down
1 change: 1 addition & 0 deletions megazords/full/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ The following text applies to code linked from these dependencies:
[thiserror-impl](https://github.com/dtolnay/thiserror),
[thiserror](https://github.com/dtolnay/thiserror),
[thread_local](https://github.com/Amanieu/thread_local-rs),
[toml](https://github.com/alexcrichton/toml-rs),
[toml](https://github.com/toml-rs/toml),
[toml_datetime](https://github.com/toml-rs/toml),
[toml_parser](https://github.com/toml-rs/toml),
Expand Down
4 changes: 4 additions & 0 deletions megazords/full/android/dependency-licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,10 @@ the details of which are reproduced below.
<name>Apache License 2.0: thread_local</name>
<url>https://github.com/Amanieu/thread_local-rs/blob/master/LICENSE-APACHE</url>
</license>
<license>
<name>Apache License 2.0: toml</name>
<url>https://github.com/alexcrichton/toml-rs/blob/master/LICENSE-APACHE</url>
</license>
<license>
<name>Apache License 2.0: toml</name>
<url>https://github.com/toml-rs/toml/blob/main/LICENSE-APACHE</url>
Expand Down
1 change: 1 addition & 0 deletions megazords/ios-rust/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ The following text applies to code linked from these dependencies:
[thiserror-impl](https://github.com/dtolnay/thiserror),
[thiserror](https://github.com/dtolnay/thiserror),
[thread_local](https://github.com/Amanieu/thread_local-rs),
[toml](https://github.com/alexcrichton/toml-rs),
[toml](https://github.com/toml-rs/toml),
[toml_datetime](https://github.com/toml-rs/toml),
[toml_parser](https://github.com/toml-rs/toml),
Expand Down
1 change: 1 addition & 0 deletions megazords/ios-rust/focus/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ The following text applies to code linked from these dependencies:
[thiserror-impl](https://github.com/dtolnay/thiserror),
[thiserror](https://github.com/dtolnay/thiserror),
[thread_local](https://github.com/Amanieu/thread_local-rs),
[toml](https://github.com/alexcrichton/toml-rs),
[toml](https://github.com/toml-rs/toml),
[toml_datetime](https://github.com/toml-rs/toml),
[toml_parser](https://github.com/toml-rs/toml),
Expand Down
Loading