|
43 | 43 | cargo2nixVersion = "0.11.0";
|
44 | 44 | workspace = {
|
45 | 45 | drawbridge-byte = rustPackages.unknown.drawbridge-byte."0.2.0";
|
46 |
| - drawbridge-client = rustPackages.unknown.drawbridge-client."0.2.3"; |
| 46 | + drawbridge-client = rustPackages.unknown.drawbridge-client."0.2.4"; |
47 | 47 | drawbridge-jose = rustPackages.unknown.drawbridge-jose."0.2.0";
|
48 | 48 | drawbridge-type = rustPackages.unknown.drawbridge-type."0.2.2";
|
49 | 49 | drawbridge-server = rustPackages.unknown.drawbridge-server."0.2.2";
|
|
720 | 720 | clap = rustPackages."registry+https://github.com/rust-lang/crates.io-index".clap."3.2.22" { inherit profileName; };
|
721 | 721 | confargs = rustPackages."registry+https://github.com/rust-lang/crates.io-index".confargs."0.1.3" { inherit profileName; };
|
722 | 722 | drawbridge_byte = rustPackages."unknown".drawbridge-byte."0.2.0" { inherit profileName; };
|
723 |
| - drawbridge_client = rustPackages."unknown".drawbridge-client."0.2.3" { inherit profileName; }; |
| 723 | + drawbridge_client = rustPackages."unknown".drawbridge-client."0.2.4" { 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 | 726 | drawbridge_type = rustPackages."unknown".drawbridge-type."0.2.2" { inherit profileName; };
|
|
731 | 731 | devDependencies = {
|
732 | 732 | async_h1 = rustPackages."registry+https://github.com/rust-lang/crates.io-index".async-h1."2.3.3" { inherit profileName; };
|
733 | 733 | async_std = rustPackages."registry+https://github.com/rust-lang/crates.io-index".async-std."1.12.0" { inherit profileName; };
|
734 |
| - drawbridge_client = rustPackages."unknown".drawbridge-client."0.2.3" { inherit profileName; }; |
| 734 | + drawbridge_client = rustPackages."unknown".drawbridge-client."0.2.4" { inherit profileName; }; |
735 | 735 | http_types = rustPackages."registry+https://github.com/rust-lang/crates.io-index".http-types."2.12.0" { inherit profileName; };
|
736 | 736 | openidconnect = rustPackages."registry+https://github.com/rust-lang/crates.io-index".openidconnect."2.3.2" { inherit profileName; };
|
737 | 737 | rustls = rustPackages."registry+https://github.com/rust-lang/crates.io-index".rustls."0.20.6" { inherit profileName; };
|
|
757 | 757 | };
|
758 | 758 | });
|
759 | 759 |
|
760 |
| - "unknown".drawbridge-client."0.2.3" = overridableMkRustCrate (profileName: rec { |
| 760 | + "unknown".drawbridge-client."0.2.4" = overridableMkRustCrate (profileName: rec { |
761 | 761 | name = "drawbridge-client";
|
762 |
| - version = "0.2.3"; |
| 762 | + version = "0.2.4"; |
763 | 763 | registry = "unknown";
|
764 | 764 | src = fetchCrateLocal (workspaceSrc + "/crates/client");
|
765 | 765 | dependencies = {
|
|
0 commit comments