diff --git a/native/src/Cargo.lock b/native/src/Cargo.lock index 8733d83d4..35374376e 100644 --- a/native/src/Cargo.lock +++ b/native/src/Cargo.lock @@ -23,7 +23,7 @@ dependencies = [ [[package]] name = "argh" version = "0.1.12" -source = "git+https://github.com/topjohnwu/argh.git?rev=f0ca7d9d7f66b4ff56fbbd44ce19a96c625bffd8#f0ca7d9d7f66b4ff56fbbd44ce19a96c625bffd8" +source = "git+https://github.com/google/argh.git?rev=1c632b046d084e7bde86b82dfc969b30b4647c8c#1c632b046d084e7bde86b82dfc969b30b4647c8c" dependencies = [ "argh_derive", "argh_shared", @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "argh_derive" version = "0.1.12" -source = "git+https://github.com/topjohnwu/argh.git?rev=f0ca7d9d7f66b4ff56fbbd44ce19a96c625bffd8#f0ca7d9d7f66b4ff56fbbd44ce19a96c625bffd8" +source = "git+https://github.com/google/argh.git?rev=1c632b046d084e7bde86b82dfc969b30b4647c8c#1c632b046d084e7bde86b82dfc969b30b4647c8c" dependencies = [ "argh_shared", "proc-macro2", @@ -43,7 +43,7 @@ dependencies = [ [[package]] name = "argh_shared" version = "0.1.12" -source = "git+https://github.com/topjohnwu/argh.git?rev=f0ca7d9d7f66b4ff56fbbd44ce19a96c625bffd8#f0ca7d9d7f66b4ff56fbbd44ce19a96c625bffd8" +source = "git+https://github.com/google/argh.git?rev=1c632b046d084e7bde86b82dfc969b30b4647c8c#1c632b046d084e7bde86b82dfc969b30b4647c8c" dependencies = [ "serde", ] diff --git a/native/src/Cargo.toml b/native/src/Cargo.toml index 0aef4317f..8e38aaf4d 100644 --- a/native/src/Cargo.toml +++ b/native/src/Cargo.toml @@ -25,8 +25,9 @@ bytemuck = "1.14" fdt = "0.1" [workspace.dependencies.argh] -git = "https://github.com/topjohnwu/argh.git" -rev = "f0ca7d9d7f66b4ff56fbbd44ce19a96c625bffd8" +git = "https://github.com/google/argh.git" +rev = "1c632b046d084e7bde86b82dfc969b30b4647c8c" +default-features = false [workspace.dependencies.pb-rs] git = "https://github.com/tafia/quick-protobuf.git"