From 2e75e1df282b52f308ad1cd6611116506cbc4328 Mon Sep 17 00:00:00 2001 From: Tristan Michael Date: Tue, 31 Mar 2026 13:28:25 -0700 Subject: [PATCH] chore: update lockfile and Flutter generated plugin registrants Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 68 +++++++++++++++++++++++++++--------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d88b146..194cd5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,40 +104,6 @@ version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" -[[package]] -name = "onyx-cli" -version = "0.1.0" -dependencies = [ - "anyhow", - "onyx-core", - "chrono", - "clap", - "colored", - "fs_extra", - "rpassword", - "tokio", - "uuid", -] - -[[package]] -name = "onyx-core" -version = "0.1.0" -dependencies = [ - "chrono", - "directories", - "keyring", - "quick-xml", - "reqwest", - "serde", - "serde_json", - "serde_yaml", - "sha2", - "tempfile", - "tokio", - "uuid", - "wiremock", -] - [[package]] name = "bitflags" version = "2.11.0" @@ -1002,6 +968,40 @@ version = "1.70.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" +[[package]] +name = "onyx-cli" +version = "0.1.0" +dependencies = [ + "anyhow", + "chrono", + "clap", + "colored", + "fs_extra", + "onyx-core", + "rpassword", + "tokio", + "uuid", +] + +[[package]] +name = "onyx-core" +version = "0.1.0" +dependencies = [ + "chrono", + "directories", + "keyring", + "quick-xml", + "reqwest", + "serde", + "serde_json", + "serde_yaml", + "sha2", + "tempfile", + "tokio", + "uuid", + "wiremock", +] + [[package]] name = "option-ext" version = "0.2.0"