|
45 | 45 | drawbridge-byte = rustPackages.unknown.drawbridge-byte."0.2.0";
|
46 | 46 | drawbridge-client = rustPackages.unknown.drawbridge-client."0.2.3";
|
47 | 47 | drawbridge-jose = rustPackages.unknown.drawbridge-jose."0.2.0";
|
48 |
| - drawbridge-type = rustPackages.unknown.drawbridge-type."0.2.1"; |
| 48 | + drawbridge-type = rustPackages.unknown.drawbridge-type."0.2.2"; |
49 | 49 | drawbridge-server = rustPackages.unknown.drawbridge-server."0.2.2";
|
50 | 50 | drawbridge = rustPackages.unknown.drawbridge."0.2.3";
|
51 | 51 | };
|
|
723 | 723 | drawbridge_client = rustPackages."unknown".drawbridge-client."0.2.3" { inherit profileName; };
|
724 | 724 | drawbridge_jose = rustPackages."unknown".drawbridge-jose."0.2.0" { inherit profileName; };
|
725 | 725 | drawbridge_server = rustPackages."unknown".drawbridge-server."0.2.2" { inherit profileName; };
|
726 |
| - drawbridge_type = rustPackages."unknown".drawbridge-type."0.2.1" { inherit profileName; }; |
| 726 | + drawbridge_type = rustPackages."unknown".drawbridge-type."0.2.2" { inherit profileName; }; |
727 | 727 | futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.24" { inherit profileName; };
|
728 | 728 | tracing = rustPackages."registry+https://github.com/rust-lang/crates.io-index".tracing."0.1.36" { inherit profileName; };
|
729 | 729 | tracing_subscriber = rustPackages."registry+https://github.com/rust-lang/crates.io-index".tracing-subscriber."0.3.15" { inherit profileName; };
|
|
765 | 765 | dependencies = {
|
766 | 766 | anyhow = rustPackages."registry+https://github.com/rust-lang/crates.io-index".anyhow."1.0.64" { inherit profileName; };
|
767 | 767 | drawbridge_jose = rustPackages."unknown".drawbridge-jose."0.2.0" { inherit profileName; };
|
768 |
| - drawbridge_type = rustPackages."unknown".drawbridge-type."0.2.1" { inherit profileName; }; |
| 768 | + drawbridge_type = rustPackages."unknown".drawbridge-type."0.2.2" { inherit profileName; }; |
769 | 769 | http = rustPackages."registry+https://github.com/rust-lang/crates.io-index".http."0.2.8" { inherit profileName; };
|
770 | 770 | mime = rustPackages."registry+https://github.com/rust-lang/crates.io-index".mime."0.3.16" { inherit profileName; };
|
771 | 771 | rustls = rustPackages."registry+https://github.com/rust-lang/crates.io-index".rustls."0.20.6" { inherit profileName; };
|
|
803 | 803 | camino = rustPackages."registry+https://github.com/rust-lang/crates.io-index".camino."1.1.1" { inherit profileName; };
|
804 | 804 | cap_async_std = rustPackages."registry+https://github.com/rust-lang/crates.io-index".cap-async-std."0.24.4" { inherit profileName; };
|
805 | 805 | drawbridge_jose = rustPackages."unknown".drawbridge-jose."0.2.0" { inherit profileName; };
|
806 |
| - drawbridge_type = rustPackages."unknown".drawbridge-type."0.2.1" { inherit profileName; }; |
| 806 | + drawbridge_type = rustPackages."unknown".drawbridge-type."0.2.2" { inherit profileName; }; |
807 | 807 | futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.24" { inherit profileName; };
|
808 | 808 | futures_rustls = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures-rustls."0.22.2" { inherit profileName; };
|
809 | 809 | hyper = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hyper."0.14.20" { inherit profileName; };
|
|
823 | 823 | };
|
824 | 824 | });
|
825 | 825 |
|
826 |
| - "unknown".drawbridge-type."0.2.1" = overridableMkRustCrate (profileName: rec { |
| 826 | + "unknown".drawbridge-type."0.2.2" = overridableMkRustCrate (profileName: rec { |
827 | 827 | name = "drawbridge-type";
|
828 |
| - version = "0.2.1"; |
| 828 | + version = "0.2.2"; |
829 | 829 | registry = "unknown";
|
830 | 830 | src = fetchCrateLocal (workspaceSrc + "/crates/type");
|
831 | 831 | features = builtins.concatLists [
|
|
0 commit comments