diff --git a/Cargo.nix b/Cargo.nix index 7a1a4af..0a73ce8 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -135,16 +135,6 @@ rec { # File a bug if you depend on any for non-debug work! debug = internal.debugCrate { inherit packageId; }; }; - "file-service" = rec { - packageId = "file-service"; - build = internal.buildRustCrateWithFeatures { - packageId = "file-service"; - }; - - # Debug support which might change between releases. - # File a bug if you depend on any for non-debug work! - debug = internal.debugCrate { inherit packageId; }; - }; "fitnesstrax" = rec { packageId = "fitnesstrax"; build = internal.buildRustCrateWithFeatures { @@ -225,16 +215,6 @@ rec { # File a bug if you depend on any for non-debug work! debug = internal.debugCrate { inherit packageId; }; }; - "ifc" = rec { - packageId = "ifc"; - build = internal.buildRustCrateWithFeatures { - packageId = "ifc"; - }; - - # Debug support which might change between releases. - # File a bug if you depend on any for non-debug work! - debug = internal.debugCrate { inherit packageId; }; - }; "lights-core" = rec { packageId = "lights-core"; build = internal.buildRustCrateWithFeatures { @@ -442,22 +422,6 @@ rec { "rustc-dep-of-std" = [ "core" "compiler_builtins" ]; }; }; - "adler32" = rec { - crateName = "adler32"; - version = "1.2.0"; - edition = "2018"; - sha256 = "0d7jq7jsjyhsgbhnfq5fvrlh9j0i9g1fqrl2735ibv5f75yjgqda"; - authors = [ - "Remi Rampin " - ]; - features = { - "compiler_builtins" = [ "dep:compiler_builtins" ]; - "core" = [ "dep:core" ]; - "default" = [ "std" ]; - "rustc-dep-of-std" = [ "core" "compiler_builtins" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; "ahash" = rec { crateName = "ahash"; version = "0.8.11"; @@ -471,11 +435,6 @@ rec { name = "cfg-if"; packageId = "cfg-if"; } - { - name = "getrandom"; - packageId = "getrandom"; - optional = true; - } { name = "once_cell"; packageId = "once_cell"; @@ -493,7 +452,7 @@ rec { buildDependencies = [ { name = "version_check"; - packageId = "version_check 0.9.5"; + packageId = "version_check"; } ]; features = { @@ -505,7 +464,6 @@ rec { "runtime-rng" = [ "getrandom" ]; "serde" = [ "dep:serde" ]; }; - resolvedDefaultFeatures = [ "default" "getrandom" "runtime-rng" "std" ]; }; "aho-corasick" = rec { crateName = "aho-corasick"; @@ -732,6 +690,34 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; + "assert-json-diff" = rec { + crateName = "assert-json-diff"; + version = "2.0.2"; + edition = "2018"; + sha256 = "04mg3w0rh3schpla51l18362hsirl23q93aisws2irrj32wg5r27"; + libName = "assert_json_diff"; + authors = [ + "David Pedersen " + ]; + dependencies = [ + { + name = "serde"; + packageId = "serde 1.0.210"; + } + { + name = "serde_json"; + packageId = "serde_json"; + } + ]; + devDependencies = [ + { + name = "serde"; + packageId = "serde 1.0.210"; + features = [ "derive" ]; + } + ]; + + }; "async-channel 1.9.0" = rec { crateName = "async-channel"; version = "1.9.0"; @@ -1073,7 +1059,7 @@ rec { } { name = "log"; - packageId = "log 0.4.22"; + packageId = "log"; optional = true; features = [ "kv_unstable" ]; } @@ -1179,7 +1165,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.79"; + packageId = "syn 2.0.87"; usesDefaultFeatures = false; features = [ "full" "parsing" "printing" "proc-macro" "visit-mut" ]; } @@ -1257,10 +1243,6 @@ rec { name = "sha2"; packageId = "sha2"; } - { - name = "sqlformat"; - packageId = "sqlformat"; - } { name = "sqlx"; packageId = "sqlx"; @@ -1268,7 +1250,7 @@ rec { } { name = "thiserror"; - packageId = "thiserror"; + packageId = "thiserror 1.0.64"; } { name = "tokio"; @@ -1289,23 +1271,18 @@ rec { ]; }; - "autocfg 0.1.8" = rec { - crateName = "autocfg"; - version = "0.1.8"; - edition = "2015"; - sha256 = "0y4vw4l4izdxq1v0rrhvmlbqvalrqrmk60v1z0dqlgnlbzkl7phd"; + "auto-future" = rec { + crateName = "auto-future"; + version = "1.0.0"; + edition = "2021"; + sha256 = "0wykbakzh227vz6frx9p48zsq0wpswgmb7v3917m53m7gr2pw7iw"; + libName = "auto_future"; authors = [ - "Josh Stone " - ]; - dependencies = [ - { - name = "autocfg"; - packageId = "autocfg 1.4.0"; - } + "Joseph Lenton " ]; }; - "autocfg 1.4.0" = rec { + "autocfg" = rec { crateName = "autocfg"; version = "1.4.0"; edition = "2015"; @@ -1315,6 +1292,429 @@ rec { ]; }; + "axum" = rec { + crateName = "axum"; + version = "0.7.9"; + edition = "2021"; + sha256 = "07z7wqczi9i8xb4460rvn39p4wjqwr32hx907crd1vwb2fy8ijpd"; + dependencies = [ + { + name = "async-trait"; + packageId = "async-trait"; + } + { + name = "axum-core"; + packageId = "axum-core"; + } + { + name = "axum-macros"; + packageId = "axum-macros"; + optional = true; + } + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "futures-util"; + packageId = "futures-util"; + usesDefaultFeatures = false; + features = [ "alloc" ]; + } + { + name = "http"; + packageId = "http 1.2.0"; + } + { + name = "http-body"; + packageId = "http-body 1.0.1"; + } + { + name = "http-body-util"; + packageId = "http-body-util"; + } + { + name = "hyper"; + packageId = "hyper 1.5.2"; + optional = true; + } + { + name = "hyper-util"; + packageId = "hyper-util"; + optional = true; + features = [ "tokio" "server" "service" ]; + } + { + name = "itoa"; + packageId = "itoa"; + } + { + name = "matchit"; + packageId = "matchit"; + } + { + name = "memchr"; + packageId = "memchr"; + } + { + name = "mime"; + packageId = "mime"; + } + { + name = "percent-encoding"; + packageId = "percent-encoding"; + } + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + } + { + name = "rustversion"; + packageId = "rustversion"; + } + { + name = "serde"; + packageId = "serde 1.0.210"; + } + { + name = "serde_json"; + packageId = "serde_json"; + optional = true; + features = [ "raw_value" ]; + } + { + name = "serde_path_to_error"; + packageId = "serde_path_to_error"; + optional = true; + } + { + name = "serde_urlencoded"; + packageId = "serde_urlencoded"; + optional = true; + } + { + name = "sync_wrapper"; + packageId = "sync_wrapper 1.0.2"; + } + { + name = "tokio"; + packageId = "tokio"; + rename = "tokio"; + optional = true; + features = [ "time" ]; + } + { + name = "tower"; + packageId = "tower"; + usesDefaultFeatures = false; + features = [ "util" ]; + } + { + name = "tower-layer"; + packageId = "tower-layer"; + } + { + name = "tower-service"; + packageId = "tower-service"; + } + { + name = "tracing"; + packageId = "tracing"; + optional = true; + usesDefaultFeatures = false; + } + ]; + devDependencies = [ + { + name = "axum-macros"; + packageId = "axum-macros"; + features = [ "__private" ]; + } + { + name = "serde"; + packageId = "serde 1.0.210"; + features = [ "derive" ]; + } + { + name = "serde_json"; + packageId = "serde_json"; + features = [ "raw_value" ]; + } + { + name = "tokio"; + packageId = "tokio"; + rename = "tokio"; + features = [ "macros" "rt" "rt-multi-thread" "net" "test-util" ]; + } + { + name = "tower"; + packageId = "tower"; + rename = "tower"; + features = [ "util" "timeout" "limit" "load-shed" "steer" "filter" ]; + } + { + name = "tracing"; + packageId = "tracing"; + } + ]; + features = { + "__private_docs" = [ "axum-core/__private_docs" "tower/full" "dep:tower-http" ]; + "default" = [ "form" "http1" "json" "matched-path" "original-uri" "query" "tokio" "tower-log" "tracing" ]; + "form" = [ "dep:serde_urlencoded" ]; + "http1" = [ "dep:hyper" "hyper?/http1" "hyper-util?/http1" ]; + "http2" = [ "dep:hyper" "hyper?/http2" "hyper-util?/http2" ]; + "json" = [ "dep:serde_json" "dep:serde_path_to_error" ]; + "macros" = [ "dep:axum-macros" ]; + "multipart" = [ "dep:multer" ]; + "query" = [ "dep:serde_urlencoded" ]; + "tokio" = [ "dep:hyper-util" "dep:tokio" "tokio/net" "tokio/rt" "tower/make" "tokio/macros" ]; + "tower-log" = [ "tower/log" ]; + "tracing" = [ "dep:tracing" "axum-core/tracing" ]; + "ws" = [ "dep:hyper" "tokio" "dep:tokio-tungstenite" "dep:sha1" "dep:base64" ]; + }; + resolvedDefaultFeatures = [ "default" "form" "http1" "json" "macros" "matched-path" "original-uri" "query" "tokio" "tower-log" "tracing" ]; + }; + "axum-core" = rec { + crateName = "axum-core"; + version = "0.4.5"; + edition = "2021"; + sha256 = "16b1496c4gm387q20hkv5ic3k5bd6xmnvk50kwsy6ymr8rhvvwh9"; + libName = "axum_core"; + dependencies = [ + { + name = "async-trait"; + packageId = "async-trait"; + } + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "futures-util"; + packageId = "futures-util"; + usesDefaultFeatures = false; + features = [ "alloc" ]; + } + { + name = "http"; + packageId = "http 1.2.0"; + } + { + name = "http-body"; + packageId = "http-body 1.0.1"; + } + { + name = "http-body-util"; + packageId = "http-body-util"; + } + { + name = "mime"; + packageId = "mime"; + } + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + } + { + name = "rustversion"; + packageId = "rustversion"; + } + { + name = "sync_wrapper"; + packageId = "sync_wrapper 1.0.2"; + } + { + name = "tower-layer"; + packageId = "tower-layer"; + } + { + name = "tower-service"; + packageId = "tower-service"; + } + { + name = "tracing"; + packageId = "tracing"; + optional = true; + usesDefaultFeatures = false; + } + ]; + devDependencies = [ + { + name = "futures-util"; + packageId = "futures-util"; + usesDefaultFeatures = false; + features = [ "alloc" ]; + } + ]; + features = { + "__private_docs" = [ "dep:tower-http" ]; + "tracing" = [ "dep:tracing" ]; + }; + resolvedDefaultFeatures = [ "tracing" ]; + }; + "axum-macros" = rec { + crateName = "axum-macros"; + version = "0.4.2"; + edition = "2021"; + sha256 = "1klv77c889jm05bzayaaiinalarhvh2crc2w4nvp3l581xaj7lap"; + procMacro = true; + libName = "axum_macros"; + dependencies = [ + { + name = "proc-macro2"; + packageId = "proc-macro2"; + } + { + name = "quote"; + packageId = "quote"; + } + { + name = "syn"; + packageId = "syn 2.0.87"; + features = [ "full" "parsing" "extra-traits" ]; + } + ]; + devDependencies = [ + { + name = "syn"; + packageId = "syn 2.0.87"; + features = [ "full" "extra-traits" ]; + } + ]; + features = { + "__private" = [ "syn/visit-mut" ]; + }; + resolvedDefaultFeatures = [ "default" ]; + }; + "axum-test" = rec { + crateName = "axum-test"; + version = "16.4.1"; + edition = "2021"; + sha256 = "1p5qxacvxsagnqq30nr2wznjyhgb8svsfb925ah3d2b0s91s9qv3"; + libName = "axum_test"; + authors = [ + "Joseph Lenton " + ]; + dependencies = [ + { + name = "anyhow"; + packageId = "anyhow"; + } + { + name = "assert-json-diff"; + packageId = "assert-json-diff"; + } + { + name = "auto-future"; + packageId = "auto-future"; + } + { + name = "axum"; + packageId = "axum"; + } + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "bytesize"; + packageId = "bytesize"; + } + { + name = "cookie"; + packageId = "cookie"; + } + { + name = "http"; + packageId = "http 1.2.0"; + } + { + name = "http-body-util"; + packageId = "http-body-util"; + } + { + name = "hyper"; + packageId = "hyper 1.5.2"; + features = [ "http1" ]; + } + { + name = "hyper-util"; + packageId = "hyper-util"; + features = [ "client" "http1" "client-legacy" ]; + } + { + name = "mime"; + packageId = "mime"; + } + { + name = "pretty_assertions"; + packageId = "pretty_assertions"; + optional = true; + } + { + name = "reserve-port"; + packageId = "reserve-port"; + } + { + name = "rust-multipart-rfc7578_2"; + packageId = "rust-multipart-rfc7578_2"; + } + { + name = "serde"; + packageId = "serde 1.0.210"; + } + { + name = "serde_json"; + packageId = "serde_json"; + } + { + name = "serde_urlencoded"; + packageId = "serde_urlencoded"; + } + { + name = "smallvec"; + packageId = "smallvec"; + } + { + name = "tokio"; + packageId = "tokio"; + features = [ "rt" ]; + } + { + name = "tower"; + packageId = "tower"; + features = [ "util" "make" ]; + } + { + name = "url"; + packageId = "url"; + } + ]; + devDependencies = [ + { + name = "axum"; + packageId = "axum"; + features = [ "multipart" "tokio" "ws" ]; + } + { + name = "tokio"; + packageId = "tokio"; + features = [ "rt" "rt-multi-thread" "sync" "time" "macros" ]; + } + ]; + features = { + "all" = [ "pretty-assertions" "yaml" "msgpack" "reqwest" "shuttle" "typed-routing" "ws" ]; + "default" = [ "pretty-assertions" ]; + "msgpack" = [ "dep:rmp-serde" ]; + "pretty-assertions" = [ "dep:pretty_assertions" ]; + "reqwest" = [ "dep:reqwest" ]; + "shuttle" = [ "dep:shuttle-axum" ]; + "typed-routing" = [ "dep:axum-extra" ]; + "ws" = [ "axum/ws" "tokio/time" "dep:uuid" "dep:base64" "dep:tokio-tungstenite" "dep:futures-util" ]; + "yaml" = [ "dep:serde_yaml" ]; + }; + resolvedDefaultFeatures = [ "default" "pretty-assertions" ]; + }; "az" = rec { crateName = "az"; version = "1.2.1"; @@ -1394,26 +1794,19 @@ rec { }; resolvedDefaultFeatures = [ "alloc" "default" "std" ]; }; - "base64 0.9.3" = rec { + "base64 0.22.1" = rec { crateName = "base64"; - version = "0.9.3"; - edition = "2015"; - sha256 = "0hs62r35bgxslawyrn1vp9rmvrkkm76fqv0vqcwd048vs876r7a8"; + version = "0.22.1"; + edition = "2018"; + sha256 = "1imqzgh7bxcikp5vx3shqvw9j09g9ly0xr0jma0q66i52r7jbcvj"; authors = [ - "Alice Maz " "Marshall Pierce " ]; - dependencies = [ - { - name = "byteorder"; - packageId = "byteorder"; - } - { - name = "safemem"; - packageId = "safemem"; - } - ]; - + features = { + "default" = [ "std" ]; + "std" = [ "alloc" ]; + }; + resolvedDefaultFeatures = [ "alloc" "std" ]; }; "base64ct" = rec { crateName = "base64ct"; @@ -1499,7 +1892,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.79"; + packageId = "syn 2.0.87"; features = [ "full" "extra-traits" "visit-mut" ]; } ]; @@ -1664,16 +2057,6 @@ rec { "tracing" = [ "dep:tracing" ]; }; }; - "build_html" = rec { - crateName = "build_html"; - version = "2.5.0"; - edition = "2018"; - sha256 = "0p4k25yk3v0wf720wl5zcghvc9ik6l7lsh3fz86cq3g7x4nbhpi2"; - authors = [ - "Joseph Skubal" - ]; - - }; "bumpalo" = rec { crateName = "bumpalo"; version = "3.16.0"; @@ -1719,9 +2102,9 @@ rec { }; "bytes" = rec { crateName = "bytes"; - version = "1.7.2"; + version = "1.9.0"; edition = "2018"; - sha256 = "1wzs7l57iwqmrszdpr2mmqf1b1hgvpxafc30imxhnry0zfl9m3a2"; + sha256 = "16ykzx24v1x4f42v2lxyvlczqhdfji3v7r4ghwckpwijzvb1hn9j"; authors = [ "Carl Lerche " "Sean McArthur " @@ -1732,6 +2115,19 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; + "bytesize" = rec { + crateName = "bytesize"; + version = "1.3.0"; + edition = "2015"; + sha256 = "1k3aak70iwz4s2gsjbxf0ws4xnixqbdz6p2ha96s06748fpniqx3"; + authors = [ + "Hyunsik Choi " + ]; + features = { + "serde" = [ "dep:serde" ]; + }; + resolvedDefaultFeatures = [ "default" ]; + }; "cairo-rs" = rec { crateName = "cairo-rs"; version = "0.18.5"; @@ -1766,7 +2162,7 @@ rec { } { name = "thiserror"; - packageId = "thiserror"; + packageId = "thiserror 1.0.64"; } ]; features = { @@ -1916,7 +2312,7 @@ rec { devDependencies = [ { name = "uuid"; - packageId = "uuid 1.10.0"; + packageId = "uuid 1.11.0"; features = [ "v4" ]; } ]; @@ -2009,7 +2405,7 @@ rec { } { name = "phf"; - packageId = "phf 0.11.2"; + packageId = "phf"; usesDefaultFeatures = false; } { @@ -2055,12 +2451,12 @@ rec { } { name = "phf"; - packageId = "phf 0.11.2"; + packageId = "phf"; usesDefaultFeatures = false; } { name = "phf_codegen"; - packageId = "phf_codegen 0.11.2"; + packageId = "phf_codegen"; usesDefaultFeatures = false; } ]; @@ -2234,7 +2630,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.79"; + packageId = "syn 2.0.87"; features = [ "full" ]; } ]; @@ -2251,28 +2647,6 @@ rec { sha256 = "15zcrc2fa6ycdzaihxghf48180bnvzsivhf0fmah24bnnaf76qhl"; }; - "cloudabi" = rec { - crateName = "cloudabi"; - version = "0.0.3"; - edition = "2015"; - sha256 = "0kxcg83jlihy0phnd2g8c2c303px3l2p3pkjz357ll6llnd5pz6x"; - libPath = "cloudabi.rs"; - authors = [ - "Nuxi (https://nuxi.nl/) and contributors" - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 1.3.2"; - optional = true; - } - ]; - features = { - "bitflags" = [ "dep:bitflags" ]; - "default" = [ "bitflags" ]; - }; - resolvedDefaultFeatures = [ "bitflags" "default" ]; - }; "color_quant" = rec { crateName = "color_quant"; version = "1.1.0"; @@ -2340,7 +2714,7 @@ rec { } { name = "thiserror"; - packageId = "thiserror"; + packageId = "thiserror 1.0.64"; } ]; devDependencies = [ @@ -2409,9 +2783,9 @@ rec { }; "cookie" = rec { crateName = "cookie"; - version = "0.17.0"; + version = "0.18.1"; edition = "2018"; - sha256 = "096c52jg9iq4lfcps2psncswv33fc30mmnaa2sbzzcfcw71kgyvy"; + sha256 = "0iy749flficrlvgr3hjmf3igr738lk81n5akzf4ym4cs6cxg7pjd"; authors = [ "Sergio Benitez " "Alex Crichton " @@ -2419,7 +2793,7 @@ rec { dependencies = [ { name = "time"; - packageId = "time 0.3.36"; + packageId = "time"; usesDefaultFeatures = false; features = [ "std" "parsing" "formatting" "macros" ]; } @@ -2427,7 +2801,7 @@ rec { buildDependencies = [ { name = "version_check"; - packageId = "version_check 0.9.5"; + packageId = "version_check"; } ]; features = { @@ -2514,7 +2888,7 @@ rec { } { name = "thiserror"; - packageId = "thiserror"; + packageId = "thiserror 1.0.64"; } ]; @@ -2863,6 +3237,10 @@ rec { then lib.cleanSourceWith { filter = sourceFilter; src = ./cyberpunk-splash; } else ./cyberpunk-splash; dependencies = [ + { + name = "async-std"; + packageId = "async-std"; + } { name = "cairo-rs"; packageId = "cairo-rs"; @@ -3012,29 +3390,6 @@ rec { }; resolvedDefaultFeatures = [ "alloc" "default" "std" ]; }; - "deflate" = rec { - crateName = "deflate"; - version = "0.8.6"; - edition = "2018"; - sha256 = "0x6iqlayg129w63999kz97m279m0jj4x4sm6gkqlvmp73y70yxvk"; - authors = [ - "oyvindln " - ]; - dependencies = [ - { - name = "adler32"; - packageId = "adler32"; - } - { - name = "byteorder"; - packageId = "byteorder"; - } - ]; - features = { - "gzip" = [ "gzip-header" ]; - "gzip-header" = [ "dep:gzip-header" ]; - }; - }; "der" = rec { crateName = "der"; version = "0.7.9"; @@ -3103,6 +3458,16 @@ rec { }; resolvedDefaultFeatures = [ "alloc" "powerfmt" "std" ]; }; + "diff" = rec { + crateName = "diff"; + version = "0.1.13"; + edition = "2015"; + sha256 = "1j0nzjxci2zqx63hdcihkp0a4dkdmzxd7my4m7zk6cjyfy34j9an"; + authors = [ + "Utkarsh Kukreti " + ]; + + }; "digest" = rec { crateName = "digest"; version = "0.10.7"; @@ -3249,7 +3614,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.79"; + packageId = "syn 2.0.87"; } ]; features = { @@ -3302,7 +3667,7 @@ rec { "emseries" = rec { crateName = "emseries"; version = "0.6.0"; - edition = "2015"; + edition = "2021"; # We can't filter paths with references in Nix 2.4 # See https://github.com/NixOS/nix/issues/5410 src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) @@ -3336,7 +3701,7 @@ rec { } { name = "thiserror"; - packageId = "thiserror"; + packageId = "thiserror 1.0.64"; } { name = "uuid"; @@ -3398,7 +3763,7 @@ rec { } { name = "log"; - packageId = "log 0.4.22"; + packageId = "log"; features = [ "std" ]; } { @@ -3540,7 +3905,7 @@ rec { "portable_atomic_crate" = [ "dep:portable_atomic_crate" ]; "std" = [ "concurrent-queue/std" "parking" ]; }; - resolvedDefaultFeatures = [ "parking" "std" ]; + resolvedDefaultFeatures = [ "default" "parking" "std" ]; }; "event-listener-strategy" = rec { crateName = "event-listener-strategy"; @@ -3615,6 +3980,33 @@ rec { ]; }; + "fallible-iterator" = rec { + crateName = "fallible-iterator"; + version = "0.3.0"; + edition = "2018"; + sha256 = "0ja6l56yka5vn4y4pk6hn88z0bpny7a8k1919aqjzp0j1yhy9k1a"; + libName = "fallible_iterator"; + authors = [ + "Steven Fackler " + ]; + features = { + "default" = [ "alloc" ]; + "std" = [ "alloc" ]; + }; + resolvedDefaultFeatures = [ "alloc" "default" ]; + }; + "fallible-streaming-iterator" = rec { + crateName = "fallible-streaming-iterator"; + version = "0.1.9"; + edition = "2015"; + sha256 = "0nj6j26p71bjy8h42x6jahx1hn0ng6mc2miwpgwnp8vnwqf4jq3k"; + libName = "fallible_streaming_iterator"; + authors = [ + "Steven Fackler " + ]; + features = { + }; + }; "fastrand" = rec { crateName = "fastrand"; version = "2.1.1"; @@ -3669,138 +4061,6 @@ rec { } ]; - }; - "file-service" = rec { - crateName = "file-service"; - version = "0.2.0"; - edition = "2018"; - crateBin = [ - { - name = "file-service"; - path = "src/main.rs"; - requiredFeatures = [ ]; - } - ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./file-service; } - else ./file-service; - libName = "file_service"; - authors = [ - "savanni@luminescent-dreams.com" - ]; - dependencies = [ - { - name = "authdb"; - packageId = "authdb"; - } - { - name = "base64ct"; - packageId = "base64ct"; - features = [ "alloc" ]; - } - { - name = "build_html"; - packageId = "build_html"; - } - { - name = "bytes"; - packageId = "bytes"; - } - { - name = "chrono"; - packageId = "chrono"; - features = [ "serde" ]; - } - { - name = "clap"; - packageId = "clap"; - features = [ "derive" ]; - } - { - name = "cookie"; - packageId = "cookie"; - } - { - name = "futures-util"; - packageId = "futures-util"; - } - { - name = "hex-string"; - packageId = "hex-string"; - } - { - name = "http"; - packageId = "http 0.2.12"; - } - { - name = "image"; - packageId = "image 0.23.14"; - } - { - name = "log"; - packageId = "log 0.4.22"; - } - { - name = "logger"; - packageId = "logger"; - } - { - name = "mime"; - packageId = "mime 0.3.17"; - } - { - name = "mime_guess"; - packageId = "mime_guess 2.0.5"; - } - { - name = "pretty_env_logger"; - packageId = "pretty_env_logger"; - } - { - name = "serde"; - packageId = "serde 1.0.210"; - features = [ "derive" ]; - } - { - name = "serde_json"; - packageId = "serde_json"; - } - { - name = "sha2"; - packageId = "sha2"; - } - { - name = "thiserror"; - packageId = "thiserror"; - } - { - name = "tokio"; - packageId = "tokio"; - features = [ "full" ]; - } - { - name = "uuid"; - packageId = "uuid 0.4.0"; - features = [ "serde" "v4" ]; - } - { - name = "warp"; - packageId = "warp"; - } - ]; - devDependencies = [ - { - name = "cool_asserts"; - packageId = "cool_asserts"; - } - { - name = "tempdir"; - packageId = "tempdir"; - } - ]; - }; "fitnesstrax" = rec { crateName = "fitnesstrax"; @@ -3875,7 +4135,7 @@ rec { } { name = "thiserror"; - packageId = "thiserror"; + packageId = "thiserror 1.0.64"; } { name = "tokio"; @@ -4123,7 +4383,7 @@ rec { dependencies = [ { name = "thiserror"; - packageId = "thiserror"; + packageId = "thiserror 1.0.64"; } ]; features = { @@ -4224,7 +4484,7 @@ rec { dependencies = [ { name = "percent-encoding"; - packageId = "percent-encoding 2.3.1"; + packageId = "percent-encoding"; usesDefaultFeatures = false; } ]; @@ -4542,7 +4802,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.79"; + packageId = "syn 2.0.87"; features = [ "full" ]; } ]; @@ -4891,7 +5151,7 @@ rec { buildDependencies = [ { name = "version_check"; - packageId = "version_check 0.9.5"; + packageId = "version_check"; } ]; features = { @@ -4933,7 +5193,7 @@ rec { } { name = "wasi"; - packageId = "wasi 0.11.0+wasi-snapshot-preview1"; + packageId = "wasi"; usesDefaultFeatures = false; target = { target, features }: ("wasi" == target."os"); } @@ -4948,30 +5208,7 @@ rec { }; resolvedDefaultFeatures = [ "std" ]; }; - "gif 0.11.4" = rec { - crateName = "gif"; - version = "0.11.4"; - edition = "2018"; - sha256 = "01hbw3isapzpzff8l6aw55jnaqx2bcscrbwyf3rglkbbfp397p9y"; - authors = [ - "nwin " - ]; - dependencies = [ - { - name = "color_quant"; - packageId = "color_quant"; - } - { - name = "weezl"; - packageId = "weezl"; - } - ]; - features = { - "default" = [ "raii_no_panic" "std" ]; - }; - resolvedDefaultFeatures = [ "default" "raii_no_panic" "std" ]; - }; - "gif 0.13.1" = rec { + "gif" = rec { crateName = "gif"; version = "0.13.1"; edition = "2021"; @@ -5067,7 +5304,7 @@ rec { } { name = "thiserror"; - packageId = "thiserror"; + packageId = "thiserror 1.0.64"; } ]; devDependencies = [ @@ -5217,7 +5454,7 @@ rec { } { name = "thiserror"; - packageId = "thiserror"; + packageId = "thiserror 1.0.64"; } ]; features = { @@ -5315,7 +5552,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.79"; + packageId = "syn 2.0.87"; features = [ "full" ]; } ]; @@ -6137,9 +6374,9 @@ rec { }; "hashlink" = rec { crateName = "hashlink"; - version = "0.8.4"; + version = "0.9.1"; edition = "2018"; - sha256 = "1xy8agkyp0llbqk9fcffc1xblayrrywlyrm2a7v93x8zygm4y2g8"; + sha256 = "1byq4nyrflm5s6wdx5qwp96l1qbp2d0nljvrr5yqrsfy51qzz93b"; authors = [ "kyren " ]; @@ -6147,6 +6384,8 @@ rec { { name = "hashbrown"; packageId = "hashbrown 0.14.5"; + usesDefaultFeatures = false; + features = [ "ahash" "inline-more" ]; } ]; features = { @@ -6185,7 +6424,7 @@ rec { } { name = "mime"; - packageId = "mime 0.3.17"; + packageId = "mime"; } { name = "sha1"; @@ -6220,18 +6459,11 @@ rec { authors = [ "Without Boats " ]; - dependencies = [ - { - name = "unicode-segmentation"; - packageId = "unicode-segmentation"; - optional = true; - } - ]; features = { "unicode" = [ "unicode-segmentation" ]; "unicode-segmentation" = [ "dep:unicode-segmentation" ]; }; - resolvedDefaultFeatures = [ "default" "unicode" "unicode-segmentation" ]; + resolvedDefaultFeatures = [ "default" ]; }; "heck 0.5.0" = rec { crateName = "heck"; @@ -6334,7 +6566,7 @@ rec { } { name = "image"; - packageId = "image 0.24.9"; + packageId = "image"; } ]; buildDependencies = [ @@ -6344,17 +6576,6 @@ rec { } ]; - }; - "hex-string" = rec { - crateName = "hex-string"; - version = "0.1.0"; - edition = "2015"; - sha256 = "02sgrgrbp693jv0v5iga7z47y6aj93cq0ia39finby9x17fw53l4"; - libName = "hex_string"; - authors = [ - "Savanni D'Gerinel " - ]; - }; "hkdf" = rec { crateName = "hkdf"; @@ -6445,11 +6666,11 @@ rec { ]; }; - "http 1.1.0" = rec { + "http 1.2.0" = rec { crateName = "http"; - version = "1.1.0"; + version = "1.2.0"; edition = "2018"; - sha256 = "0n426lmcxas6h75c2cp25m933pswlrfjz10v91vc62vib2sdvf91"; + sha256 = "1skglzdf98j5nzxlii540n11is0w4l80mi5sm3xrj716asps4v7i"; authors = [ "Alex Crichton " "Carl Lerche " @@ -6474,7 +6695,7 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "http-body" = rec { + "http-body 0.4.6" = rec { crateName = "http-body"; version = "0.4.6"; edition = "2018"; @@ -6500,6 +6721,65 @@ rec { } ]; + }; + "http-body 1.0.1" = rec { + crateName = "http-body"; + version = "1.0.1"; + edition = "2018"; + sha256 = "111ir5k2b9ihz5nr9cz7cwm7fnydca7dx4hc7vr16scfzghxrzhy"; + libName = "http_body"; + authors = [ + "Carl Lerche " + "Lucio Franco " + "Sean McArthur " + ]; + dependencies = [ + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "http"; + packageId = "http 1.2.0"; + } + ]; + + }; + "http-body-util" = rec { + crateName = "http-body-util"; + version = "0.1.2"; + edition = "2018"; + sha256 = "0kslwazg4400qnc2azkrgqqci0fppv12waicnsy5d8hncvbjjd3r"; + libName = "http_body_util"; + authors = [ + "Carl Lerche " + "Lucio Franco " + "Sean McArthur " + ]; + dependencies = [ + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "futures-util"; + packageId = "futures-util"; + usesDefaultFeatures = false; + } + { + name = "http"; + packageId = "http 1.2.0"; + } + { + name = "http-body"; + packageId = "http-body 1.0.1"; + } + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + } + ]; + }; "httparse" = rec { crateName = "httparse"; @@ -6534,64 +6814,6 @@ rec { ]; }; - "hyper 0.10.16" = rec { - crateName = "hyper"; - version = "0.10.16"; - edition = "2015"; - sha256 = "0wwjh9p3mzvg3fss2lqz5r7ddcgl1fh9w6my2j69d6k0lbcm41ha"; - authors = [ - "Sean McArthur " - "Jonathan Reem " - ]; - dependencies = [ - { - name = "base64"; - packageId = "base64 0.9.3"; - } - { - name = "httparse"; - packageId = "httparse"; - } - { - name = "language-tags"; - packageId = "language-tags"; - } - { - name = "log"; - packageId = "log 0.3.9"; - } - { - name = "mime"; - packageId = "mime 0.2.6"; - } - { - name = "num_cpus"; - packageId = "num_cpus"; - } - { - name = "time"; - packageId = "time 0.1.45"; - } - { - name = "traitobject"; - packageId = "traitobject"; - } - { - name = "typeable"; - packageId = "typeable"; - } - { - name = "unicase"; - packageId = "unicase 1.4.2"; - } - { - name = "url"; - packageId = "url 1.7.2"; - } - ]; - features = { - }; - }; "hyper 0.14.30" = rec { crateName = "hyper"; version = "0.14.30"; @@ -6630,7 +6852,7 @@ rec { } { name = "http-body"; - packageId = "http-body"; + packageId = "http-body 0.4.6"; } { name = "httparse"; @@ -6699,6 +6921,108 @@ rec { }; resolvedDefaultFeatures = [ "client" "default" "h2" "http1" "http2" "runtime" "server" "socket2" "stream" "tcp" ]; }; + "hyper 1.5.2" = rec { + crateName = "hyper"; + version = "1.5.2"; + edition = "2021"; + sha256 = "1q7akfb443yrjzkmnnbp2vs8zi15hgbk466rr4y144v4ppabhvr5"; + authors = [ + "Sean McArthur " + ]; + dependencies = [ + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "futures-channel"; + packageId = "futures-channel"; + optional = true; + } + { + name = "futures-util"; + packageId = "futures-util"; + optional = true; + usesDefaultFeatures = false; + } + { + name = "http"; + packageId = "http 1.2.0"; + } + { + name = "http-body"; + packageId = "http-body 1.0.1"; + } + { + name = "httparse"; + packageId = "httparse"; + optional = true; + } + { + name = "httpdate"; + packageId = "httpdate"; + optional = true; + } + { + name = "itoa"; + packageId = "itoa"; + optional = true; + } + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + optional = true; + } + { + name = "smallvec"; + packageId = "smallvec"; + optional = true; + features = [ "const_generics" "const_new" ]; + } + { + name = "tokio"; + packageId = "tokio"; + features = [ "sync" ]; + } + { + name = "want"; + packageId = "want"; + optional = true; + } + ]; + devDependencies = [ + { + name = "futures-channel"; + packageId = "futures-channel"; + features = [ "sink" ]; + } + { + name = "futures-util"; + packageId = "futures-util"; + usesDefaultFeatures = false; + features = [ "alloc" "sink" ]; + } + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + } + { + name = "tokio"; + packageId = "tokio"; + features = [ "fs" "macros" "net" "io-std" "io-util" "rt" "rt-multi-thread" "sync" "time" "test-util" ]; + } + ]; + features = { + "client" = [ "dep:want" "dep:pin-project-lite" "dep:smallvec" ]; + "ffi" = [ "dep:http-body-util" "futures-util?/alloc" ]; + "full" = [ "client" "http1" "http2" "server" ]; + "http1" = [ "dep:futures-channel" "dep:futures-util" "dep:httparse" "dep:itoa" ]; + "http2" = [ "dep:futures-channel" "dep:futures-util" "dep:h2" ]; + "server" = [ "dep:httpdate" "dep:pin-project-lite" "dep:smallvec" ]; + "tracing" = [ "dep:tracing" ]; + }; + resolvedDefaultFeatures = [ "client" "default" "http1" "server" ]; + }; "hyper-tls" = rec { crateName = "hyper-tls"; version = "0.5.0"; @@ -6749,6 +7073,101 @@ rec { "vendored" = [ "native-tls/vendored" ]; }; }; + "hyper-util" = rec { + crateName = "hyper-util"; + version = "0.1.10"; + edition = "2021"; + sha256 = "1d1iwrkysjhq63pg54zk3vfby1j7zmxzm9zzyfr4lwvp0szcybfz"; + libName = "hyper_util"; + authors = [ + "Sean McArthur " + ]; + dependencies = [ + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "futures-channel"; + packageId = "futures-channel"; + optional = true; + } + { + name = "futures-util"; + packageId = "futures-util"; + usesDefaultFeatures = false; + } + { + name = "http"; + packageId = "http 1.2.0"; + } + { + name = "http-body"; + packageId = "http-body 1.0.1"; + } + { + name = "hyper"; + packageId = "hyper 1.5.2"; + } + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + } + { + name = "socket2"; + packageId = "socket2"; + optional = true; + features = [ "all" ]; + } + { + name = "tokio"; + packageId = "tokio"; + optional = true; + usesDefaultFeatures = false; + } + { + name = "tower-service"; + packageId = "tower-service"; + optional = true; + } + { + name = "tracing"; + packageId = "tracing"; + optional = true; + usesDefaultFeatures = false; + features = [ "std" ]; + } + ]; + devDependencies = [ + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "hyper"; + packageId = "hyper 1.5.2"; + features = [ "full" ]; + } + { + name = "tokio"; + packageId = "tokio"; + features = [ "macros" "test-util" "signal" ]; + } + ]; + features = { + "client" = [ "hyper/client" "dep:tracing" "dep:futures-channel" "dep:tower-service" ]; + "client-legacy" = [ "client" "dep:socket2" "tokio/sync" ]; + "full" = [ "client" "client-legacy" "server" "server-auto" "server-graceful" "service" "http1" "http2" "tokio" ]; + "http1" = [ "hyper/http1" ]; + "http2" = [ "hyper/http2" ]; + "server" = [ "hyper/server" ]; + "server-auto" = [ "server" "http1" "http2" ]; + "server-graceful" = [ "server" "tokio/sync" "futures-util/alloc" ]; + "service" = [ "dep:tower-service" ]; + "tokio" = [ "dep:tokio" "tokio/net" "tokio/rt" "tokio/time" ]; + }; + resolvedDefaultFeatures = [ "client" "client-legacy" "default" "http1" "server" "service" "tokio" ]; + }; "iana-time-zone" = rec { crateName = "iana-time-zone"; version = "0.1.61"; @@ -6853,31 +7272,7 @@ rec { ]; }; - "idna 0.1.5" = rec { - crateName = "idna"; - version = "0.1.5"; - edition = "2015"; - sha256 = "0kl4gs5kaydn4v07c6ka33spm9qdh2np0x7iw7g5zd8z1c7rxw1q"; - authors = [ - "The rust-url developers" - ]; - dependencies = [ - { - name = "matches"; - packageId = "matches"; - } - { - name = "unicode-bidi"; - packageId = "unicode-bidi"; - } - { - name = "unicode-normalization"; - packageId = "unicode-normalization"; - } - ]; - - }; - "idna 0.5.0" = rec { + "idna" = rec { crateName = "idna"; version = "0.5.0"; edition = "2018"; @@ -6904,120 +7299,7 @@ rec { }; resolvedDefaultFeatures = [ "alloc" "default" "std" ]; }; - "ifc" = rec { - crateName = "ifc"; - version = "0.1.0"; - edition = "2018"; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./ifc; } - else ./ifc; - authors = [ - "Savanni D'Gerinel " - ]; - dependencies = [ - { - name = "chrono"; - packageId = "chrono"; - } - { - name = "serde"; - packageId = "serde 1.0.210"; - features = [ "derive" ]; - } - { - name = "thiserror"; - packageId = "thiserror"; - } - ]; - - }; - "image 0.23.14" = rec { - crateName = "image"; - version = "0.23.14"; - edition = "2018"; - sha256 = "18gn2f7xp30pf9aqka877knlq308khxqiwjvsccvzaa4f9zcpzr4"; - authors = [ - "The image-rs Developers" - ]; - dependencies = [ - { - name = "bytemuck"; - packageId = "bytemuck"; - } - { - name = "byteorder"; - packageId = "byteorder"; - } - { - name = "color_quant"; - packageId = "color_quant"; - } - { - name = "gif"; - packageId = "gif 0.11.4"; - optional = true; - } - { - name = "jpeg-decoder"; - packageId = "jpeg-decoder 0.1.22"; - rename = "jpeg"; - optional = true; - usesDefaultFeatures = false; - } - { - name = "num-iter"; - packageId = "num-iter"; - } - { - name = "num-rational"; - packageId = "num-rational"; - usesDefaultFeatures = false; - } - { - name = "num-traits"; - packageId = "num-traits"; - } - { - name = "png"; - packageId = "png 0.16.8"; - optional = true; - } - { - name = "scoped_threadpool"; - packageId = "scoped_threadpool"; - optional = true; - } - { - name = "tiff"; - packageId = "tiff 0.6.1"; - optional = true; - } - ]; - features = { - "avif" = [ "avif-encoder" ]; - "avif-decoder" = [ "mp4parse" "dcv-color-primitives" "dav1d" ]; - "avif-encoder" = [ "ravif" "rgb" ]; - "dav1d" = [ "dep:dav1d" ]; - "dcv-color-primitives" = [ "dep:dcv-color-primitives" ]; - "dds" = [ "dxt" ]; - "default" = [ "gif" "jpeg" "ico" "png" "pnm" "tga" "tiff" "webp" "bmp" "hdr" "dxt" "dds" "farbfeld" "jpeg_rayon" ]; - "gif" = [ "dep:gif" ]; - "hdr" = [ "scoped_threadpool" ]; - "ico" = [ "bmp" "png" ]; - "jpeg" = [ "dep:jpeg" ]; - "jpeg_rayon" = [ "jpeg/rayon" ]; - "mp4parse" = [ "dep:mp4parse" ]; - "png" = [ "dep:png" ]; - "ravif" = [ "dep:ravif" ]; - "rgb" = [ "dep:rgb" ]; - "scoped_threadpool" = [ "dep:scoped_threadpool" ]; - "tiff" = [ "dep:tiff" ]; - }; - resolvedDefaultFeatures = [ "bmp" "dds" "default" "dxt" "farbfeld" "gif" "hdr" "ico" "jpeg" "jpeg_rayon" "png" "pnm" "scoped_threadpool" "tga" "tiff" "webp" ]; - }; - "image 0.24.9" = rec { + "image" = rec { crateName = "image"; version = "0.24.9"; edition = "2021"; @@ -7046,12 +7328,12 @@ rec { } { name = "gif"; - packageId = "gif 0.13.1"; + packageId = "gif"; optional = true; } { name = "jpeg-decoder"; - packageId = "jpeg-decoder 0.3.1"; + packageId = "jpeg-decoder"; rename = "jpeg"; optional = true; usesDefaultFeatures = false; @@ -7062,7 +7344,7 @@ rec { } { name = "png"; - packageId = "png 0.17.14"; + packageId = "png"; optional = true; } { @@ -7072,14 +7354,14 @@ rec { } { name = "tiff"; - packageId = "tiff 0.9.1"; + packageId = "tiff"; optional = true; } ]; devDependencies = [ { name = "jpeg-decoder"; - packageId = "jpeg-decoder 0.3.1"; + packageId = "jpeg-decoder"; rename = "jpeg"; usesDefaultFeatures = false; features = [ "platform_independent" ]; @@ -7111,6 +7393,49 @@ rec { }; resolvedDefaultFeatures = [ "bmp" "dds" "default" "dxt" "exr" "farbfeld" "gif" "hdr" "ico" "jpeg" "jpeg_rayon" "openexr" "png" "pnm" "qoi" "tga" "tiff" "webp" ]; }; + "include_dir" = rec { + crateName = "include_dir"; + version = "0.7.4"; + edition = "2021"; + sha256 = "1pfh3g45z88kwq93skng0n6g3r7zkhq9ldqs9y8rvr7i11s12gcj"; + authors = [ + "Michael Bryan " + ]; + dependencies = [ + { + name = "include_dir_macros"; + packageId = "include_dir_macros"; + } + ]; + features = { + "glob" = [ "dep:glob" ]; + "metadata" = [ "include_dir_macros/metadata" ]; + "nightly" = [ "include_dir_macros/nightly" ]; + }; + resolvedDefaultFeatures = [ "default" ]; + }; + "include_dir_macros" = rec { + crateName = "include_dir_macros"; + version = "0.7.4"; + edition = "2021"; + sha256 = "0x8smnf6knd86g69p19z5lpfsaqp8w0nx14kdpkz1m8bxnkqbavw"; + procMacro = true; + authors = [ + "Michael Bryan " + ]; + dependencies = [ + { + name = "proc-macro2"; + packageId = "proc-macro2"; + } + { + name = "quote"; + packageId = "quote"; + } + ]; + features = { + }; + }; "indent_write" = rec { crateName = "indent_write"; version = "2.2.0"; @@ -7215,56 +7540,6 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "iron" = rec { - crateName = "iron"; - version = "0.6.1"; - edition = "2015"; - sha256 = "1s4mf8395f693nhwsr0znw3j5frzn56gzllypyl50il85p50ily6"; - authors = [ - "Jonathan Reem " - "Zach Pomerantz " - "Michael Sproul " - "Patrick Tran " - ]; - dependencies = [ - { - name = "hyper"; - packageId = "hyper 0.10.16"; - } - { - name = "log"; - packageId = "log 0.3.9"; - } - { - name = "mime_guess"; - packageId = "mime_guess 1.8.8"; - } - { - name = "modifier"; - packageId = "modifier"; - } - { - name = "num_cpus"; - packageId = "num_cpus"; - } - { - name = "plugin"; - packageId = "plugin"; - } - { - name = "typemap"; - packageId = "typemap"; - } - { - name = "url"; - packageId = "url 1.7.2"; - } - ]; - features = { - "hyper-native-tls" = [ "dep:hyper-native-tls" ]; - "native-tls-example" = [ "hyper-native-tls" ]; - }; - }; "is-terminal" = rec { crateName = "is-terminal"; version = "0.4.13"; @@ -7343,29 +7618,7 @@ rec { "no-panic" = [ "dep:no-panic" ]; }; }; - "jpeg-decoder 0.1.22" = rec { - crateName = "jpeg-decoder"; - version = "0.1.22"; - edition = "2015"; - sha256 = "1wnh0bmmswpgwhgmlizz545x8334nlbmkq8imy9k224ri3am7792"; - libName = "jpeg_decoder"; - authors = [ - "Ulf Nilsson " - ]; - dependencies = [ - { - name = "rayon"; - packageId = "rayon"; - optional = true; - } - ]; - features = { - "default" = [ "rayon" ]; - "rayon" = [ "dep:rayon" ]; - }; - resolvedDefaultFeatures = [ "rayon" ]; - }; - "jpeg-decoder 0.3.1" = rec { + "jpeg-decoder" = rec { crateName = "jpeg-decoder"; version = "0.3.1"; edition = "2021"; @@ -7416,27 +7669,12 @@ rec { dependencies = [ { name = "log"; - packageId = "log 0.4.22"; + packageId = "log"; features = [ "kv_unstable" ]; } ]; }; - "language-tags" = rec { - crateName = "language-tags"; - version = "0.2.2"; - edition = "2015"; - sha256 = "16hrjdpa827carq5x4b8zhas24d8kg4s16m6nmmn1kb7cr5qh7d9"; - libName = "language_tags"; - authors = [ - "Pyfisch " - ]; - features = { - "heap_size" = [ "heapsize" "heapsize_plugin" ]; - "heapsize" = [ "dep:heapsize" ]; - "heapsize_plugin" = [ "dep:heapsize_plugin" ]; - }; - }; "lazy_static" = rec { crateName = "lazy_static"; version = "1.5.0"; @@ -7737,9 +7975,9 @@ rec { }; "libsqlite3-sys" = rec { crateName = "libsqlite3-sys"; - version = "0.27.0"; + version = "0.30.1"; edition = "2021"; - sha256 = "05pp60ncrmyjlxxjj187808jkvpxm06w5lvvdwwvxd2qrmnj4kng"; + sha256 = "0jcikvgbj84xc7ikdmpc8m4y5lyqgrb9aqblphwk67kv95xgp69f"; libName = "libsqlite3_sys"; authors = [ "The rusqlite developers" @@ -7781,7 +8019,7 @@ rec { "syn" = [ "dep:syn" ]; "vcpkg" = [ "dep:vcpkg" ]; }; - resolvedDefaultFeatures = [ "bundled" "bundled_bindings" "cc" "pkg-config" "unlock_notify" "vcpkg" ]; + resolvedDefaultFeatures = [ "bundled" "bundled_bindings" "cc" "default" "min_sqlite_version_3_14_0" "pkg-config" "unlock_notify" "vcpkg" ]; }; "libyml" = rec { crateName = "libyml"; @@ -7801,7 +8039,7 @@ rec { buildDependencies = [ { name = "version_check"; - packageId = "version_check 0.9.5"; + packageId = "version_check"; } ]; features = { @@ -7865,7 +8103,7 @@ rec { buildDependencies = [ { name = "autocfg"; - packageId = "autocfg 1.4.0"; + packageId = "autocfg"; } ]; features = { @@ -7875,39 +8113,7 @@ rec { }; resolvedDefaultFeatures = [ "atomic_usize" "default" ]; }; - "log 0.3.9" = rec { - crateName = "log"; - version = "0.3.9"; - edition = "2015"; - sha256 = "0jq23hhn5h35k7pa8r7wqnsywji6x3wn1q5q7lif5q536if8v7p1"; - authors = [ - "The Rust Project Developers" - ]; - dependencies = [ - { - name = "log"; - packageId = "log 0.4.22"; - } - ]; - features = { - "default" = [ "use_std" ]; - "max_level_debug" = [ "log/max_level_debug" ]; - "max_level_error" = [ "log/max_level_error" ]; - "max_level_info" = [ "log/max_level_info" ]; - "max_level_off" = [ "log/max_level_off" ]; - "max_level_trace" = [ "log/max_level_trace" ]; - "max_level_warn" = [ "log/max_level_warn" ]; - "release_max_level_debug" = [ "log/release_max_level_debug" ]; - "release_max_level_error" = [ "log/release_max_level_error" ]; - "release_max_level_info" = [ "log/release_max_level_info" ]; - "release_max_level_off" = [ "log/release_max_level_off" ]; - "release_max_level_trace" = [ "log/release_max_level_trace" ]; - "release_max_level_warn" = [ "log/release_max_level_warn" ]; - "use_std" = [ "log/std" ]; - }; - resolvedDefaultFeatures = [ "default" "use_std" ]; - }; - "log 0.4.22" = rec { + "log" = rec { crateName = "log"; version = "0.4.22"; edition = "2021"; @@ -7946,40 +8152,17 @@ rec { }; resolvedDefaultFeatures = [ "kv" "kv_unstable" "std" "value-bag" ]; }; - "logger" = rec { - crateName = "logger"; - version = "0.4.0"; - edition = "2015"; - sha256 = "14xlxvkspcfnspjil0xi63qj5cybxn1hjmr5gq8m4v1g9k5p54bc"; + "matchit" = rec { + crateName = "matchit"; + version = "0.7.3"; + edition = "2021"; + sha256 = "156bgdmmlv4crib31qhgg49nsjk88dxkdqp80ha2pk2rk6n6ax0f"; authors = [ - "Alexander Irbis " - "Jonathan Reem " - "Michael Reinhard " + "Ibraheem Ahmed " ]; - dependencies = [ - { - name = "iron"; - packageId = "iron"; - usesDefaultFeatures = false; - } - { - name = "log"; - packageId = "log 0.3.9"; - } - { - name = "time"; - packageId = "time 0.1.45"; - } - ]; - - }; - "matches" = rec { - crateName = "matches"; - version = "0.1.10"; - edition = "2015"; - sha256 = "1994402fq4viys7pjhzisj4wcw894l53g798kkm2y74laxk0jci5"; - libPath = "lib.rs"; - + features = { + }; + resolvedDefaultFeatures = [ "default" ]; }; "md-5" = rec { crateName = "md-5"; @@ -8046,7 +8229,7 @@ rec { buildDependencies = [ { name = "autocfg"; - packageId = "autocfg 1.4.0"; + packageId = "autocfg"; } ]; features = { @@ -8087,27 +8270,7 @@ rec { ]; }; - "mime 0.2.6" = rec { - crateName = "mime"; - version = "0.2.6"; - edition = "2015"; - sha256 = "1q1s1ax1gaz8ld3513nvhidfwnik5asbs1ma3hp6inp5dn56nqms"; - authors = [ - "Sean McArthur " - ]; - dependencies = [ - { - name = "log"; - packageId = "log 0.3.9"; - } - ]; - features = { - "heap_size" = [ "heapsize" ]; - "heapsize" = [ "dep:heapsize" ]; - "serde" = [ "dep:serde" ]; - }; - }; - "mime 0.3.17" = rec { + "mime" = rec { crateName = "mime"; version = "0.3.17"; edition = "2015"; @@ -8117,48 +8280,7 @@ rec { ]; }; - "mime_guess 1.8.8" = rec { - crateName = "mime_guess"; - version = "1.8.8"; - edition = "2015"; - sha256 = "18qcd5aa3363mb742y7lf39j7ha88pkzbv9ff2qidlsdxsjjjs91"; - authors = [ - "Austin Bonander " - ]; - dependencies = [ - { - name = "mime"; - packageId = "mime 0.2.6"; - } - { - name = "phf"; - packageId = "phf 0.7.24"; - features = [ "unicase" ]; - } - { - name = "unicase"; - packageId = "unicase 1.4.2"; - } - ]; - buildDependencies = [ - { - name = "phf"; - packageId = "phf 0.7.24"; - features = [ "unicase" ]; - } - { - name = "phf_codegen"; - packageId = "phf_codegen 0.7.24"; - } - { - name = "unicase"; - packageId = "unicase 1.4.2"; - } - ]; - features = { - }; - }; - "mime_guess 2.0.5" = rec { + "mime_guess" = rec { crateName = "mime_guess"; version = "2.0.5"; edition = "2015"; @@ -8169,17 +8291,17 @@ rec { dependencies = [ { name = "mime"; - packageId = "mime 0.3.17"; + packageId = "mime"; } { name = "unicase"; - packageId = "unicase 2.7.0"; + packageId = "unicase"; } ]; buildDependencies = [ { name = "unicase"; - packageId = "unicase 2.7.0"; + packageId = "unicase"; } ]; features = { @@ -8201,53 +8323,6 @@ rec { }; resolvedDefaultFeatures = [ "std" ]; }; - "miniz_oxide 0.3.7" = rec { - crateName = "miniz_oxide"; - version = "0.3.7"; - edition = "2018"; - sha256 = "0dblrhgbm0wa8jjl8cjp81akaj36yna92df4z1h9b26n3spal7br"; - authors = [ - "Frommi " - "oyvindln " - ]; - dependencies = [ - { - name = "adler32"; - packageId = "adler32"; - } - ]; - - }; - "miniz_oxide 0.4.4" = rec { - crateName = "miniz_oxide"; - version = "0.4.4"; - edition = "2018"; - sha256 = "0jsfv00hl5rmx1nijn59sr9jmjd4rjnjhh4kdjy8d187iklih9d9"; - authors = [ - "Frommi " - "oyvindln " - ]; - dependencies = [ - { - name = "adler"; - packageId = "adler"; - usesDefaultFeatures = false; - } - ]; - buildDependencies = [ - { - name = "autocfg"; - packageId = "autocfg 1.4.0"; - } - ]; - features = { - "alloc" = [ "dep:alloc" ]; - "compiler_builtins" = [ "dep:compiler_builtins" ]; - "core" = [ "dep:core" ]; - "rustc-dep-of-std" = [ "core" "alloc" "compiler_builtins" "adler/rustc-dep-of-std" ]; - }; - resolvedDefaultFeatures = [ "no_extern_crate_alloc" ]; - }; "miniz_oxide 0.7.4" = rec { crateName = "miniz_oxide"; version = "0.7.4"; @@ -8337,7 +8412,7 @@ rec { } { name = "wasi"; - packageId = "wasi 0.11.0+wasi-snapshot-preview1"; + packageId = "wasi"; target = { target, features }: ("wasi" == target."os"); } { @@ -8354,16 +8429,6 @@ rec { }; resolvedDefaultFeatures = [ "net" "os-ext" "os-poll" ]; }; - "modifier" = rec { - crateName = "modifier"; - version = "0.1.0"; - edition = "2015"; - sha256 = "0n3fmgli1nsskl0whrfzm1gk0rmwwl6pw1q4nb9sqqmn5h8wkxa1"; - authors = [ - "Jonathan Reem " - ]; - - }; "multer" = rec { crateName = "multer"; version = "2.1.0"; @@ -8396,7 +8461,7 @@ rec { } { name = "log"; - packageId = "log 0.4.22"; + packageId = "log"; } { name = "memchr"; @@ -8404,7 +8469,7 @@ rec { } { name = "mime"; - packageId = "mime 0.3.17"; + packageId = "mime"; } { name = "spin"; @@ -8416,7 +8481,7 @@ rec { buildDependencies = [ { name = "version_check"; - packageId = "version_check 0.9.5"; + packageId = "version_check"; } ]; features = { @@ -8469,7 +8534,7 @@ rec { } { name = "log"; - packageId = "log 0.4.22"; + packageId = "log"; target = { target, features }: (!(("windows" == target."os") || ("apple" == target."vendor"))); } { @@ -8737,7 +8802,7 @@ rec { "default" = [ "std" ]; "std" = [ "num-traits/std" ]; }; - resolvedDefaultFeatures = [ "i128" "std" ]; + resolvedDefaultFeatures = [ "i128" ]; }; "num-iter" = rec { crateName = "num-iter"; @@ -8765,51 +8830,13 @@ rec { buildDependencies = [ { name = "autocfg"; - packageId = "autocfg 1.4.0"; + packageId = "autocfg"; } ]; features = { "default" = [ "std" ]; "std" = [ "num-integer/std" "num-traits/std" ]; }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "num-rational" = rec { - crateName = "num-rational"; - version = "0.3.2"; - edition = "2018"; - sha256 = "01sgiwny9iflyxh2xz02sak71v2isc3x608hfdpwwzxi3j5l5b0j"; - libName = "num_rational"; - authors = [ - "The Rust Project Developers" - ]; - dependencies = [ - { - name = "num-integer"; - packageId = "num-integer"; - usesDefaultFeatures = false; - features = [ "i128" ]; - } - { - name = "num-traits"; - packageId = "num-traits"; - usesDefaultFeatures = false; - features = [ "i128" ]; - } - ]; - buildDependencies = [ - { - name = "autocfg"; - packageId = "autocfg 1.4.0"; - } - ]; - features = { - "default" = [ "num-bigint-std" "std" ]; - "num-bigint" = [ "dep:num-bigint" ]; - "num-bigint-std" = [ "num-bigint/std" ]; - "serde" = [ "dep:serde" ]; - "std" = [ "num-integer/std" "num-traits/std" ]; - }; }; "num-traits" = rec { crateName = "num-traits"; @@ -8830,7 +8857,7 @@ rec { buildDependencies = [ { name = "autocfg"; - packageId = "autocfg 1.4.0"; + packageId = "autocfg"; } ]; features = { @@ -8839,28 +8866,6 @@ rec { }; resolvedDefaultFeatures = [ "default" "i128" "libm" "std" ]; }; - "num_cpus" = rec { - crateName = "num_cpus"; - version = "1.16.0"; - edition = "2015"; - sha256 = "0hra6ihpnh06dvfvz9ipscys0xfqa9ca9hzp384d5m02ssvgqqa1"; - authors = [ - "Sean McArthur " - ]; - dependencies = [ - { - name = "hermit-abi"; - packageId = "hermit-abi 0.3.9"; - target = { target, features }: ("hermit" == target."os"); - } - { - name = "libc"; - packageId = "libc"; - target = { target, features }: (!(target."windows" or false)); - } - ]; - - }; "object" = rec { crateName = "object"; version = "0.36.5"; @@ -8978,7 +8983,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.79"; + packageId = "syn 2.0.87"; features = [ "full" ]; } ]; @@ -9084,7 +9089,7 @@ rec { } { name = "thiserror"; - packageId = "thiserror"; + packageId = "thiserror 1.0.64"; } { name = "uuid"; @@ -9146,7 +9151,7 @@ rec { } { name = "image"; - packageId = "image 0.24.9"; + packageId = "image"; } { name = "libadwaita"; @@ -9396,19 +9401,7 @@ rec { }; resolvedDefaultFeatures = [ "alloc" ]; }; - "percent-encoding 1.0.1" = rec { - crateName = "percent-encoding"; - version = "1.0.1"; - edition = "2015"; - sha256 = "0cgq08v1fvr6bs5fvy390cz830lq4fak8havdasdacxcw790s09i"; - libName = "percent_encoding"; - libPath = "lib.rs"; - authors = [ - "The rust-url developers" - ]; - - }; - "percent-encoding 2.3.1" = rec { + "percent-encoding" = rec { crateName = "percent-encoding"; version = "2.3.1"; edition = "2018"; @@ -9423,7 +9416,7 @@ rec { }; resolvedDefaultFeatures = [ "alloc" "default" "std" ]; }; - "phf 0.11.2" = rec { + "phf" = rec { crateName = "phf"; version = "0.11.2"; edition = "2021"; @@ -9434,7 +9427,7 @@ rec { dependencies = [ { name = "phf_shared"; - packageId = "phf_shared 0.11.2"; + packageId = "phf_shared"; usesDefaultFeatures = false; } ]; @@ -9448,29 +9441,7 @@ rec { "unicase" = [ "phf_macros?/unicase" "phf_shared/unicase" ]; }; }; - "phf 0.7.24" = rec { - crateName = "phf"; - version = "0.7.24"; - edition = "2015"; - sha256 = "066xwv4dr6056a9adlkarwp4n94kbpwngbmd47ngm3cfbyw49nmk"; - authors = [ - "Steven Fackler " - ]; - dependencies = [ - { - name = "phf_shared"; - packageId = "phf_shared 0.7.24"; - } - ]; - features = { - "core" = [ "phf_shared/core" ]; - "macros" = [ "phf_macros" ]; - "phf_macros" = [ "dep:phf_macros" ]; - "unicase" = [ "phf_shared/unicase" ]; - }; - resolvedDefaultFeatures = [ "unicase" ]; - }; - "phf_codegen 0.11.2" = rec { + "phf_codegen" = rec { crateName = "phf_codegen"; version = "0.11.2"; edition = "2021"; @@ -9481,36 +9452,16 @@ rec { dependencies = [ { name = "phf_generator"; - packageId = "phf_generator 0.11.2"; + packageId = "phf_generator"; } { name = "phf_shared"; - packageId = "phf_shared 0.11.2"; + packageId = "phf_shared"; } ]; }; - "phf_codegen 0.7.24" = rec { - crateName = "phf_codegen"; - version = "0.7.24"; - edition = "2015"; - sha256 = "0zjiblicfm0nrmr2xxrs6pnf6zz2394wgch6dcbd8jijkq98agmh"; - authors = [ - "Steven Fackler " - ]; - dependencies = [ - { - name = "phf_generator"; - packageId = "phf_generator 0.7.24"; - } - { - name = "phf_shared"; - packageId = "phf_shared 0.7.24"; - } - ]; - - }; - "phf_generator 0.11.2" = rec { + "phf_generator" = rec { crateName = "phf_generator"; version = "0.11.2"; edition = "2021"; @@ -9522,7 +9473,7 @@ rec { dependencies = [ { name = "phf_shared"; - packageId = "phf_shared 0.11.2"; + packageId = "phf_shared"; usesDefaultFeatures = false; } { @@ -9536,27 +9487,7 @@ rec { "criterion" = [ "dep:criterion" ]; }; }; - "phf_generator 0.7.24" = rec { - crateName = "phf_generator"; - version = "0.7.24"; - edition = "2015"; - sha256 = "0qi62gxk3x3whrmw5c4i71406icqk11qmpgln438p6qm7k4lqdh9"; - authors = [ - "Steven Fackler " - ]; - dependencies = [ - { - name = "phf_shared"; - packageId = "phf_shared 0.7.24"; - } - { - name = "rand"; - packageId = "rand 0.6.5"; - } - ]; - - }; - "phf_shared 0.11.2" = rec { + "phf_shared" = rec { crateName = "phf_shared"; version = "0.11.2"; edition = "2021"; @@ -9567,7 +9498,7 @@ rec { dependencies = [ { name = "siphasher"; - packageId = "siphasher 0.3.11"; + packageId = "siphasher"; } ]; features = { @@ -9577,30 +9508,6 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "phf_shared 0.7.24" = rec { - crateName = "phf_shared"; - version = "0.7.24"; - edition = "2015"; - sha256 = "18371fla0vsj7d6d5rlfb747xbr2in11ar9vgv5qna72bnhp2kr3"; - authors = [ - "Steven Fackler " - ]; - dependencies = [ - { - name = "siphasher"; - packageId = "siphasher 0.2.3"; - } - { - name = "unicase"; - packageId = "unicase 1.4.2"; - optional = true; - } - ]; - features = { - "unicase" = [ "dep:unicase" ]; - }; - resolvedDefaultFeatures = [ "unicase" ]; - }; "pin-project" = rec { crateName = "pin-project"; version = "1.1.7"; @@ -9633,7 +9540,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.79"; + packageId = "syn 2.0.87"; usesDefaultFeatures = false; features = [ "parsing" "printing" "clone-impls" "proc-macro" "full" "visit-mut" ]; } @@ -9742,7 +9649,7 @@ rec { } { name = "thiserror"; - packageId = "thiserror"; + packageId = "thiserror 1.0.64"; } ]; devDependencies = [ @@ -9878,57 +9785,7 @@ rec { ]; }; - "plugin" = rec { - crateName = "plugin"; - version = "0.2.6"; - edition = "2015"; - sha256 = "1q7nghkpvxxr168y2jnzh3w7qc9vfrby9n7ygy3xpj0bj71hsshs"; - authors = [ - "Jonathan Reem " - ]; - dependencies = [ - { - name = "typemap"; - packageId = "typemap"; - } - ]; - - }; - "png 0.16.8" = rec { - crateName = "png"; - version = "0.16.8"; - edition = "2018"; - sha256 = "1ipl44q3vy4kvx6j296vk7d4v8gvcg203lrkvvixwixq1j98fciw"; - authors = [ - "nwin " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 1.3.2"; - } - { - name = "crc32fast"; - packageId = "crc32fast"; - } - { - name = "deflate"; - packageId = "deflate"; - optional = true; - } - { - name = "miniz_oxide"; - packageId = "miniz_oxide 0.3.7"; - } - ]; - features = { - "default" = [ "png-encoding" ]; - "deflate" = [ "dep:deflate" ]; - "png-encoding" = [ "deflate" ]; - }; - resolvedDefaultFeatures = [ "default" "deflate" "png-encoding" ]; - }; - "png 0.17.14" = rec { + "png" = rec { crateName = "png"; version = "0.17.14"; edition = "2018"; @@ -10047,6 +9904,31 @@ rec { }; resolvedDefaultFeatures = [ "simd" "std" ]; }; + "pretty_assertions" = rec { + crateName = "pretty_assertions"; + version = "1.4.1"; + edition = "2018"; + sha256 = "0v8iq35ca4rw3rza5is3wjxwsf88303ivys07anc5yviybi31q9s"; + authors = [ + "Colin Kiegel " + "Florent Fayolle " + "Tom Milligan " + ]; + dependencies = [ + { + name = "diff"; + packageId = "diff"; + } + { + name = "yansi"; + packageId = "yansi"; + } + ]; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; "pretty_env_logger" = rec { crateName = "pretty_env_logger"; version = "0.5.0"; @@ -10062,7 +9944,7 @@ rec { } { name = "log"; - packageId = "log 0.4.22"; + packageId = "log"; } ]; @@ -10141,7 +10023,7 @@ rec { buildDependencies = [ { name = "version_check"; - packageId = "version_check 0.9.5"; + packageId = "version_check"; } ]; features = { @@ -10174,7 +10056,7 @@ rec { buildDependencies = [ { name = "version_check"; - packageId = "version_check 0.9.5"; + packageId = "version_check"; } ]; @@ -10242,12 +10124,12 @@ rec { } { name = "rand_chacha"; - packageId = "rand_chacha 0.3.1"; + packageId = "rand_chacha"; usesDefaultFeatures = false; } { name = "rand_xorshift"; - packageId = "rand_xorshift 0.3.0"; + packageId = "rand_xorshift"; } { name = "regex-syntax"; @@ -10408,83 +10290,6 @@ rec { }; resolvedDefaultFeatures = [ "default" "libc" "std" ]; }; - "rand 0.6.5" = rec { - crateName = "rand"; - version = "0.6.5"; - edition = "2015"; - sha256 = "1jl4449jcl4wgmzld6ffwqj5gwxrp8zvx8w573g1z368qg6xlwbd"; - authors = [ - "The Rand Project Developers" - "The Rust Project Developers" - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - usesDefaultFeatures = false; - target = { target, features }: (target."unix" or false); - } - { - name = "rand_chacha"; - packageId = "rand_chacha 0.1.1"; - } - { - name = "rand_core"; - packageId = "rand_core 0.4.2"; - } - { - name = "rand_hc"; - packageId = "rand_hc"; - } - { - name = "rand_isaac"; - packageId = "rand_isaac"; - } - { - name = "rand_jitter"; - packageId = "rand_jitter"; - } - { - name = "rand_os"; - packageId = "rand_os"; - optional = true; - } - { - name = "rand_pcg"; - packageId = "rand_pcg"; - } - { - name = "rand_xorshift"; - packageId = "rand_xorshift 0.1.1"; - } - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (target."windows" or false); - features = [ "minwindef" "ntsecapi" "profileapi" "winnt" ]; - } - ]; - buildDependencies = [ - { - name = "autocfg"; - packageId = "autocfg 0.1.8"; - } - ]; - features = { - "alloc" = [ "rand_core/alloc" ]; - "default" = [ "std" ]; - "log" = [ "dep:log" ]; - "nightly" = [ "simd_support" ]; - "packed_simd" = [ "dep:packed_simd" ]; - "rand_os" = [ "dep:rand_os" ]; - "serde1" = [ "rand_core/serde1" "rand_isaac/serde1" "rand_xorshift/serde1" ]; - "simd_support" = [ "packed_simd" ]; - "std" = [ "rand_core/std" "alloc" "rand_os" "rand_jitter/std" ]; - "stdweb" = [ "rand_os/stdweb" ]; - "wasm-bindgen" = [ "rand_os/wasm-bindgen" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "rand_os" "std" ]; - }; "rand 0.8.5" = rec { crateName = "rand"; version = "0.8.5"; @@ -10504,7 +10309,7 @@ rec { } { name = "rand_chacha"; - packageId = "rand_chacha 0.3.1"; + packageId = "rand_chacha"; optional = true; usesDefaultFeatures = false; } @@ -10529,31 +10334,7 @@ rec { }; resolvedDefaultFeatures = [ "alloc" "default" "getrandom" "libc" "rand_chacha" "small_rng" "std" "std_rng" ]; }; - "rand_chacha 0.1.1" = rec { - crateName = "rand_chacha"; - version = "0.1.1"; - edition = "2015"; - sha256 = "1vxwyzs4fy1ffjc8l00fsyygpiss135irjf7nyxgq2v0lqf3lvam"; - authors = [ - "The Rand Project Developers" - "The Rust Project Developers" - ]; - dependencies = [ - { - name = "rand_core"; - packageId = "rand_core 0.3.1"; - usesDefaultFeatures = false; - } - ]; - buildDependencies = [ - { - name = "autocfg"; - packageId = "autocfg 0.1.8"; - } - ]; - - }; - "rand_chacha 0.3.1" = rec { + "rand_chacha" = rec { crateName = "rand_chacha"; version = "0.3.1"; edition = "2018"; @@ -10620,7 +10401,6 @@ rec { "serde_derive" = [ "dep:serde_derive" ]; "std" = [ "alloc" ]; }; - resolvedDefaultFeatures = [ "alloc" "std" ]; }; "rand_core 0.6.4" = rec { crateName = "rand_core"; @@ -10646,173 +10426,7 @@ rec { }; resolvedDefaultFeatures = [ "alloc" "getrandom" "std" ]; }; - "rand_hc" = rec { - crateName = "rand_hc"; - version = "0.1.0"; - edition = "2015"; - sha256 = "1i0vl8q5ddvvy0x8hf1zxny393miyzxkwqnw31ifg6p0gdy6fh3v"; - authors = [ - "The Rand Project Developers" - ]; - dependencies = [ - { - name = "rand_core"; - packageId = "rand_core 0.3.1"; - usesDefaultFeatures = false; - } - ]; - - }; - "rand_isaac" = rec { - crateName = "rand_isaac"; - version = "0.1.1"; - edition = "2015"; - sha256 = "027flpjr4znx2csxk7gxb7vrf9c7y5mydmvg5az2afgisp4rgnfy"; - authors = [ - "The Rand Project Developers" - "The Rust Project Developers" - ]; - dependencies = [ - { - name = "rand_core"; - packageId = "rand_core 0.3.1"; - usesDefaultFeatures = false; - } - ]; - features = { - "serde" = [ "dep:serde" ]; - "serde1" = [ "serde" "serde_derive" "rand_core/serde1" ]; - "serde_derive" = [ "dep:serde_derive" ]; - }; - }; - "rand_jitter" = rec { - crateName = "rand_jitter"; - version = "0.1.4"; - edition = "2015"; - sha256 = "16z387y46bfz3csc42zxbjq89vcr1axqacncvv8qhyy93p4xarhi"; - authors = [ - "The Rand Project Developers" - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - usesDefaultFeatures = false; - target = { target, features }: (("macos" == target."os") || ("ios" == target."os")); - } - { - name = "rand_core"; - packageId = "rand_core 0.4.2"; - } - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: ("windows" == target."os"); - features = [ "profileapi" ]; - } - ]; - features = { - "log" = [ "dep:log" ]; - "std" = [ "rand_core/std" ]; - }; - resolvedDefaultFeatures = [ "std" ]; - }; - "rand_os" = rec { - crateName = "rand_os"; - version = "0.1.3"; - edition = "2015"; - sha256 = "0wahppm0s64gkr2vmhcgwc0lij37in1lgfxg5rbgqlz0l5vgcxbv"; - authors = [ - "The Rand Project Developers" - ]; - dependencies = [ - { - name = "cloudabi"; - packageId = "cloudabi"; - target = { target, features }: ("cloudabi" == target."os"); - } - { - name = "fuchsia-cprng"; - packageId = "fuchsia-cprng"; - target = { target, features }: ("fuchsia" == target."os"); - } - { - name = "libc"; - packageId = "libc"; - target = { target, features }: (target."unix" or false); - } - { - name = "rand_core"; - packageId = "rand_core 0.4.2"; - features = [ "std" ]; - } - { - name = "rdrand"; - packageId = "rdrand"; - target = { target, features }: ("sgx" == target."env"); - } - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (target."windows" or false); - features = [ "minwindef" "ntsecapi" "winnt" ]; - } - ]; - features = { - "log" = [ "dep:log" ]; - "stdweb" = [ "dep:stdweb" ]; - "wasm-bindgen" = [ "dep:wasm-bindgen" ]; - }; - }; - "rand_pcg" = rec { - crateName = "rand_pcg"; - version = "0.1.2"; - edition = "2015"; - sha256 = "0i0bdla18a8x4jn1w0fxsbs3jg7ajllz6azmch1zw33r06dv1ydb"; - authors = [ - "The Rand Project Developers" - ]; - dependencies = [ - { - name = "rand_core"; - packageId = "rand_core 0.4.2"; - } - ]; - buildDependencies = [ - { - name = "autocfg"; - packageId = "autocfg 0.1.8"; - } - ]; - features = { - "serde" = [ "dep:serde" ]; - "serde1" = [ "serde" "serde_derive" ]; - "serde_derive" = [ "dep:serde_derive" ]; - }; - }; - "rand_xorshift 0.1.1" = rec { - crateName = "rand_xorshift"; - version = "0.1.1"; - edition = "2015"; - sha256 = "0p2x8nr00hricpi2m6ca5vysiha7ybnghz79yqhhx6sl4gkfkxyb"; - authors = [ - "The Rand Project Developers" - "The Rust Project Developers" - ]; - dependencies = [ - { - name = "rand_core"; - packageId = "rand_core 0.3.1"; - usesDefaultFeatures = false; - } - ]; - features = { - "serde" = [ "dep:serde" ]; - "serde1" = [ "serde" "serde_derive" ]; - "serde_derive" = [ "dep:serde_derive" ]; - }; - }; - "rand_xorshift 0.3.0" = rec { + "rand_xorshift" = rec { crateName = "rand_xorshift"; version = "0.3.0"; edition = "2018"; @@ -11058,24 +10672,6 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" "unicode" "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" ]; }; - "remove_dir_all" = rec { - crateName = "remove_dir_all"; - version = "0.5.3"; - edition = "2015"; - sha256 = "1rzqbsgkmr053bxxl04vmvsd1njyz0nxvly97aip6aa2cmb15k9s"; - authors = [ - "Aaronepower " - ]; - dependencies = [ - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (target."windows" or false); - features = [ "std" "errhandlingapi" "winerror" "fileapi" "winbase" ]; - } - ]; - - }; "reqwest" = rec { crateName = "reqwest"; version = "0.11.27"; @@ -11119,7 +10715,7 @@ rec { } { name = "http-body"; - packageId = "http-body"; + packageId = "http-body 0.4.6"; target = { target, features }: (!("wasm32" == target."arch")); } { @@ -11147,12 +10743,12 @@ rec { } { name = "log"; - packageId = "log 0.4.22"; + packageId = "log"; target = { target, features }: (!("wasm32" == target."arch")); } { name = "mime"; - packageId = "mime 0.3.17"; + packageId = "mime"; target = { target, features }: (!("wasm32" == target."arch")); } { @@ -11169,7 +10765,7 @@ rec { } { name = "percent-encoding"; - packageId = "percent-encoding 2.3.1"; + packageId = "percent-encoding"; target = { target, features }: (!("wasm32" == target."arch")); } { @@ -11203,7 +10799,7 @@ rec { } { name = "sync_wrapper"; - packageId = "sync_wrapper"; + packageId = "sync_wrapper 0.1.2"; } { name = "system-configuration"; @@ -11229,7 +10825,7 @@ rec { } { name = "url"; - packageId = "url 2.5.2"; + packageId = "url"; } { name = "wasm-bindgen"; @@ -11336,6 +10932,27 @@ rec { }; resolvedDefaultFeatures = [ "__tls" "default" "default-tls" "hyper-tls" "json" "native-tls-crate" "serde_json" "tokio-native-tls" ]; }; + "reserve-port" = rec { + crateName = "reserve-port"; + version = "2.0.1"; + edition = "2021"; + sha256 = "10x21rdb1hjzp6n5flbbw3hfd7brmirckz1q0zsf3a7s5d516f4q"; + libName = "reserve_port"; + authors = [ + "Joseph Lenton " + ]; + dependencies = [ + { + name = "lazy_static"; + packageId = "lazy_static"; + } + { + name = "thiserror"; + packageId = "thiserror 1.0.64"; + } + ]; + + }; "result-extended" = rec { crateName = "result-extended"; version = "0.1.0"; @@ -11349,7 +10966,7 @@ rec { devDependencies = [ { name = "thiserror"; - packageId = "thiserror"; + packageId = "thiserror 1.0.64"; } ]; @@ -11454,6 +11071,158 @@ rec { }; resolvedDefaultFeatures = [ "default" "pem" "std" "u64_digit" ]; }; + "rusqlite" = rec { + crateName = "rusqlite"; + version = "0.32.1"; + edition = "2021"; + sha256 = "0vlx040bppl414pbjgbp7qr4jdxwszi9krx0m63zzf2f2whvflvp"; + authors = [ + "The rusqlite developers" + ]; + dependencies = [ + { + name = "bitflags"; + packageId = "bitflags 2.6.0"; + } + { + name = "fallible-iterator"; + packageId = "fallible-iterator"; + } + { + name = "fallible-streaming-iterator"; + packageId = "fallible-streaming-iterator"; + } + { + name = "hashlink"; + packageId = "hashlink"; + } + { + name = "libsqlite3-sys"; + packageId = "libsqlite3-sys"; + } + { + name = "smallvec"; + packageId = "smallvec"; + } + ]; + features = { + "array" = [ "vtab" ]; + "buildtime_bindgen" = [ "libsqlite3-sys/buildtime_bindgen" ]; + "bundled" = [ "libsqlite3-sys/bundled" "modern_sqlite" ]; + "bundled-full" = [ "modern-full" "bundled" ]; + "bundled-sqlcipher" = [ "libsqlite3-sys/bundled-sqlcipher" "bundled" ]; + "bundled-sqlcipher-vendored-openssl" = [ "libsqlite3-sys/bundled-sqlcipher-vendored-openssl" "bundled-sqlcipher" ]; + "bundled-windows" = [ "libsqlite3-sys/bundled-windows" ]; + "chrono" = [ "dep:chrono" ]; + "csv" = [ "dep:csv" ]; + "csvtab" = [ "csv" "vtab" ]; + "in_gecko" = [ "modern_sqlite" "libsqlite3-sys/in_gecko" ]; + "loadable_extension" = [ "libsqlite3-sys/loadable_extension" ]; + "modern-full" = [ "array" "backup" "blob" "modern_sqlite" "chrono" "collation" "column_decltype" "csvtab" "extra_check" "functions" "hooks" "i128_blob" "limits" "load_extension" "serde_json" "series" "time" "trace" "unlock_notify" "url" "uuid" "vtab" "window" ]; + "modern_sqlite" = [ "libsqlite3-sys/bundled_bindings" ]; + "preupdate_hook" = [ "libsqlite3-sys/preupdate_hook" "hooks" ]; + "rusqlite-macros" = [ "dep:rusqlite-macros" ]; + "serde_json" = [ "dep:serde_json" ]; + "serialize" = [ "modern_sqlite" ]; + "series" = [ "vtab" ]; + "session" = [ "libsqlite3-sys/session" "hooks" ]; + "sqlcipher" = [ "libsqlite3-sys/sqlcipher" ]; + "time" = [ "dep:time" ]; + "unlock_notify" = [ "libsqlite3-sys/unlock_notify" ]; + "url" = [ "dep:url" ]; + "uuid" = [ "dep:uuid" ]; + "wasm32-wasi-vfs" = [ "libsqlite3-sys/wasm32-wasi-vfs" ]; + "window" = [ "functions" ]; + "with-asan" = [ "libsqlite3-sys/with-asan" ]; + }; + }; + "rusqlite_migration" = rec { + crateName = "rusqlite_migration"; + version = "1.3.1"; + edition = "2021"; + sha256 = "076dm65g0sngzrb93r07va4l5zl3gjx9gq5mlsh21p7p0bl44fwj"; + authors = [ + "Clément Joly " + ]; + dependencies = [ + { + name = "include_dir"; + packageId = "include_dir"; + optional = true; + } + { + name = "log"; + packageId = "log"; + } + { + name = "rusqlite"; + packageId = "rusqlite"; + usesDefaultFeatures = false; + } + ]; + features = { + "alpha-async-tokio-rusqlite" = [ "dep:tokio-rusqlite" "dep:tokio" ]; + "from-directory" = [ "dep:include_dir" ]; + }; + resolvedDefaultFeatures = [ "default" "from-directory" ]; + }; + "rust-multipart-rfc7578_2" = rec { + crateName = "rust-multipart-rfc7578_2"; + version = "0.6.1"; + edition = "2021"; + sha256 = "0mwd3i2mk91n6diaxnkw28vyjbifhrm5ls73pcpfzz8a1i0lidq3"; + libName = "rust_multipart_rfc7578_2"; + authors = [ + "Joseph Lenton " + "Ferris Tseng " + ]; + dependencies = [ + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "futures-core"; + packageId = "futures-core"; + } + { + name = "futures-util"; + packageId = "futures-util"; + usesDefaultFeatures = false; + features = [ "io" ]; + } + { + name = "http"; + packageId = "http 0.2.12"; + } + { + name = "mime"; + packageId = "mime"; + } + { + name = "mime_guess"; + packageId = "mime_guess"; + } + { + name = "rand"; + packageId = "rand 0.8.5"; + features = [ "small_rng" ]; + } + { + name = "thiserror"; + packageId = "thiserror 1.0.64"; + } + ]; + devDependencies = [ + { + name = "futures-util"; + packageId = "futures-util"; + usesDefaultFeatures = false; + features = [ "std" ]; + } + ]; + + }; "rustc-demangle" = rec { crateName = "rustc-demangle"; version = "0.1.24"; @@ -11620,6 +11389,18 @@ rec { } ]; + }; + "rustversion" = rec { + crateName = "rustversion"; + version = "1.0.19"; + edition = "2018"; + sha256 = "1m39qd65jcd1xgqzdm3017ppimiggh2446xngwp1ngr8hjbmpi7p"; + procMacro = true; + build = "build/build.rs"; + authors = [ + "David Tolnay " + ]; + }; "rusty-fork" = rec { crateName = "rusty-fork"; @@ -11668,19 +11449,6 @@ rec { "no-panic" = [ "dep:no-panic" ]; }; }; - "safemem" = rec { - crateName = "safemem"; - version = "0.3.3"; - edition = "2015"; - sha256 = "0wp0d2b2284lw11xhybhaszsczpbq1jbdklkxgifldcknmy3nw7g"; - authors = [ - "Austin Bonander " - ]; - features = { - "default" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; "schannel" = rec { crateName = "schannel"; version = "0.1.26"; @@ -11717,17 +11485,6 @@ rec { ]; }; - "scoped_threadpool" = rec { - crateName = "scoped_threadpool"; - version = "0.1.9"; - edition = "2015"; - sha256 = "1a26d3lk40s9mrf4imhbik7caahmw2jryhhb6vqv6fplbbgzal8x"; - authors = [ - "Marvin Löbel " - ]; - features = { - }; - }; "scopeguard" = rec { crateName = "scopeguard"; version = "1.2.0"; @@ -11750,6 +11507,10 @@ rec { then lib.cleanSourceWith { filter = sourceFilter; src = ./screenplay; } else ./screenplay; dependencies = [ + { + name = "async-std"; + packageId = "async-std"; + } { name = "glib"; packageId = "glib"; @@ -11964,7 +11725,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.79"; + packageId = "syn 2.0.87"; usesDefaultFeatures = false; features = [ "clone-impls" "derive" "parsing" "printing" "proc-macro" ]; } @@ -12018,6 +11779,26 @@ rec { }; resolvedDefaultFeatures = [ "default" "raw_value" "std" ]; }; + "serde_path_to_error" = rec { + crateName = "serde_path_to_error"; + version = "0.1.16"; + edition = "2021"; + sha256 = "19hlz2359l37ifirskpcds7sxg0gzpqvfilibs7whdys0128i6dg"; + authors = [ + "David Tolnay " + ]; + dependencies = [ + { + name = "itoa"; + packageId = "itoa"; + } + { + name = "serde"; + packageId = "serde 1.0.210"; + } + ]; + + }; "serde_spanned" = rec { crateName = "serde_spanned"; version = "0.6.8"; @@ -12107,7 +11888,7 @@ rec { buildDependencies = [ { name = "version_check"; - packageId = "version_check 0.9.5"; + packageId = "version_check"; } ]; devDependencies = [ @@ -12158,7 +11939,7 @@ rec { } { name = "thiserror"; - packageId = "thiserror"; + packageId = "thiserror 1.0.64"; } { name = "typeshare"; @@ -12354,6 +12135,10 @@ rec { then lib.cleanSourceWith { filter = sourceFilter; src = ./bike-lights/simulator; } else ./bike-lights/simulator; dependencies = [ + { + name = "async-std"; + packageId = "async-std"; + } { name = "cairo-rs"; packageId = "cairo-rs"; @@ -12393,17 +12178,7 @@ rec { ]; }; - "siphasher 0.2.3" = rec { - crateName = "siphasher"; - version = "0.2.3"; - edition = "2015"; - sha256 = "1b53m53l24lyhr505lwqzrpjyq5qfnic71mynrcfvm43rybf938b"; - authors = [ - "Frank Denis " - ]; - - }; - "siphasher 0.3.11" = rec { + "siphasher" = rec { crateName = "siphasher"; version = "0.3.11"; edition = "2018"; @@ -12431,7 +12206,7 @@ rec { buildDependencies = [ { name = "autocfg"; - packageId = "autocfg 1.4.0"; + packageId = "autocfg"; } ]; features = { @@ -12448,13 +12223,21 @@ rec { authors = [ "The Servo Project Developers" ]; + dependencies = [ + { + name = "serde"; + packageId = "serde 1.0.210"; + optional = true; + usesDefaultFeatures = false; + } + ]; features = { "arbitrary" = [ "dep:arbitrary" ]; "const_new" = [ "const_generics" ]; "drain_keep_rest" = [ "drain_filter" ]; "serde" = [ "dep:serde" ]; }; - resolvedDefaultFeatures = [ "const_generics" "const_new" "union" ]; + resolvedDefaultFeatures = [ "const_generics" "const_new" "serde" "union" ]; }; "snowflake" = rec { crateName = "snowflake"; @@ -12584,9 +12367,9 @@ rec { }; "sqlx" = rec { crateName = "sqlx"; - version = "0.7.4"; + version = "0.8.2"; edition = "2021"; - sha256 = "1ahadprvyhjraq0c5712x3kdkp1gkwfm9nikrmcml2h03bzwr8n9"; + sha256 = "0gjdsvf1c9jxdc3agxjj12h89716f62jyh6z36n3y69pl0b4fcwk"; authors = [ "Ryan Leckey " "Austin Bonander " @@ -12628,20 +12411,21 @@ rec { "bit-vec" = [ "sqlx-core/bit-vec" "sqlx-macros?/bit-vec" "sqlx-postgres?/bit-vec" ]; "chrono" = [ "sqlx-core/chrono" "sqlx-macros?/chrono" "sqlx-mysql?/chrono" "sqlx-postgres?/chrono" "sqlx-sqlite?/chrono" ]; "default" = [ "any" "macros" "migrate" "json" ]; + "derive" = [ "sqlx-macros/derive" ]; "ipnetwork" = [ "sqlx-core/ipnetwork" "sqlx-macros?/ipnetwork" "sqlx-postgres?/ipnetwork" ]; "json" = [ "sqlx-macros?/json" "sqlx-mysql?/json" "sqlx-postgres?/json" "sqlx-sqlite?/json" ]; "mac_address" = [ "sqlx-core/mac_address" "sqlx-macros?/mac_address" "sqlx-postgres?/mac_address" ]; - "macros" = [ "sqlx-macros" ]; + "macros" = [ "derive" "sqlx-macros/macros" ]; "migrate" = [ "sqlx-core/migrate" "sqlx-macros?/migrate" "sqlx-mysql?/migrate" "sqlx-postgres?/migrate" "sqlx-sqlite?/migrate" ]; "mysql" = [ "sqlx-mysql" "sqlx-macros?/mysql" ]; "postgres" = [ "sqlx-postgres" "sqlx-macros?/postgres" ]; "regexp" = [ "sqlx-sqlite?/regexp" ]; "runtime-async-std" = [ "_rt-async-std" "sqlx-core/_rt-async-std" "sqlx-macros?/_rt-async-std" ]; "runtime-async-std-native-tls" = [ "runtime-async-std" "tls-native-tls" ]; - "runtime-async-std-rustls" = [ "runtime-async-std" "tls-rustls" ]; + "runtime-async-std-rustls" = [ "runtime-async-std" "tls-rustls-ring" ]; "runtime-tokio" = [ "_rt-tokio" "sqlx-core/_rt-tokio" "sqlx-macros?/_rt-tokio" ]; "runtime-tokio-native-tls" = [ "runtime-tokio" "tls-native-tls" ]; - "runtime-tokio-rustls" = [ "runtime-tokio" "tls-rustls" ]; + "runtime-tokio-rustls" = [ "runtime-tokio" "tls-rustls-ring" ]; "rust_decimal" = [ "sqlx-core/rust_decimal" "sqlx-macros?/rust_decimal" "sqlx-mysql?/rust_decimal" "sqlx-postgres?/rust_decimal" ]; "sqlite" = [ "sqlx-sqlite" "sqlx-macros?/sqlite" ]; "sqlx-macros" = [ "dep:sqlx-macros" ]; @@ -12650,16 +12434,18 @@ rec { "sqlx-sqlite" = [ "dep:sqlx-sqlite" ]; "time" = [ "sqlx-core/time" "sqlx-macros?/time" "sqlx-mysql?/time" "sqlx-postgres?/time" "sqlx-sqlite?/time" ]; "tls-native-tls" = [ "sqlx-core/_tls-native-tls" "sqlx-macros?/_tls-native-tls" ]; - "tls-rustls" = [ "sqlx-core/_tls-rustls" "sqlx-macros?/_tls-rustls" ]; + "tls-rustls" = [ "tls-rustls-ring" ]; + "tls-rustls-aws-lc-rs" = [ "sqlx-core/_tls-rustls-aws-lc-rs" "sqlx-macros?/_tls-rustls-aws-lc-rs" ]; + "tls-rustls-ring" = [ "sqlx-core/_tls-rustls-ring" "sqlx-macros?/_tls-rustls-ring" ]; "uuid" = [ "sqlx-core/uuid" "sqlx-macros?/uuid" "sqlx-mysql?/uuid" "sqlx-postgres?/uuid" "sqlx-sqlite?/uuid" ]; }; - resolvedDefaultFeatures = [ "_rt-tokio" "any" "default" "json" "macros" "migrate" "runtime-tokio" "sqlite" "sqlx-macros" "sqlx-sqlite" ]; + resolvedDefaultFeatures = [ "_rt-tokio" "any" "default" "derive" "json" "macros" "migrate" "runtime-tokio" "sqlite" "sqlx-macros" "sqlx-sqlite" ]; }; "sqlx-core" = rec { crateName = "sqlx-core"; - version = "0.7.4"; + version = "0.8.2"; edition = "2021"; - sha256 = "1xiyr35dq10sf7lq00291svcj9wbaaz1ihandjmrng9a6jlmkfi4"; + sha256 = "0vlkm0s72mp8w8pc9ppxarlrbbb6a2dmviahgmgihn338l5hdn6l"; libName = "sqlx_core"; authors = [ "Ryan Leckey " @@ -12668,10 +12454,6 @@ rec { "Daniel Akhterov " ]; dependencies = [ - { - name = "ahash"; - packageId = "ahash"; - } { name = "atoi"; packageId = "atoi"; @@ -12701,7 +12483,7 @@ rec { } { name = "event-listener"; - packageId = "event-listener 2.5.3"; + packageId = "event-listener 5.3.1"; } { name = "futures-channel"; @@ -12728,6 +12510,10 @@ rec { usesDefaultFeatures = false; features = [ "alloc" "sink" "io" ]; } + { + name = "hashbrown"; + packageId = "hashbrown 0.14.5"; + } { name = "hashlink"; packageId = "hashlink"; @@ -12742,7 +12528,7 @@ rec { } { name = "log"; - packageId = "log 0.4.22"; + packageId = "log"; usesDefaultFeatures = false; } { @@ -12760,7 +12546,7 @@ rec { } { name = "percent-encoding"; - packageId = "percent-encoding 2.3.1"; + packageId = "percent-encoding"; } { name = "serde"; @@ -12790,7 +12576,7 @@ rec { } { name = "thiserror"; - packageId = "thiserror"; + packageId = "thiserror 1.0.64"; } { name = "tokio"; @@ -12812,7 +12598,7 @@ rec { } { name = "url"; - packageId = "url 2.5.2"; + packageId = "url"; usesDefaultFeatures = false; } ]; @@ -12828,6 +12614,8 @@ rec { "_rt-tokio" = [ "tokio" "tokio-stream" ]; "_tls-native-tls" = [ "native-tls" ]; "_tls-rustls" = [ "rustls" "rustls-pemfile" "webpki-roots" ]; + "_tls-rustls-aws-lc-rs" = [ "_tls-rustls" "rustls/aws-lc-rs" ]; + "_tls-rustls-ring" = [ "_tls-rustls" "rustls/ring" ]; "async-io" = [ "dep:async-io" ]; "async-std" = [ "dep:async-std" ]; "bigdecimal" = [ "dep:bigdecimal" ]; @@ -12862,9 +12650,9 @@ rec { }; "sqlx-macros" = rec { crateName = "sqlx-macros"; - version = "0.7.4"; + version = "0.8.2"; edition = "2021"; - sha256 = "09rih250868nfkax022y5dyk24a7qfw6scjy3sgalbzb8lihx92f"; + sha256 = "0mv6ikaz78gpv5v65zqhfxf0fzi94wc3jiypx1rv1qwxrhmnkh6a"; procMacro = true; libName = "sqlx_macros"; authors = [ @@ -12895,7 +12683,7 @@ rec { } { name = "syn"; - packageId = "syn 1.0.109"; + packageId = "syn 2.0.87"; usesDefaultFeatures = false; features = [ "parsing" "proc-macro" ]; } @@ -12904,13 +12692,16 @@ rec { "_rt-async-std" = [ "sqlx-macros-core/_rt-async-std" ]; "_rt-tokio" = [ "sqlx-macros-core/_rt-tokio" ]; "_tls-native-tls" = [ "sqlx-macros-core/_tls-native-tls" ]; - "_tls-rustls" = [ "sqlx-macros-core/_tls-rustls" ]; + "_tls-rustls-aws-lc-rs" = [ "sqlx-macros-core/_tls-rustls-aws-lc-rs" ]; + "_tls-rustls-ring" = [ "sqlx-macros-core/_tls-rustls-ring" ]; "bigdecimal" = [ "sqlx-macros-core/bigdecimal" ]; "bit-vec" = [ "sqlx-macros-core/bit-vec" ]; "chrono" = [ "sqlx-macros-core/chrono" ]; + "derive" = [ "sqlx-macros-core/derive" ]; "ipnetwork" = [ "sqlx-macros-core/ipnetwork" ]; "json" = [ "sqlx-macros-core/json" ]; "mac_address" = [ "sqlx-macros-core/mac_address" ]; + "macros" = [ "sqlx-macros-core/macros" ]; "migrate" = [ "sqlx-macros-core/migrate" ]; "mysql" = [ "sqlx-macros-core/mysql" ]; "postgres" = [ "sqlx-macros-core/postgres" ]; @@ -12919,13 +12710,13 @@ rec { "time" = [ "sqlx-macros-core/time" ]; "uuid" = [ "sqlx-macros-core/uuid" ]; }; - resolvedDefaultFeatures = [ "_rt-tokio" "default" "json" "migrate" "sqlite" ]; + resolvedDefaultFeatures = [ "_rt-tokio" "default" "derive" "json" "macros" "migrate" "sqlite" ]; }; "sqlx-macros-core" = rec { crateName = "sqlx-macros-core"; - version = "0.7.4"; + version = "0.8.2"; edition = "2021"; - sha256 = "1j7k0fw7n6pgabqnj6cbp8s3rmd3yvqr4chjj878cvd1m99yycsq"; + sha256 = "19dsi9lg1raqxb9l39jzjf3crn4zibf4dqcvqz4rjmc6qykyh10q"; libName = "sqlx_macros_core"; authors = [ "Ryan Leckey " @@ -12945,8 +12736,7 @@ rec { } { name = "heck"; - packageId = "heck 0.4.1"; - features = [ "unicode" ]; + packageId = "heck 0.5.0"; } { name = "hex"; @@ -12990,6 +12780,12 @@ rec { optional = true; features = [ "offline" "migrate" ]; } + { + name = "sqlx-postgres"; + packageId = "sqlx-postgres"; + optional = true; + features = [ "offline" "migrate" ]; + } { name = "sqlx-sqlite"; packageId = "sqlx-sqlite"; @@ -12998,7 +12794,7 @@ rec { } { name = "syn"; - packageId = "syn 1.0.109"; + packageId = "syn 2.0.87"; usesDefaultFeatures = false; features = [ "full" "derive" "parsing" "printing" "clone-impls" ]; } @@ -13015,7 +12811,7 @@ rec { } { name = "url"; - packageId = "url 2.5.2"; + packageId = "url"; usesDefaultFeatures = false; } ]; @@ -13023,13 +12819,14 @@ rec { "_rt-async-std" = [ "async-std" "sqlx-core/_rt-async-std" ]; "_rt-tokio" = [ "tokio" "sqlx-core/_rt-tokio" ]; "_tls-native-tls" = [ "sqlx-core/_tls-native-tls" ]; - "_tls-rustls" = [ "sqlx-core/_tls-rustls" ]; + "_tls-rustls-aws-lc-rs" = [ "sqlx-core/_tls-rustls-aws-lc-rs" ]; + "_tls-rustls-ring" = [ "sqlx-core/_tls-rustls-ring" ]; "async-std" = [ "dep:async-std" ]; "bigdecimal" = [ "sqlx-core/bigdecimal" "sqlx-mysql?/bigdecimal" "sqlx-postgres?/bigdecimal" ]; "bit-vec" = [ "sqlx-core/bit-vec" "sqlx-postgres?/bit-vec" ]; "chrono" = [ "sqlx-core/chrono" "sqlx-mysql?/chrono" "sqlx-postgres?/chrono" "sqlx-sqlite?/chrono" ]; "ipnetwork" = [ "sqlx-core/ipnetwork" "sqlx-postgres?/ipnetwork" ]; - "json" = [ "sqlx-core/json" "sqlx-mysql?/json" "sqlx-sqlite?/json" ]; + "json" = [ "sqlx-core/json" "sqlx-mysql?/json" "sqlx-postgres?/json" "sqlx-sqlite?/json" ]; "mac_address" = [ "sqlx-core/mac_address" "sqlx-postgres?/mac_address" ]; "migrate" = [ "sqlx-core/migrate" ]; "mysql" = [ "sqlx-mysql" ]; @@ -13043,13 +12840,13 @@ rec { "tokio" = [ "dep:tokio" ]; "uuid" = [ "sqlx-core/uuid" "sqlx-mysql?/uuid" "sqlx-postgres?/uuid" "sqlx-sqlite?/uuid" ]; }; - resolvedDefaultFeatures = [ "_rt-tokio" "default" "json" "migrate" "sqlite" "sqlx-sqlite" "tokio" ]; + resolvedDefaultFeatures = [ "_rt-tokio" "default" "derive" "json" "macros" "migrate" "sqlite" "sqlx-sqlite" "tokio" ]; }; "sqlx-mysql" = rec { crateName = "sqlx-mysql"; - version = "0.7.4"; + version = "0.8.2"; edition = "2021"; - sha256 = "066lxhb80xgb8r5m2yy3a7ydjvp0b6wsk9s7whwfa83d46817lqy"; + sha256 = "0snh8wpz1330hn4dnrqab3xmdmqrzjh50lbmyap49yls4qa4gfv4"; libName = "sqlx_mysql"; authors = [ "Ryan Leckey " @@ -13064,7 +12861,7 @@ rec { } { name = "base64"; - packageId = "base64 0.21.7"; + packageId = "base64 0.22.1"; usesDefaultFeatures = false; features = [ "std" ]; } @@ -13147,7 +12944,7 @@ rec { } { name = "log"; - packageId = "log 0.4.22"; + packageId = "log"; } { name = "md-5"; @@ -13165,7 +12962,7 @@ rec { } { name = "percent-encoding"; - packageId = "percent-encoding 2.3.1"; + packageId = "percent-encoding"; } { name = "rand"; @@ -13206,7 +13003,7 @@ rec { } { name = "thiserror"; - packageId = "thiserror"; + packageId = "thiserror 1.0.64"; } { name = "tracing"; @@ -13221,23 +13018,23 @@ rec { ]; features = { "any" = [ "sqlx-core/any" ]; - "bigdecimal" = [ "dep:bigdecimal" ]; - "chrono" = [ "dep:chrono" ]; + "bigdecimal" = [ "dep:bigdecimal" "sqlx-core/bigdecimal" ]; + "chrono" = [ "dep:chrono" "sqlx-core/chrono" ]; "json" = [ "sqlx-core/json" "serde" ]; "migrate" = [ "sqlx-core/migrate" ]; "offline" = [ "sqlx-core/offline" "serde/derive" ]; - "rust_decimal" = [ "dep:rust_decimal" ]; + "rust_decimal" = [ "dep:rust_decimal" "rust_decimal/maths" "sqlx-core/rust_decimal" ]; "serde" = [ "dep:serde" ]; - "time" = [ "dep:time" ]; - "uuid" = [ "dep:uuid" ]; + "time" = [ "dep:time" "sqlx-core/time" ]; + "uuid" = [ "dep:uuid" "sqlx-core/uuid" ]; }; resolvedDefaultFeatures = [ "any" "json" "migrate" "offline" "serde" ]; }; "sqlx-postgres" = rec { crateName = "sqlx-postgres"; - version = "0.7.4"; + version = "0.8.2"; edition = "2021"; - sha256 = "0zjp30wj4n2f25dnb32vsg6jfpa3gw6dmfd0i5pr4kw91fw4x0kw"; + sha256 = "1y62cxgy5bk0fqj69dyfjf4lgfcvhyxv96rl4rvmsk455mrimabg"; libName = "sqlx_postgres"; authors = [ "Ryan Leckey " @@ -13252,7 +13049,7 @@ rec { } { name = "base64"; - packageId = "base64 0.21.7"; + packageId = "base64 0.22.1"; usesDefaultFeatures = false; features = [ "std" ]; } @@ -13326,7 +13123,7 @@ rec { } { name = "log"; - packageId = "log 0.4.22"; + packageId = "log"; } { name = "md-5"; @@ -13366,6 +13163,7 @@ rec { { name = "smallvec"; packageId = "smallvec"; + features = [ "serde" ]; } { name = "sqlx-core"; @@ -13378,7 +13176,7 @@ rec { } { name = "thiserror"; - packageId = "thiserror"; + packageId = "thiserror 1.0.64"; } { name = "tracing"; @@ -13393,25 +13191,25 @@ rec { ]; features = { "any" = [ "sqlx-core/any" ]; - "bigdecimal" = [ "dep:bigdecimal" "dep:num-bigint" ]; - "bit-vec" = [ "dep:bit-vec" ]; - "chrono" = [ "dep:chrono" ]; - "ipnetwork" = [ "dep:ipnetwork" ]; + "bigdecimal" = [ "dep:bigdecimal" "dep:num-bigint" "sqlx-core/bigdecimal" ]; + "bit-vec" = [ "dep:bit-vec" "sqlx-core/bit-vec" ]; + "chrono" = [ "dep:chrono" "sqlx-core/chrono" ]; + "ipnetwork" = [ "dep:ipnetwork" "sqlx-core/ipnetwork" ]; "json" = [ "sqlx-core/json" ]; - "mac_address" = [ "dep:mac_address" ]; + "mac_address" = [ "dep:mac_address" "sqlx-core/mac_address" ]; "migrate" = [ "sqlx-core/migrate" ]; "offline" = [ "sqlx-core/offline" ]; - "rust_decimal" = [ "dep:rust_decimal" "rust_decimal/maths" ]; - "time" = [ "dep:time" ]; - "uuid" = [ "dep:uuid" ]; + "rust_decimal" = [ "dep:rust_decimal" "rust_decimal/maths" "sqlx-core/rust_decimal" ]; + "time" = [ "dep:time" "sqlx-core/time" ]; + "uuid" = [ "dep:uuid" "sqlx-core/uuid" ]; }; - resolvedDefaultFeatures = [ "any" "json" "migrate" ]; + resolvedDefaultFeatures = [ "any" "json" "migrate" "offline" ]; }; "sqlx-sqlite" = rec { crateName = "sqlx-sqlite"; - version = "0.7.4"; + version = "0.8.2"; edition = "2021"; - sha256 = "1ap0bb2hazbrdgd7mhnckdg9xcchx0k094di9gnhpnhlhh5fyi5j"; + sha256 = "105naz4f9ad74hnl46xrlsvvk2l7lzvv0gdgvb9vylsrlhsczcnm"; libName = "sqlx_sqlite"; authors = [ "Ryan Leckey " @@ -13463,11 +13261,11 @@ rec { } { name = "log"; - packageId = "log 0.4.22"; + packageId = "log"; } { name = "percent-encoding"; - packageId = "percent-encoding 2.3.1"; + packageId = "percent-encoding"; } { name = "serde"; @@ -13475,6 +13273,10 @@ rec { optional = true; features = [ "derive" ]; } + { + name = "serde_urlencoded"; + packageId = "serde_urlencoded"; + } { name = "sqlx-core"; packageId = "sqlx-core"; @@ -13486,24 +13288,20 @@ rec { } { name = "url"; - packageId = "url 2.5.2"; + packageId = "url"; usesDefaultFeatures = false; } - { - name = "urlencoding"; - packageId = "urlencoding"; - } ]; features = { "any" = [ "sqlx-core/any" ]; - "chrono" = [ "dep:chrono" ]; + "chrono" = [ "dep:chrono" "sqlx-core/chrono" ]; "json" = [ "sqlx-core/json" "serde" ]; "migrate" = [ "sqlx-core/migrate" ]; "offline" = [ "sqlx-core/offline" "serde" ]; "regexp" = [ "dep:regex" ]; "serde" = [ "dep:serde" ]; - "time" = [ "dep:time" ]; - "uuid" = [ "dep:uuid" ]; + "time" = [ "dep:time" "sqlx-core/time" ]; + "uuid" = [ "dep:uuid" "sqlx-core/uuid" ]; }; resolvedDefaultFeatures = [ "any" "json" "migrate" "offline" "serde" ]; }; @@ -13589,11 +13387,11 @@ rec { }; resolvedDefaultFeatures = [ "clone-impls" "default" "derive" "extra-traits" "full" "parsing" "printing" "proc-macro" "quote" ]; }; - "syn 2.0.79" = rec { + "syn 2.0.87" = rec { crateName = "syn"; - version = "2.0.79"; + version = "2.0.87"; edition = "2021"; - sha256 = "147mk4sgigmvsb9l8qzj199ygf0fgb0bphwdsghn8205pz82q4w9"; + sha256 = "0bd3mfcswvn4jkrp7ich5kk58kmpph8412yxd36nsfnh8vilrai5"; authors = [ "David Tolnay " ]; @@ -13622,7 +13420,7 @@ rec { }; resolvedDefaultFeatures = [ "clone-impls" "default" "derive" "extra-traits" "full" "parsing" "printing" "proc-macro" "visit" "visit-mut" ]; }; - "sync_wrapper" = rec { + "sync_wrapper 0.1.2" = rec { crateName = "sync_wrapper"; version = "0.1.2"; edition = "2018"; @@ -13635,6 +13433,19 @@ rec { "futures-core" = [ "dep:futures-core" ]; }; }; + "sync_wrapper 1.0.2" = rec { + crateName = "sync_wrapper"; + version = "1.0.2"; + edition = "2021"; + sha256 = "0qvjyasd6w18mjg5xlaq5jgy84jsjfsvmnn12c13gypxbv75dwhb"; + authors = [ + "Actyx AG " + ]; + features = { + "futures" = [ "futures-core" ]; + "futures-core" = [ "dep:futures-core" ]; + }; + }; "system-configuration" = rec { crateName = "system-configuration"; version = "0.5.1"; @@ -13733,26 +13544,6 @@ rec { }; resolvedDefaultFeatures = [ "default" ]; }; - "tempdir" = rec { - crateName = "tempdir"; - version = "0.3.7"; - edition = "2015"; - sha256 = "1n5n86zxpgd85y0mswrp5cfdisizq2rv3la906g6ipyc03xvbwhm"; - authors = [ - "The Rust Project Developers" - ]; - dependencies = [ - { - name = "rand"; - packageId = "rand 0.4.6"; - } - { - name = "remove_dir_all"; - packageId = "remove_dir_all"; - } - ]; - - }; "tempfile" = rec { crateName = "tempfile"; version = "3.13.0"; @@ -13812,7 +13603,7 @@ rec { ]; }; - "thiserror" = rec { + "thiserror 1.0.64" = rec { crateName = "thiserror"; version = "1.0.64"; edition = "2021"; @@ -13823,12 +13614,31 @@ rec { dependencies = [ { name = "thiserror-impl"; - packageId = "thiserror-impl"; + packageId = "thiserror-impl 1.0.64"; } ]; }; - "thiserror-impl" = rec { + "thiserror 2.0.3" = rec { + crateName = "thiserror"; + version = "2.0.3"; + edition = "2021"; + sha256 = "1ak7wvbkc6s37jgv7ksaqax0ggbkcyizm125v8mczcsifrfch1n0"; + authors = [ + "David Tolnay " + ]; + dependencies = [ + { + name = "thiserror-impl"; + packageId = "thiserror-impl 2.0.3"; + } + ]; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "thiserror-impl 1.0.64" = rec { crateName = "thiserror-impl"; version = "1.0.64"; edition = "2021"; @@ -13849,47 +13659,38 @@ rec { } { name = "syn"; - packageId = "syn 2.0.79"; + packageId = "syn 2.0.87"; } ]; }; - "tiff 0.6.1" = rec { - crateName = "tiff"; - version = "0.6.1"; - edition = "2018"; - sha256 = "0ds48vs919ccxa3fv1www7788pzkvpg434ilqkq7sjb5dmqg8lws"; + "thiserror-impl 2.0.3" = rec { + crateName = "thiserror-impl"; + version = "2.0.3"; + edition = "2021"; + sha256 = "0s1m4jyjpvsqpdpbci1rswgafmy7fsjjh1a3cnpirp3sc0ymaxzh"; + procMacro = true; + libName = "thiserror_impl"; authors = [ - "ccgn" - "bvssvni " - "nwin" - "TyOverby " - "HeroicKatora" - "Calum" - "CensoredUsername " - "Robzz" - "birktj" + "David Tolnay " ]; dependencies = [ { - name = "jpeg-decoder"; - packageId = "jpeg-decoder 0.1.22"; - rename = "jpeg"; - usesDefaultFeatures = false; + name = "proc-macro2"; + packageId = "proc-macro2"; } { - name = "miniz_oxide"; - packageId = "miniz_oxide 0.4.4"; - features = [ "no_extern_crate_alloc" ]; + name = "quote"; + packageId = "quote"; } { - name = "weezl"; - packageId = "weezl"; + name = "syn"; + packageId = "syn 2.0.87"; } ]; }; - "tiff 0.9.1" = rec { + "tiff" = rec { crateName = "tiff"; version = "0.9.1"; edition = "2021"; @@ -13904,7 +13705,7 @@ rec { } { name = "jpeg-decoder"; - packageId = "jpeg-decoder 0.3.1"; + packageId = "jpeg-decoder"; rename = "jpeg"; usesDefaultFeatures = false; } @@ -13915,47 +13716,11 @@ rec { ]; }; - "time 0.1.45" = rec { + "time" = rec { crateName = "time"; - version = "0.1.45"; - edition = "2015"; - sha256 = "0nl0pzv9yf56djy8y5dx25nka5pr2q1ivlandb3d24pksgx7ly8v"; - authors = [ - "The Rust Project Developers" - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - } - { - name = "wasi"; - packageId = "wasi 0.10.0+wasi-snapshot-preview1"; - target = { target, features }: ("wasi" == target."os"); - } - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (target."windows" or false); - features = [ "std" "minwinbase" "minwindef" "ntdef" "profileapi" "sysinfoapi" "timezoneapi" ]; - } - ]; - devDependencies = [ - { - name = "winapi"; - packageId = "winapi"; - features = [ "std" "processthreadsapi" "winbase" ]; - } - ]; - features = { - "rustc-serialize" = [ "dep:rustc-serialize" ]; - }; - }; - "time 0.3.36" = rec { - crateName = "time"; - version = "0.3.36"; + version = "0.3.37"; edition = "2021"; - sha256 = "11g8hdpahgrf1wwl2rpsg5nxq3aj7ri6xr672v4qcij6cgjqizax"; + sha256 = "08bvydyc14plkwhchzia5bcdbmm0mk5fzilsdpjx06w6hf48drrm"; authors = [ "Jacob Pratt " "Time contributors" @@ -14045,9 +13810,9 @@ rec { }; "time-macros" = rec { crateName = "time-macros"; - version = "0.2.18"; + version = "0.2.19"; edition = "2021"; - sha256 = "1kqwxvfh2jkpg38fy673d6danh1bhcmmbsmffww3mphgail2l99z"; + sha256 = "1pl558z26pp342l5y91n6dxb60xwhar975wk6jc4npiygq0ycd18"; procMacro = true; libName = "time_macros"; authors = [ @@ -14151,9 +13916,9 @@ rec { }; "tokio" = rec { crateName = "tokio"; - version = "1.40.0"; + version = "1.42.0"; edition = "2021"; - sha256 = "166rllhfkyqp0fs7sxn6crv74iizi4wzd3cvxkcpmlk52qip1c72"; + sha256 = "0lbmf21h16iibdy7m63ck66grkwa7b1x8yy9gwvp60j5n0hrpv2w"; authors = [ "Tokio Contributors " ]; @@ -14274,7 +14039,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.79"; + packageId = "syn 2.0.87"; features = [ "full" ]; } ]; @@ -14373,7 +14138,7 @@ rec { } { name = "log"; - packageId = "log 0.4.22"; + packageId = "log"; } { name = "tokio"; @@ -14606,6 +14371,201 @@ rec { }; resolvedDefaultFeatures = [ "default" "serde" ]; }; + "tower" = rec { + crateName = "tower"; + version = "0.5.2"; + edition = "2018"; + sha256 = "1ybmd59nm4abl9bsvy6rx31m4zvzp5rja2slzpn712y9b68ssffh"; + authors = [ + "Tower Maintainers " + ]; + dependencies = [ + { + name = "futures-core"; + packageId = "futures-core"; + optional = true; + } + { + name = "futures-util"; + packageId = "futures-util"; + optional = true; + usesDefaultFeatures = false; + features = [ "alloc" ]; + } + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + optional = true; + } + { + name = "sync_wrapper"; + packageId = "sync_wrapper 1.0.2"; + optional = true; + } + { + name = "tokio"; + packageId = "tokio"; + optional = true; + features = [ "sync" ]; + } + { + name = "tower-layer"; + packageId = "tower-layer"; + } + { + name = "tower-service"; + packageId = "tower-service"; + } + { + name = "tracing"; + packageId = "tracing"; + optional = true; + usesDefaultFeatures = false; + features = [ "std" ]; + } + ]; + devDependencies = [ + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + } + { + name = "tokio"; + packageId = "tokio"; + features = [ "macros" "sync" "test-util" "rt-multi-thread" ]; + } + { + name = "tracing"; + packageId = "tracing"; + usesDefaultFeatures = false; + features = [ "std" ]; + } + ]; + features = { + "__common" = [ "futures-core" "pin-project-lite" ]; + "balance" = [ "discover" "load" "ready-cache" "make" "slab" "util" ]; + "buffer" = [ "__common" "tokio/sync" "tokio/rt" "tokio-util" "tracing" ]; + "discover" = [ "__common" ]; + "filter" = [ "__common" "futures-util" ]; + "full" = [ "balance" "buffer" "discover" "filter" "hedge" "limit" "load" "load-shed" "make" "ready-cache" "reconnect" "retry" "spawn-ready" "steer" "timeout" "util" ]; + "futures-core" = [ "dep:futures-core" ]; + "futures-util" = [ "dep:futures-util" ]; + "hdrhistogram" = [ "dep:hdrhistogram" ]; + "hedge" = [ "util" "filter" "futures-util" "hdrhistogram" "tokio/time" "tracing" ]; + "indexmap" = [ "dep:indexmap" ]; + "limit" = [ "__common" "tokio/time" "tokio/sync" "tokio-util" "tracing" ]; + "load" = [ "__common" "tokio/time" "tracing" ]; + "load-shed" = [ "__common" ]; + "log" = [ "tracing/log" ]; + "make" = [ "futures-util" "pin-project-lite" "tokio/io-std" ]; + "pin-project-lite" = [ "dep:pin-project-lite" ]; + "ready-cache" = [ "futures-core" "futures-util" "indexmap" "tokio/sync" "tracing" "pin-project-lite" ]; + "reconnect" = [ "make" "tokio/io-std" "tracing" ]; + "retry" = [ "__common" "tokio/time" "util" ]; + "slab" = [ "dep:slab" ]; + "spawn-ready" = [ "__common" "futures-util" "tokio/sync" "tokio/rt" "util" "tracing" ]; + "sync_wrapper" = [ "dep:sync_wrapper" ]; + "timeout" = [ "pin-project-lite" "tokio/time" ]; + "tokio" = [ "dep:tokio" ]; + "tokio-stream" = [ "dep:tokio-stream" ]; + "tokio-util" = [ "dep:tokio-util" ]; + "tracing" = [ "dep:tracing" ]; + "util" = [ "__common" "futures-util" "pin-project-lite" "sync_wrapper" ]; + }; + resolvedDefaultFeatures = [ "__common" "futures-core" "futures-util" "log" "make" "pin-project-lite" "sync_wrapper" "tokio" "tracing" "util" ]; + }; + "tower-http" = rec { + crateName = "tower-http"; + version = "0.6.2"; + edition = "2018"; + sha256 = "15wnvhl6cpir9125s73bqjzjsvfb0fmndmsimnl2ddnlhfvs6gs0"; + libName = "tower_http"; + authors = [ + "Tower Maintainers " + ]; + dependencies = [ + { + name = "bitflags"; + packageId = "bitflags 2.6.0"; + } + { + name = "bytes"; + packageId = "bytes"; + } + { + name = "http"; + packageId = "http 1.2.0"; + } + { + name = "pin-project-lite"; + packageId = "pin-project-lite"; + } + { + name = "tower-layer"; + packageId = "tower-layer"; + } + { + name = "tower-service"; + packageId = "tower-service"; + } + ]; + devDependencies = [ + { + name = "bytes"; + packageId = "bytes"; + } + ]; + features = { + "async-compression" = [ "dep:async-compression" ]; + "auth" = [ "base64" "validate-request" ]; + "base64" = [ "dep:base64" ]; + "catch-panic" = [ "tracing" "futures-util/std" "dep:http-body" "dep:http-body-util" ]; + "compression-br" = [ "async-compression/brotli" "futures-core" "dep:http-body" "tokio-util" "tokio" ]; + "compression-deflate" = [ "async-compression/zlib" "futures-core" "dep:http-body" "tokio-util" "tokio" ]; + "compression-full" = [ "compression-br" "compression-deflate" "compression-gzip" "compression-zstd" ]; + "compression-gzip" = [ "async-compression/gzip" "futures-core" "dep:http-body" "tokio-util" "tokio" ]; + "compression-zstd" = [ "async-compression/zstd" "futures-core" "dep:http-body" "tokio-util" "tokio" ]; + "decompression-br" = [ "async-compression/brotli" "futures-core" "dep:http-body" "dep:http-body-util" "tokio-util" "tokio" ]; + "decompression-deflate" = [ "async-compression/zlib" "futures-core" "dep:http-body" "dep:http-body-util" "tokio-util" "tokio" ]; + "decompression-full" = [ "decompression-br" "decompression-deflate" "decompression-gzip" "decompression-zstd" ]; + "decompression-gzip" = [ "async-compression/gzip" "futures-core" "dep:http-body" "dep:http-body-util" "tokio-util" "tokio" ]; + "decompression-zstd" = [ "async-compression/zstd" "futures-core" "dep:http-body" "dep:http-body-util" "tokio-util" "tokio" ]; + "follow-redirect" = [ "futures-util" "dep:http-body" "iri-string" "tower/util" ]; + "fs" = [ "futures-util" "dep:http-body" "dep:http-body-util" "tokio/fs" "tokio-util/io" "tokio/io-util" "dep:http-range-header" "mime_guess" "mime" "percent-encoding" "httpdate" "set-status" "futures-util/alloc" "tracing" ]; + "full" = [ "add-extension" "auth" "catch-panic" "compression-full" "cors" "decompression-full" "follow-redirect" "fs" "limit" "map-request-body" "map-response-body" "metrics" "normalize-path" "propagate-header" "redirect" "request-id" "sensitive-headers" "set-header" "set-status" "timeout" "trace" "util" "validate-request" ]; + "futures-core" = [ "dep:futures-core" ]; + "futures-util" = [ "dep:futures-util" ]; + "httpdate" = [ "dep:httpdate" ]; + "iri-string" = [ "dep:iri-string" ]; + "limit" = [ "dep:http-body" "dep:http-body-util" ]; + "metrics" = [ "dep:http-body" "tokio/time" ]; + "mime" = [ "dep:mime" ]; + "mime_guess" = [ "dep:mime_guess" ]; + "percent-encoding" = [ "dep:percent-encoding" ]; + "request-id" = [ "uuid" ]; + "timeout" = [ "dep:http-body" "tokio/time" ]; + "tokio" = [ "dep:tokio" ]; + "tokio-util" = [ "dep:tokio-util" ]; + "tower" = [ "dep:tower" ]; + "trace" = [ "dep:http-body" "tracing" ]; + "tracing" = [ "dep:tracing" ]; + "util" = [ "tower" ]; + "uuid" = [ "dep:uuid" ]; + "validate-request" = [ "mime" ]; + }; + resolvedDefaultFeatures = [ "cors" "default" ]; + }; + "tower-layer" = rec { + crateName = "tower-layer"; + version = "0.3.3"; + edition = "2018"; + sha256 = "03kq92fdzxin51w8iqix06dcfgydyvx7yr6izjq0p626v9n2l70j"; + libName = "tower_layer"; + authors = [ + "Tower Maintainers " + ]; + + }; "tower-service" = rec { crateName = "tower-service"; version = "0.3.3"; @@ -14629,7 +14589,7 @@ rec { dependencies = [ { name = "log"; - packageId = "log 0.4.22"; + packageId = "log"; optional = true; } { @@ -14650,7 +14610,7 @@ rec { devDependencies = [ { name = "log"; - packageId = "log 0.4.22"; + packageId = "log"; } ]; features = { @@ -14687,7 +14647,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.79"; + packageId = "syn 2.0.87"; usesDefaultFeatures = false; features = [ "full" "parsing" "printing" "visit-mut" "clone-impls" "extra-traits" "proc-macro" ]; } @@ -14719,16 +14679,6 @@ rec { }; resolvedDefaultFeatures = [ "once_cell" "std" ]; }; - "traitobject" = rec { - crateName = "traitobject"; - version = "0.1.0"; - edition = "2015"; - sha256 = "0yb0n8822mr59j200fyr2fxgzzgqljyxflx9y8bdy3rlaqngilgg"; - authors = [ - "Jonathan Reem " - ]; - - }; "tree" = rec { crateName = "tree"; version = "0.1.0"; @@ -14776,7 +14726,7 @@ rec { } { name = "http"; - packageId = "http 1.1.0"; + packageId = "http 1.2.0"; optional = true; } { @@ -14786,7 +14736,7 @@ rec { } { name = "log"; - packageId = "log 0.4.22"; + packageId = "log"; } { name = "rand"; @@ -14799,11 +14749,11 @@ rec { } { name = "thiserror"; - packageId = "thiserror"; + packageId = "thiserror 1.0.64"; } { name = "url"; - packageId = "url 2.5.2"; + packageId = "url"; optional = true; } { @@ -14854,32 +14804,6 @@ rec { } ]; - }; - "typeable" = rec { - crateName = "typeable"; - version = "0.1.2"; - edition = "2015"; - sha256 = "11w8dywgnm32hb291izjvh4zjd037ccnkk77ahk63l913zwzc40l"; - authors = [ - "Jonathan Reem " - ]; - - }; - "typemap" = rec { - crateName = "typemap"; - version = "0.3.3"; - edition = "2015"; - sha256 = "1xm1gbvz9qisj1l6d36hrl9pw8imr8ngs6qyanjnsad3h0yfcfv5"; - authors = [ - "Jonathan Reem " - ]; - dependencies = [ - { - name = "unsafe-any"; - packageId = "unsafe-any"; - } - ]; - }; "typenum" = rec { crateName = "typenum"; @@ -14898,15 +14822,15 @@ rec { }; "typeshare" = rec { crateName = "typeshare"; - version = "1.0.3"; + version = "1.0.4"; edition = "2021"; - sha256 = "11riglm8incm0vq7ciyd907w1sc6frfn7h7ab0yp8bkcnycp7w84"; + sha256 = "1svc92lg35r12mqdpbs4wbkw7g72v2302niyw5v1w290250hzghr"; dependencies = [ { name = "chrono"; packageId = "chrono"; usesDefaultFeatures = false; - features = [ "clock" "std" "wasmbind" ]; + features = [ "clock" "std" ]; } { name = "serde"; @@ -14922,7 +14846,11 @@ rec { packageId = "typeshare-annotation"; } ]; - + features = { + "default" = [ "wasmbind" ]; + "wasmbind" = [ "chrono/wasmbind" ]; + }; + resolvedDefaultFeatures = [ "default" "wasmbind" ]; }; "typeshare-annotation" = rec { crateName = "typeshare-annotation"; @@ -14938,7 +14866,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.79"; + packageId = "syn 2.0.87"; features = [ "parsing" "proc-macro" ]; } ]; @@ -14996,27 +14924,7 @@ rec { "serde_json" = [ "dep:serde_json" ]; }; }; - "unicase 1.4.2" = rec { - crateName = "unicase"; - version = "1.4.2"; - edition = "2015"; - sha256 = "0cwazh4qsmm9msckjk86zc1z35xg7hjxjykrgjalzdv367w6aivz"; - authors = [ - "Sean McArthur " - ]; - buildDependencies = [ - { - name = "version_check"; - packageId = "version_check 0.1.5"; - } - ]; - features = { - "heap_size" = [ "heapsize" "heapsize_plugin" ]; - "heapsize" = [ "dep:heapsize" ]; - "heapsize_plugin" = [ "dep:heapsize_plugin" ]; - }; - }; - "unicase 2.7.0" = rec { + "unicase" = rec { crateName = "unicase"; version = "2.7.0"; edition = "2015"; @@ -15027,7 +14935,7 @@ rec { buildDependencies = [ { name = "version_check"; - packageId = "version_check 0.9.5"; + packageId = "version_check"; } ]; features = { @@ -15143,55 +15051,7 @@ rec { ]; }; - "unsafe-any" = rec { - crateName = "unsafe-any"; - version = "0.4.2"; - edition = "2015"; - sha256 = "0zwwphsqkw5qaiqmjwngnfpv9ym85qcsyj7adip9qplzjzbn00zk"; - libName = "unsafe_any"; - authors = [ - "Jonathan Reem " - ]; - dependencies = [ - { - name = "traitobject"; - packageId = "traitobject"; - } - ]; - - }; - "url 1.7.2" = rec { - crateName = "url"; - version = "1.7.2"; - edition = "2015"; - sha256 = "0nim1c90mxpi9wgdw2xh8dqd72vlklwlzam436akcrhjac6pqknx"; - authors = [ - "The rust-url developers" - ]; - dependencies = [ - { - name = "idna"; - packageId = "idna 0.1.5"; - } - { - name = "matches"; - packageId = "matches"; - } - { - name = "percent-encoding"; - packageId = "percent-encoding 1.0.1"; - } - ]; - features = { - "encoding" = [ "dep:encoding" ]; - "heap_size" = [ "heapsize" ]; - "heapsize" = [ "dep:heapsize" ]; - "query_encoding" = [ "encoding" ]; - "rustc-serialize" = [ "dep:rustc-serialize" ]; - "serde" = [ "dep:serde" ]; - }; - }; - "url 2.5.2" = rec { + "url" = rec { crateName = "url"; version = "2.5.2"; edition = "2018"; @@ -15206,11 +15066,11 @@ rec { } { name = "idna"; - packageId = "idna 0.5.0"; + packageId = "idna"; } { name = "percent-encoding"; - packageId = "percent-encoding 2.3.1"; + packageId = "percent-encoding"; } ]; features = { @@ -15324,11 +15184,11 @@ rec { }; resolvedDefaultFeatures = [ "default" "getrandom" "serde" "std" "v4" ]; }; - "uuid 1.10.0" = rec { + "uuid 1.11.0" = rec { crateName = "uuid"; - version = "1.10.0"; + version = "1.11.0"; edition = "2018"; - sha256 = "0503gvp08dh5mnm3f0ffqgisj6x3mbs53dmnn1lm19pga43a1pw1"; + sha256 = "0sj4l28lif2wm4xrafdfgqjywjzv43wzp8nii9a4i539myhg1igq"; authors = [ "Ashley Mannix" "Dylan DPC" @@ -15410,17 +15270,7 @@ rec { ]; }; - "version_check 0.1.5" = rec { - crateName = "version_check"; - version = "0.1.5"; - edition = "2015"; - sha256 = "1pf91pvj8n6akh7w6j5ypka6aqz08b3qpzgs0ak2kjf4frkiljwi"; - authors = [ - "Sergio Benitez " - ]; - - }; - "version_check 0.9.5" = rec { + "version_check" = rec { crateName = "version_check"; version = "0.9.5"; edition = "2015"; @@ -15447,13 +15297,59 @@ rec { then lib.cleanSourceWith { filter = sourceFilter; src = ./visions/server; } else ./visions/server; dependencies = [ + { + name = "async-std"; + packageId = "async-std"; + } + { + name = "async-trait"; + packageId = "async-trait"; + } { name = "authdb"; packageId = "authdb"; } { - name = "http"; - packageId = "http 1.1.0"; + name = "axum"; + packageId = "axum"; + features = [ "macros" ]; + } + { + name = "futures"; + packageId = "futures"; + } + { + name = "include_dir"; + packageId = "include_dir"; + } + { + name = "lazy_static"; + packageId = "lazy_static"; + } + { + name = "mime"; + packageId = "mime"; + } + { + name = "mime_guess"; + packageId = "mime_guess"; + } + { + name = "pretty_env_logger"; + packageId = "pretty_env_logger"; + } + { + name = "result-extended"; + packageId = "result-extended"; + } + { + name = "rusqlite"; + packageId = "rusqlite"; + } + { + name = "rusqlite_migration"; + packageId = "rusqlite_migration"; + features = [ "from-directory" ]; } { name = "serde"; @@ -15463,14 +15359,46 @@ rec { name = "serde_json"; packageId = "serde_json"; } + { + name = "thiserror"; + packageId = "thiserror 2.0.3"; + } { name = "tokio"; packageId = "tokio"; features = [ "full" ]; } { - name = "warp"; - packageId = "warp"; + name = "tokio-stream"; + packageId = "tokio-stream"; + } + { + name = "tower-http"; + packageId = "tower-http"; + features = [ "cors" ]; + } + { + name = "typeshare"; + packageId = "typeshare"; + } + { + name = "urlencoding"; + packageId = "urlencoding"; + } + { + name = "uuid"; + packageId = "uuid 1.11.0"; + features = [ "v4" ]; + } + ]; + devDependencies = [ + { + name = "axum-test"; + packageId = "axum-test"; + } + { + name = "cool_asserts"; + packageId = "cool_asserts"; } ]; @@ -15549,15 +15477,15 @@ rec { } { name = "log"; - packageId = "log 0.4.22"; + packageId = "log"; } { name = "mime"; - packageId = "mime 0.3.17"; + packageId = "mime"; } { name = "mime_guess"; - packageId = "mime_guess 2.0.5"; + packageId = "mime_guess"; } { name = "multer"; @@ -15566,7 +15494,7 @@ rec { } { name = "percent-encoding"; - packageId = "percent-encoding 2.3.1"; + packageId = "percent-encoding"; } { name = "pin-project"; @@ -15637,24 +15565,7 @@ rec { }; resolvedDefaultFeatures = [ "default" "multer" "multipart" "tokio-tungstenite" "websocket" ]; }; - "wasi 0.10.0+wasi-snapshot-preview1" = rec { - crateName = "wasi"; - version = "0.10.0+wasi-snapshot-preview1"; - edition = "2018"; - sha256 = "07y3l8mzfzzz4cj09c8y90yak4hpsi9g7pllyzpr6xvwrabka50s"; - authors = [ - "The Cranelift Project Developers" - ]; - features = { - "compiler_builtins" = [ "dep:compiler_builtins" ]; - "core" = [ "dep:core" ]; - "default" = [ "std" ]; - "rustc-dep-of-std" = [ "compiler_builtins" "core" "rustc-std-workspace-alloc" ]; - "rustc-std-workspace-alloc" = [ "dep:rustc-std-workspace-alloc" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "wasi 0.11.0+wasi-snapshot-preview1" = rec { + "wasi" = rec { crateName = "wasi"; version = "0.11.0+wasi-snapshot-preview1"; edition = "2018"; @@ -15729,7 +15640,7 @@ rec { } { name = "log"; - packageId = "log 0.4.22"; + packageId = "log"; } { name = "once_cell"; @@ -15745,7 +15656,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.79"; + packageId = "syn 2.0.87"; features = [ "full" ]; } { @@ -15838,7 +15749,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.79"; + packageId = "syn 2.0.87"; features = [ "visit" "full" ]; } { @@ -16404,7 +16315,7 @@ rec { features = { "debug" = [ "impl-debug" ]; }; - resolvedDefaultFeatures = [ "consoleapi" "errhandlingapi" "fileapi" "handleapi" "minwinbase" "minwindef" "ntdef" "ntsecapi" "processenv" "profileapi" "std" "sysinfoapi" "timezoneapi" "winbase" "winerror" "winnt" "winsock2" "ws2def" ]; + resolvedDefaultFeatures = [ "consoleapi" "errhandlingapi" "fileapi" "handleapi" "minwindef" "ntsecapi" "processenv" "profileapi" "winnt" "winsock2" "ws2def" ]; }; "winapi-i686-pc-windows-gnu" = rec { crateName = "winapi-i686-pc-windows-gnu"; @@ -17565,6 +17476,24 @@ rec { "serialization-serde" = [ "transactions" "serde" ]; }; }; + "yansi" = rec { + crateName = "yansi"; + version = "1.0.1"; + edition = "2021"; + sha256 = "0jdh55jyv0dpd38ij4qh60zglbw9aa8wafqai6m0wa7xaxk3mrfg"; + authors = [ + "Sergio Benitez " + ]; + features = { + "default" = [ "std" ]; + "detect-env" = [ "std" ]; + "detect-tty" = [ "is-terminal" "std" ]; + "hyperlink" = [ "std" ]; + "is-terminal" = [ "dep:is-terminal" ]; + "std" = [ "alloc" ]; + }; + resolvedDefaultFeatures = [ "alloc" "default" "std" ]; + }; "yansi-term" = rec { crateName = "yansi-term"; version = "0.1.2"; @@ -17653,7 +17582,7 @@ rec { } { name = "syn"; - packageId = "syn 2.0.79"; + packageId = "syn 2.0.87"; } ]; diff --git a/crate-hashes.json b/crate-hashes.json index 0bad19f..b59513e 100644 --- a/crate-hashes.json +++ b/crate-hashes.json @@ -1,7 +1,6 @@ { "registry+https://github.com/rust-lang/crates.io-index#addr2line@0.24.2": "1hd1i57zxgz08j6h5qrhsnm2fi0bcqvsh389fw400xm3arz2ggnz", "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.0": "09r6drylvgy8vv8k20lnbvwq8gp09h7smfn6h1rxsy15pgh629si", - "registry+https://github.com/rust-lang/crates.io-index#adler32@1.2.0": "0d7jq7jsjyhsgbhnfq5fvrlh9j0i9g1fqrl2735ibv5f75yjgqda", "registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2": "1zim79cvzd5yrkzl3nyfx0avijwgk9fqv3yrscdy1cc79ih02qpj", "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.11": "04chdfkls5xmhp1d48gnjsmglbqibizs3bpbj6rsj604m10si7g8", "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3": "05mrpkvdgp5d20y2p989f187ry9diliijgwrs254fs9s1m1x6q4f", @@ -15,6 +14,7 @@ "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.4": "1y2pkvsrdxbcwircahb4wimans2pzmwwxad7ikdhj5lpdqdlxxsv", "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.8": "1cfmkza63xpn1kkz844mgjwm9miaiz4jkyczmwxzivcsypk1vv0v", "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.89": "1xh1vg89n56h6nqikcmgbpmkixjds33492klrp9m96xrbmhgizc6", + "registry+https://github.com/rust-lang/crates.io-index#assert-json-diff@2.0.2": "04mg3w0rh3schpla51l18362hsirl23q93aisws2irrj32wg5r27", "registry+https://github.com/rust-lang/crates.io-index#async-channel@1.9.0": "0dbdlkzlncbibd3ij6y6jmvjd0cmdn48ydcfdpfhw09njd93r5c1", "registry+https://github.com/rust-lang/crates.io-index#async-channel@2.3.1": "0skvwxj6ysfc6d7bhczz9a2550260g62bm5gl0nmjxxyn007id49", "registry+https://github.com/rust-lang/crates.io-index#async-executor@1.13.1": "1v6w1dbvsmw6cs4dk4lxj5dvrikc6xi479wikwaab2qy3h09mjih", @@ -26,12 +26,16 @@ "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.83": "1p8q8gm4fv2fdka8hwy2w3f8df7p5inixqi7rlmbnky3wmysw73j", "registry+https://github.com/rust-lang/crates.io-index#atoi@2.0.0": "0a05h42fggmy7h0ajjv6m7z72l924i7igbx13hk9d8pyign9k3gj", "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2": "1h5av1lw56m0jf0fd3bchxq8a30xv0b4wv8s4zkp4s0i7mfvs18m", - "registry+https://github.com/rust-lang/crates.io-index#autocfg@0.1.8": "0y4vw4l4izdxq1v0rrhvmlbqvalrqrmk60v1z0dqlgnlbzkl7phd", + "registry+https://github.com/rust-lang/crates.io-index#auto-future@1.0.0": "0wykbakzh227vz6frx9p48zsq0wpswgmb7v3917m53m7gr2pw7iw", "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.4.0": "09lz3by90d2hphbq56znag9v87gfpd9gb8nr82hll8z6x2nhprdc", + "registry+https://github.com/rust-lang/crates.io-index#axum-core@0.4.5": "16b1496c4gm387q20hkv5ic3k5bd6xmnvk50kwsy6ymr8rhvvwh9", + "registry+https://github.com/rust-lang/crates.io-index#axum-macros@0.4.2": "1klv77c889jm05bzayaaiinalarhvh2crc2w4nvp3l581xaj7lap", + "registry+https://github.com/rust-lang/crates.io-index#axum-test@16.4.1": "1p5qxacvxsagnqq30nr2wznjyhgb8svsfb925ah3d2b0s91s9qv3", + "registry+https://github.com/rust-lang/crates.io-index#axum@0.7.9": "07z7wqczi9i8xb4460rvn39p4wjqwr32hx907crd1vwb2fy8ijpd", "registry+https://github.com/rust-lang/crates.io-index#az@1.2.1": "0ww9k1w3al7x5qmb7f13v3s9c2pg1pdxbs8xshqy6zyrchj4qzkv", "registry+https://github.com/rust-lang/crates.io-index#backtrace@0.3.74": "06pfif7nwx66qf2zaanc2fcq7m64i91ki9imw9xd3bnz5hrwp0ld", "registry+https://github.com/rust-lang/crates.io-index#base64@0.21.7": "0rw52yvsk75kar9wgqfwgb414kvil1gn7mqkrhn9zf1537mpsacx", - "registry+https://github.com/rust-lang/crates.io-index#base64@0.9.3": "0hs62r35bgxslawyrn1vp9rmvrkkm76fqv0vqcwd048vs876r7a8", + "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1": "1imqzgh7bxcikp5vx3shqvw9j09g9ly0xr0jma0q66i52r7jbcvj", "registry+https://github.com/rust-lang/crates.io-index#base64ct@1.6.0": "0nvdba4jb8aikv60az40x2w1y96sjdq8z3yp09rwzmkhiwv1lg4c", "registry+https://github.com/rust-lang/crates.io-index#bindgen@0.69.5": "1240snlcfj663k04bjsg629g4wx6f83flgbjh5rzpgyagk3864r7", "registry+https://github.com/rust-lang/crates.io-index#bit-set@0.5.3": "1wcm9vxi00ma4rcxkl3pzzjli6ihrpn9cfdi0c5b4cvga2mxs007", @@ -41,11 +45,11 @@ "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.6.0": "1pkidwzn3hnxlsl8zizh0bncgbjnw7c41cx7bby26ncbzmiznj5h", "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4": "0w9sa2ypmrsqqvc20nhwr75wbb5cjr4kkyhpjm1z1lv2kdicfy1h", "registry+https://github.com/rust-lang/crates.io-index#blocking@1.6.1": "1si99l8zp7c4zq87y35ayjgc5c9b60jb8h0k14zfcs679z2l2gvh", - "registry+https://github.com/rust-lang/crates.io-index#build_html@2.5.0": "0p4k25yk3v0wf720wl5zcghvc9ik6l7lsh3fz86cq3g7x4nbhpi2", "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0": "0b015qb4knwanbdlp1x48pkb4pm57b8gidbhhhxr900q2wb6fabr", "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.18.0": "1bp2s9wn0gjsaygv21nsbfpf854vl897ll6sqpfn3naaannv1fwl", "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0": "0jzncxyf404mwqdbspihyzpkndfgda450l0893pz5xj685cg5l0z", - "registry+https://github.com/rust-lang/crates.io-index#bytes@1.7.2": "1wzs7l57iwqmrszdpr2mmqf1b1hgvpxafc30imxhnry0zfl9m3a2", + "registry+https://github.com/rust-lang/crates.io-index#bytes@1.9.0": "16ykzx24v1x4f42v2lxyvlczqhdfji3v7r4ghwckpwijzvb1hn9j", + "registry+https://github.com/rust-lang/crates.io-index#bytesize@1.3.0": "1k3aak70iwz4s2gsjbxf0ws4xnixqbdz6p2ha96s06748fpniqx3", "registry+https://github.com/rust-lang/crates.io-index#cairo-rs@0.18.5": "1qjfkcq3mrh3p01nnn71dy3kn99g21xx3j8xcdvzn8ll2pq6x8lc", "registry+https://github.com/rust-lang/crates.io-index#cairo-sys-rs@0.18.2": "0lfsxl7ylw3phbnwmz3k58j1gnqi6kc2hdc7g3bb7f4hwnl9yp38", "registry+https://github.com/rust-lang/crates.io-index#cc@1.1.34": "1j9dh96lpkksmfvjfiqa5nrlswm5l6lj54m5jf7i0iik8l6lgfb7", @@ -60,14 +64,13 @@ "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.5.20": "0m6w10l2f65h3ch0d53lql6p26xxrh20ffipra9ysjsfsjmq1g0r", "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.5.18": "1ardb26bvcpg72q9myr7yir3a8c83gx7vxk1cccabsd9n73s1ija", "registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.7.2": "15zcrc2fa6ycdzaihxghf48180bnvzsivhf0fmah24bnnaf76qhl", - "registry+https://github.com/rust-lang/crates.io-index#cloudabi@0.0.3": "0kxcg83jlihy0phnd2g8c2c303px3l2p3pkjz357ll6llnd5pz6x", "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0": "12q1n427h2bbmmm1mnglr57jaz2dj9apk0plcxw7nwqiai7qjyrx", "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.2": "1h18ph538y8yjmbpaf8li98l0ifms2xmh3rax9666c5qfjfi3zfk", "registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0": "0wrr3mzq2ijdkxwndhf79k952cp4zkz35ray8hvsxl96xrx1k82c", "registry+https://github.com/rust-lang/crates.io-index#const-oid@0.9.6": "1y0jnqaq7p2wvspnx7qj76m7hjcqpz73qzvr9l2p9n2s51vr6if2", "registry+https://github.com/rust-lang/crates.io-index#convert_case@0.6.0": "1jn1pq6fp3rri88zyw6jlhwwgf6qiyc08d6gjv0qypgkl862n67c", "registry+https://github.com/rust-lang/crates.io-index#cookie-factory@0.3.3": "18mka6fk3843qq3jw1fdfvzyv05kx7kcmirfbs2vg2kbw9qzm1cq", - "registry+https://github.com/rust-lang/crates.io-index#cookie@0.17.0": "096c52jg9iq4lfcps2psncswv33fc30mmnaa2sbzzcfcw71kgyvy", + "registry+https://github.com/rust-lang/crates.io-index#cookie@0.18.1": "0iy749flficrlvgr3hjmf3igr738lk81n5akzf4ym4cs6cxg7pjd", "registry+https://github.com/rust-lang/crates.io-index#cool_asserts@2.0.3": "1v18dg7ifx41k2f82j3gsnpm1fg9wk5s4zv7sf42c7pnad72b7zf", "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.7": "12w8j73lazxmr1z0h98hf3z623kl8ms7g07jch7n4p8f9nwlhdkp", "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4": "13zvbbj07yk3b61b8fhwfzhy35535a583irf23vlcg59j7h9bqci", @@ -82,9 +85,9 @@ "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.2": "1dx9mypwd5mpfbbajm78xcrg5lirqk7934ik980mmaffg3hdm0bs", "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6": "1cvby95a6xg7kxdz5ln3rl9xh66nz66w46mm3g56ri1z5x815yqv", "registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.6.0": "1qnn68n4vragxaxlkqcb1r28d3hhj43wch67lm4rpxlw89wnjmp8", - "registry+https://github.com/rust-lang/crates.io-index#deflate@0.8.6": "0x6iqlayg129w63999kz97m279m0jj4x4sm6gkqlvmp73y70yxvk", "registry+https://github.com/rust-lang/crates.io-index#der@0.7.9": "1h4vzjfa1lczxdf8avfj9qlwh1qianqlxdy1g5rn762qnvkzhnzm", "registry+https://github.com/rust-lang/crates.io-index#deranged@0.3.11": "1d1ibqqnr5qdrpw8rclwrf1myn3wf0dygl04idf4j2s49ah6yaxl", + "registry+https://github.com/rust-lang/crates.io-index#diff@0.1.13": "1j0nzjxci2zqx63hdcihkp0a4dkdmzxd7my4m7zk6cjyfy34j9an", "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7": "14p2n6ih29x81akj097lvz7wi9b6b9hvls0lwrv7b6xwyy0s5ncy", "registry+https://github.com/rust-lang/crates.io-index#dimensioned@0.7.0": "09ky8s3higkf677lmyqg30hmj66gpg7hx907s6hfvbk2a9av05r5", "registry+https://github.com/rust-lang/crates.io-index#dimensioned@0.8.0": "15s3j4ry943xqlac63bp81sgdk9s3yilysabzww35j9ibmnaic50", @@ -100,6 +103,8 @@ "registry+https://github.com/rust-lang/crates.io-index#event-listener@2.5.3": "1q4w3pndc518crld6zsqvvpy9lkzwahp2zgza9kbzmmqh9gif1h2", "registry+https://github.com/rust-lang/crates.io-index#event-listener@5.3.1": "1fkm6q4hjn61wl52xyqyyxai0x9w0ngrzi0wf1qsf8vhsadvwck0", "registry+https://github.com/rust-lang/crates.io-index#exr@1.72.0": "195iviimjnp1mdkqrq8hjrfkr0qavpp1p8pq5qvaksa30pv96zc8", + "registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.3.0": "0ja6l56yka5vn4y4pk6hn88z0bpny7a8k1919aqjzp0j1yhy9k1a", + "registry+https://github.com/rust-lang/crates.io-index#fallible-streaming-iterator@0.1.9": "0nj6j26p71bjy8h42x6jahx1hn0ng6mc2miwpgwnp8vnwqf4jq3k", "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.1.1": "19nyzdq3ha4g173364y2wijmd6jlyms8qx40daqkxsnl458jmh78", "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.5": "1axmgzpgf12yl3x9ymdslqza765la17j17ljv6a4kc143a90y2fq", "registry+https://github.com/rust-lang/crates.io-index#field-offset@0.3.6": "0zq5sssaa2ckmcmxxbly8qgz3sxpb8g1lwv90sdh1z74qif2gqiq", @@ -133,7 +138,6 @@ "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.11.2": "0a7w8w0rg47nmcinnfzv443lcyb8mplwc251p1jyr5xj2yh6wzv6", "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7": "16lyyrzrljfq424c3n8kfwkqihlimmsg5nhshbbp48np3yjrqr45", "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.15": "1mzlnrb3dgyd1fb84gvw10pyr8wdqdl4ry4sr64i1s8an66pqmn4", - "registry+https://github.com/rust-lang/crates.io-index#gif@0.11.4": "01hbw3isapzpzff8l6aw55jnaqx2bcscrbwyf3rglkbbfp397p9y", "registry+https://github.com/rust-lang/crates.io-index#gif@0.13.1": "1whrkvdg26gp1r7f95c6800y6ijqw5y0z8rgj6xihpi136dxdciz", "registry+https://github.com/rust-lang/crates.io-index#gimli@0.31.1": "0gvqc0ramx8szv76jhfd4dms0zyamvlg4whhiz11j34hh3dqxqh7", "registry+https://github.com/rust-lang/crates.io-index#gio-sys@0.18.1": "1lip8z35iy9d184x2qwjxlbxi64q9cpayy7v1p5y9xdsa3w6smip", @@ -159,48 +163,47 @@ "registry+https://github.com/rust-lang/crates.io-index#half@2.4.1": "123q4zzw1x4309961i69igzd1wb7pj04aaii3kwasrz3599qrl3d", "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5": "1wa1vy1xs3mp11bn3z9dv0jricgr6a2j0zkf1g19yz3vw4il89z5", "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.0": "1yx4xq091s7i6mw6bn77k8cp4jrpcac149xr32rg8szqsj27y20y", - "registry+https://github.com/rust-lang/crates.io-index#hashlink@0.8.4": "1xy8agkyp0llbqk9fcffc1xblayrrywlyrm2a7v93x8zygm4y2g8", + "registry+https://github.com/rust-lang/crates.io-index#hashlink@0.9.1": "1byq4nyrflm5s6wdx5qwp96l1qbp2d0nljvrr5yqrsfy51qzz93b", "registry+https://github.com/rust-lang/crates.io-index#headers-core@0.2.0": "0ab469xfpd411mc3dhmjhmzrhqikzyj8a17jn5bkj9zfpy0n9xp7", "registry+https://github.com/rust-lang/crates.io-index#headers@0.3.9": "0w62gnwh2p1lml0zqdkrx9dp438881nhz32zrzdy61qa0a9kns06", "registry+https://github.com/rust-lang/crates.io-index#heck@0.4.1": "1a7mqsnycv5z4z5vnv1k34548jzmc0ajic7c1j8jsaspnhw5ql4m", "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0": "1sjmpsdl8czyh9ywl3qcsfsq9a307dg4ni2vnlwgnzzqhc4y0113", "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.9": "092hxjbjnq5fmz66grd9plxd0sh6ssg5fhgwwwqbrzgzkjwdycfj", "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.4.0": "1k1zwllx6nfq417hy38x4akw1ivlv68ymvnzyxs76ffgsqcskxpv", - "registry+https://github.com/rust-lang/crates.io-index#hex-string@0.1.0": "02sgrgrbp693jv0v5iga7z47y6aj93cq0ia39finby9x17fw53l4", "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3": "0w1a4davm1lgzpamwnba907aysmlrnygbqmfis2mqjx5m552a93z", "registry+https://github.com/rust-lang/crates.io-index#hkdf@0.12.4": "1xxxzcarz151p1b858yn5skmhyrvn8fs4ivx5km3i1kjmnr8wpvv", "registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1": "0pmbr069sfg76z7wsssfk5ddcqd9ncp79fyz6zcm6yn115yc6jbc", "registry+https://github.com/rust-lang/crates.io-index#home@0.5.9": "19grxyg35rqfd802pcc9ys1q3lafzlcjcv2pl2s5q8xpyr5kblg3", + "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.2": "0kslwazg4400qnc2azkrgqqci0fppv12waicnsy5d8hncvbjjd3r", "registry+https://github.com/rust-lang/crates.io-index#http-body@0.4.6": "1lmyjfk6bqk6k9gkn1dxq770sb78pqbqshga241hr5p995bb5skw", + "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1": "111ir5k2b9ihz5nr9cz7cwm7fnydca7dx4hc7vr16scfzghxrzhy", "registry+https://github.com/rust-lang/crates.io-index#http@0.2.12": "1w81s4bcbmcj9bjp7mllm8jlz6b31wzvirz8bgpzbqkpwmbvn730", - "registry+https://github.com/rust-lang/crates.io-index#http@1.1.0": "0n426lmcxas6h75c2cp25m933pswlrfjz10v91vc62vib2sdvf91", + "registry+https://github.com/rust-lang/crates.io-index#http@1.2.0": "1skglzdf98j5nzxlii540n11is0w4l80mi5sm3xrj716asps4v7i", "registry+https://github.com/rust-lang/crates.io-index#httparse@1.9.5": "0ip9v8m9lvgvq1lznl31wvn0ch1v254na7lhid9p29yx9rbx6wbx", "registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3": "1aa9rd2sac0zhjqh24c9xvir96g188zldkx0hr6dnnlx5904cfyz", "registry+https://github.com/rust-lang/crates.io-index#humantime@2.1.0": "1r55pfkkf5v0ji1x6izrjwdq9v6sc7bv99xj6srywcar37xmnfls", "registry+https://github.com/rust-lang/crates.io-index#hyper-tls@0.5.0": "01crgy13102iagakf6q4mb75dprzr7ps1gj0l5hxm1cvm7gks66n", - "registry+https://github.com/rust-lang/crates.io-index#hyper@0.10.16": "0wwjh9p3mzvg3fss2lqz5r7ddcgl1fh9w6my2j69d6k0lbcm41ha", + "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.10": "1d1iwrkysjhq63pg54zk3vfby1j7zmxzm9zzyfr4lwvp0szcybfz", "registry+https://github.com/rust-lang/crates.io-index#hyper@0.14.30": "1jayxag79yln1nzyzx652kcy1bikgwssn6c4zrrp5v7s3pbdslm1", + "registry+https://github.com/rust-lang/crates.io-index#hyper@1.5.2": "1q7akfb443yrjzkmnnbp2vs8zi15hgbk466rr4y144v4ppabhvr5", "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2": "17r6jmj31chn7xs9698r122mapq85mfnv98bb4pg6spm0si2f67k", "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.61": "085jjsls330yj1fnwykfzmb2f10zp6l7w4fhq81ng81574ghhpi3", - "registry+https://github.com/rust-lang/crates.io-index#idna@0.1.5": "0kl4gs5kaydn4v07c6ka33spm9qdh2np0x7iw7g5zd8z1c7rxw1q", "registry+https://github.com/rust-lang/crates.io-index#idna@0.5.0": "1xhjrcjqq0l5bpzvdgylvpkgk94panxgsirzhjnnqfdgc4a9nkb3", - "registry+https://github.com/rust-lang/crates.io-index#image@0.23.14": "18gn2f7xp30pf9aqka877knlq308khxqiwjvsccvzaa4f9zcpzr4", "registry+https://github.com/rust-lang/crates.io-index#image@0.24.9": "17gnr6ifnpzvhjf6dwbl9hki8x6bji5mwcqp0048x1jm5yfi742n", + "registry+https://github.com/rust-lang/crates.io-index#include_dir@0.7.4": "1pfh3g45z88kwq93skng0n6g3r7zkhq9ldqs9y8rvr7i11s12gcj", + "registry+https://github.com/rust-lang/crates.io-index#include_dir_macros@0.7.4": "0x8smnf6knd86g69p19z5lpfsaqp8w0nx14kdpkz1m8bxnkqbavw", "registry+https://github.com/rust-lang/crates.io-index#indent_write@2.2.0": "1hqjp80argdskrhd66g9sh542yxy8qi77j6rc69qd0l7l52rdzhc", "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.6.0": "1nmrwn8lbs19gkvhxaawffzbvrpyrb5y3drcrr645x957kz0fybh", "registry+https://github.com/rust-lang/crates.io-index#intl-memoizer@0.5.2": "1nkvql7c7b76axv4g68di1p2m9bnxq1cbn6mlqcawf72zhhf08py", "registry+https://github.com/rust-lang/crates.io-index#intl_pluralrules@7.0.2": "0wprd3h6h8nfj62d8xk71h178q7zfn3srxm787w4sawsqavsg3h7", "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.10.1": "025p9wm94q1w2l13hbbr4cbmfygly3a2ag8g5s618l2jhq4l3hnx", - "registry+https://github.com/rust-lang/crates.io-index#iron@0.6.1": "1s4mf8395f693nhwsr0znw3j5frzn56gzllypyl50il85p50ily6", "registry+https://github.com/rust-lang/crates.io-index#is-terminal@0.4.13": "0jwgjjz33kkmnwai3nsdk1pz9vb6gkqvw1d1vq7bs3q48kinh7r6", "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.1": "1kwfgglh91z33kl0w5i338mfpa3zs0hidq5j4ny4rmjwrikchhvr", "registry+https://github.com/rust-lang/crates.io-index#itertools@0.12.1": "0s95jbb3ndj1lvfxyq5wanc0fm0r6hg6q4ngb92qlfdxvci10ads", "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11": "0nv9cqjwzr3q58qz84dcz63ggc54yhf1yqar1m858m1kfd4g3wa9", - "registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.1.22": "1wnh0bmmswpgwhgmlizz545x8334nlbmkq8imy9k224ri3am7792", "registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.1": "1c1k53svpdyfhibkmm0ir5w0v3qmcmca8xr8vnnmizwf6pdagm7m", "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.70": "0yp3rz7vrn9mmqdpkds426r1p9vs6i8mkxx8ryqdfadr0s2q0s0q", "registry+https://github.com/rust-lang/crates.io-index#kv-log-macro@1.0.7": "0zwp4bxkkp87rl7xy2dain77z977rvcry1gmr5bssdbn541v7s0d", - "registry+https://github.com/rust-lang/crates.io-index#language-tags@0.2.2": "16hrjdpa827carq5x4b8zhas24d8kg4s16m6nmmn1kb7cr5qh7d9", "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0": "1zk6dqqni0193xg6iijh7i3i44sryglwgvx20spdvwk3r6sbrlmv", "registry+https://github.com/rust-lang/crates.io-index#lazycell@1.3.0": "0m8gw7dn30i0zjjpjdyf6pc16c34nl71lpv461mix50x3p70h3c3", "registry+https://github.com/rust-lang/crates.io-index#lebe@0.5.2": "1j2l6chx19qpa5gqcw434j83gyskq3g2cnffrbl3842ymlmpq203", @@ -211,28 +214,21 @@ "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.8": "0n4hk1rs8pzw8hdfmwn96c4568s93kfxqgcqswr7sajd2diaihjf", "registry+https://github.com/rust-lang/crates.io-index#libspa-sys@0.8.0": "07yh4i5grzbxkchg6dnxlwbdw2wm5jnd7ffbhl77jr0388b9f3dz", "registry+https://github.com/rust-lang/crates.io-index#libspa@0.8.0": "044qs48yl0llp2dmrgwxj9y1pgfy09i6fhq661zqqb9a3fwa9wv5", - "registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.27.0": "05pp60ncrmyjlxxjj187808jkvpxm06w5lvvdwwvxd2qrmnj4kng", + "registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.30.1": "0jcikvgbj84xc7ikdmpc8m4y5lyqgrb9aqblphwk67kv95xgp69f", "registry+https://github.com/rust-lang/crates.io-index#libyml@0.0.5": "106963pwg1gc3165bdlk8bbspmk919gk10vshhqglks3z8m700ik", "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.4.14": "12gsjgbhhjwywpqcrizv80vrp7p7grsz5laqq773i33wphjsxcvq", "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.12": "05qvxa6g27yyva25a5ghsg85apdxkvr77yhkyhapj6r8vnf8pbq7", - "registry+https://github.com/rust-lang/crates.io-index#log@0.3.9": "0jq23hhn5h35k7pa8r7wqnsywji6x3wn1q5q7lif5q536if8v7p1", "registry+https://github.com/rust-lang/crates.io-index#log@0.4.22": "093vs0wkm1rgyykk7fjbqp2lwizbixac1w52gv109p5r4jh0p9x7", - "registry+https://github.com/rust-lang/crates.io-index#logger@0.4.0": "14xlxvkspcfnspjil0xi63qj5cybxn1hjmr5gq8m4v1g9k5p54bc", - "registry+https://github.com/rust-lang/crates.io-index#matches@0.1.10": "1994402fq4viys7pjhzisj4wcw894l53g798kkm2y74laxk0jci5", + "registry+https://github.com/rust-lang/crates.io-index#matchit@0.7.3": "156bgdmmlv4crib31qhgg49nsjk88dxkdqp80ha2pk2rk6n6ax0f", "registry+https://github.com/rust-lang/crates.io-index#md-5@0.10.6": "1kvq5rnpm4fzwmyv5nmnxygdhhb2369888a06gdc9pxyrzh7x7nq", "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.4": "18z32bhxrax0fnjikv475z7ii718hq457qwmaryixfxsl2qrmjkq", "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1": "12i17wh9a9plx869g7j4whf62xw68k5zd4k0k5nh6ys5mszid028", - "registry+https://github.com/rust-lang/crates.io-index#mime@0.2.6": "1q1s1ax1gaz8ld3513nvhidfwnik5asbs1ma3hp6inp5dn56nqms", "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17": "16hkibgvb9klh0w0jk5crr5xv90l3wlf77ggymzjmvl1818vnxv8", - "registry+https://github.com/rust-lang/crates.io-index#mime_guess@1.8.8": "18qcd5aa3363mb742y7lf39j7ha88pkzbv9ff2qidlsdxsjjjs91", "registry+https://github.com/rust-lang/crates.io-index#mime_guess@2.0.5": "03jmg3yx6j39mg0kayf7w4a886dl3j15y8zs119zw01ccy74zi7p", "registry+https://github.com/rust-lang/crates.io-index#minimal-lexical@0.2.1": "16ppc5g84aijpri4jzv14rvcnslvlpphbszc7zzp6vfkddf4qdb8", - "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.3.7": "0dblrhgbm0wa8jjl8cjp81akaj36yna92df4z1h9b26n3spal7br", - "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.4.4": "0jsfv00hl5rmx1nijn59sr9jmjd4rjnjhh4kdjy8d187iklih9d9", "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.4": "024wv14aa75cvik7005s5y2nfc8zfidddbd7g55g7sjgnzfl18mq", "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.0": "1wadxkg6a6z4lr7kskapj5d8pxlx7cp1ifw4daqnkzqjxych5n72", "registry+https://github.com/rust-lang/crates.io-index#mio@1.0.2": "1v1cnnn44awxbcfm4zlavwgkvbyg7gp5zzjm8mqf1apkrwflvq40", - "registry+https://github.com/rust-lang/crates.io-index#modifier@0.1.0": "0n3fmgli1nsskl0whrfzm1gk0rmwwl6pw1q4nb9sqqmn5h8wkxa1", "registry+https://github.com/rust-lang/crates.io-index#multer@2.1.0": "1hjiphaypj3phqaj5igrzcia9xfmf4rr4ddigbh8zzb96k1bvb01", "registry+https://github.com/rust-lang/crates.io-index#nary_tree@0.4.3": "1iqray1a716995l9mmvz5sfqrwg9a235bvrkpcn8bcqwjnwfv1pv", "registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.12": "0rkl65z70n7sy4d5w0qa99klg1hr43wx6kcprk4d2n9xr2r4wqd8", @@ -243,9 +239,7 @@ "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.1.0": "1ndiyg82q73783jq18isi71a7mjh56wxrk52rlvyx0mi5z9ibmai", "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46": "13w5g54a9184cqlbsq80rnxw4jj4s0d8wv75jsq5r2lms8gncsbr", "registry+https://github.com/rust-lang/crates.io-index#num-iter@0.1.45": "1gzm7vc5g9qsjjl3bqk9rz1h6raxhygbrcpbfl04swlh0i506a8l", - "registry+https://github.com/rust-lang/crates.io-index#num-rational@0.3.2": "01sgiwny9iflyxh2xz02sak71v2isc3x608hfdpwwzxi3j5l5b0j", "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19": "0h984rhdkkqd4ny9cif7y2azl3xdfb7768hb9irhpsch4q3gq787", - "registry+https://github.com/rust-lang/crates.io-index#num_cpus@1.16.0": "0hra6ihpnh06dvfvz9ipscys0xfqa9ca9hzp384d5m02ssvgqqa1", "registry+https://github.com/rust-lang/crates.io-index#object@0.36.5": "0gk8lhbs229c68lapq6w6qmnm4jkj48hrcw5ilfyswy514nhmpxf", "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.20.2": "0xb7rw1aqr7pa4z3b00y7786gyf8awx2gca3md73afy76dzgwq8j", "registry+https://github.com/rust-lang/crates.io-index#openssl-macros@0.1.1": "173xxvfc63rr5ybwqwylsir0vq6xsj4kxiv4hmg4c3vscdmncj59", @@ -260,16 +254,11 @@ "registry+https://github.com/rust-lang/crates.io-index#parse-zoneinfo@0.3.1": "093cs8slbd6kyfi6h12isz0mnaayf5ha8szri1xrbqj4inqhaahz", "registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15": "02pxffpdqkapy292harq6asfjvadgp1s005fip9ljfsn9fvxgh2p", "registry+https://github.com/rust-lang/crates.io-index#pem-rfc7468@0.7.0": "04l4852scl4zdva31c1z6jafbak0ni5pi0j38ml108zwzjdrrcw8", - "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@1.0.1": "0cgq08v1fvr6bs5fvy390cz830lq4fak8havdasdacxcw790s09i", "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.1": "0gi8wgx0dcy8rnv1kywdv98lwcx67hz0a0zwpib5v2i08r88y573", "registry+https://github.com/rust-lang/crates.io-index#phf@0.11.2": "1p03rsw66l7naqhpgr1a34r9yzi1gv9jh16g3fsk6wrwyfwdiqmd", - "registry+https://github.com/rust-lang/crates.io-index#phf@0.7.24": "066xwv4dr6056a9adlkarwp4n94kbpwngbmd47ngm3cfbyw49nmk", "registry+https://github.com/rust-lang/crates.io-index#phf_codegen@0.11.2": "0nia6h4qfwaypvfch3pnq1nd2qj64dif4a6kai3b7rjrsf49dlz8", - "registry+https://github.com/rust-lang/crates.io-index#phf_codegen@0.7.24": "0zjiblicfm0nrmr2xxrs6pnf6zz2394wgch6dcbd8jijkq98agmh", "registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.11.2": "1c14pjyxbcpwkdgw109f7581cc5fa3fnkzdq1ikvx7mdq9jcrr28", - "registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.7.24": "0qi62gxk3x3whrmw5c4i71406icqk11qmpgln438p6qm7k4lqdh9", "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.11.2": "0azphb0a330ypqx3qvyffal5saqnks0xvl8rj73jlk3qxxgbkz4h", - "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.7.24": "18371fla0vsj7d6d5rlfb747xbr2in11ar9vgv5qna72bnhp2kr3", "registry+https://github.com/rust-lang/crates.io-index#pin-project-internal@1.1.7": "133mxf5vmvnvw4idw2y2lb5bxsza2xlyfl6psjy7mz3l12nmy3rw", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14": "00nx3f04agwjlsmd3mc5rx5haibj2v8q9b52b0kwn63wcv4nz9mx", "registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.7": "15cvflrzsgp1zbl5gv37al2r62nl8lc37xkfwf70ql3fji7gcmxy", @@ -280,12 +269,11 @@ "registry+https://github.com/rust-lang/crates.io-index#pkcs1@0.7.5": "0zz4mil3nchnxljdfs2k5ab1cjqn7kq5lqp62n9qfix01zqvkzy8", "registry+https://github.com/rust-lang/crates.io-index#pkcs8@0.10.2": "1dx7w21gvn07azszgqd3ryjhyphsrjrmq5mmz1fbxkj5g0vv4l7r", "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.31": "1wk6yp2phl91795ia0lwkr3wl4a9xkrympvhqq8cxk4d75hwhglm", - "registry+https://github.com/rust-lang/crates.io-index#plugin@0.2.6": "1q7nghkpvxxr168y2jnzh3w7qc9vfrby9n7ygy3xpj0bj71hsshs", - "registry+https://github.com/rust-lang/crates.io-index#png@0.16.8": "1ipl44q3vy4kvx6j296vk7d4v8gvcg203lrkvvixwixq1j98fciw", "registry+https://github.com/rust-lang/crates.io-index#png@0.17.14": "1w130qw3cngzppxk1yp3ls2pbw3f0spbzhkbarbnlnm06imd9yaj", "registry+https://github.com/rust-lang/crates.io-index#polling@3.7.3": "04b5zdgz0m9ydbzcr3f9a55749gqbj0y89d0nz9nrv0x636r09yc", "registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0": "14ckj2xdpkhv3h6l5sdmb9f1d57z8hbfpdldjc2vl5givq2y77j3", "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.20": "017ax9ssdnpww7nrl1hvqh2lzncpv04nnsibmnw9nxjnaqlpp5bp", + "registry+https://github.com/rust-lang/crates.io-index#pretty_assertions@1.4.1": "0v8iq35ca4rw3rza5is3wjxwsf88303ivys07anc5yviybi31q9s", "registry+https://github.com/rust-lang/crates.io-index#pretty_env_logger@0.5.0": "076w9dnvcpx6d3mdbkqad8nwnsynb7c8haxmscyrz7g3vga28mw6", "registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@1.3.1": "069r1k56bvgk0f58dm5swlssfcp79im230affwk6d9ck20g04k3z", "registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@2.0.2": "092x5acqnic14cw6vacqap5kgknq3jn4c6jij9zi6j85839jc3xh", @@ -298,19 +286,11 @@ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.37": "1brklraw2g34bxy9y4q1nbrccn7bv36ylihv12c9vlcii55x7fdm", "registry+https://github.com/rust-lang/crates.io-index#rand@0.3.23": "0v679h38pjjqj5h4md7v2slsvj6686qgcn7p9fbw3h43iwnk1b34", "registry+https://github.com/rust-lang/crates.io-index#rand@0.4.6": "14qjfv3gggzhnma20k0sc1jf8y6pplsaq7n1j9ls5c8kf2wl0a2m", - "registry+https://github.com/rust-lang/crates.io-index#rand@0.6.5": "1jl4449jcl4wgmzld6ffwqj5gwxrp8zvx8w573g1z368qg6xlwbd", "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5": "013l6931nn7gkc23jz5mm3qdhf93jjf0fg64nz2lp4i51qd8vbrl", - "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.1.1": "1vxwyzs4fy1ffjc8l00fsyygpiss135irjf7nyxgq2v0lqf3lvam", "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1": "123x2adin558xbhvqb8w4f6syjsdkmqff8cxwhmjacpsl1ihmhg6", "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.3.1": "0jzdgszfa4bliigiy4hi66k7fs3gfwi2qxn8vik84ph77fwdwvvs", "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.4.2": "1p09ynysrq1vcdlmcqnapq4qakl2yd1ng3kxh3qscpx09k2a6cww", "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4": "0b4j2v4cb5krak1pv6kakv4sz6xcwbrmy2zckc32hsigbrwy82zc", - "registry+https://github.com/rust-lang/crates.io-index#rand_hc@0.1.0": "1i0vl8q5ddvvy0x8hf1zxny393miyzxkwqnw31ifg6p0gdy6fh3v", - "registry+https://github.com/rust-lang/crates.io-index#rand_isaac@0.1.1": "027flpjr4znx2csxk7gxb7vrf9c7y5mydmvg5az2afgisp4rgnfy", - "registry+https://github.com/rust-lang/crates.io-index#rand_jitter@0.1.4": "16z387y46bfz3csc42zxbjq89vcr1axqacncvv8qhyy93p4xarhi", - "registry+https://github.com/rust-lang/crates.io-index#rand_os@0.1.3": "0wahppm0s64gkr2vmhcgwc0lij37in1lgfxg5rbgqlz0l5vgcxbv", - "registry+https://github.com/rust-lang/crates.io-index#rand_pcg@0.1.2": "0i0bdla18a8x4jn1w0fxsbs3jg7ajllz6azmch1zw33r06dv1ydb", - "registry+https://github.com/rust-lang/crates.io-index#rand_xorshift@0.1.1": "0p2x8nr00hricpi2m6ca5vysiha7ybnghz79yqhhx6sl4gkfkxyb", "registry+https://github.com/rust-lang/crates.io-index#rand_xorshift@0.3.0": "13vcag7gmqspzyabfl1gr9ykvxd2142q2agrj8dkyjmfqmgg4nyj", "registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.12.1": "1qpwim68ai5h0j7axa8ai8z0payaawv3id0lrgkqmapx7lx8fr8l", "registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0": "1ylgnzwgllajalr4v00y4kj22klq2jbwllm70aha232iah0sc65l", @@ -319,20 +299,22 @@ "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.8": "18wd530ndrmygi6xnz3sp345qi0hy2kdbsa89182nwbl6br5i1rn", "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.5": "0p41p3hj9ww7blnbwbj9h7rwxzxg0c1hvrdycgys8rxyhqqw859b", "registry+https://github.com/rust-lang/crates.io-index#regex@1.11.0": "1n5imk7yxam409ik5nagsjpwqvbg3f0g0mznd5drf549x1g0w81q", - "registry+https://github.com/rust-lang/crates.io-index#remove_dir_all@0.5.3": "1rzqbsgkmr053bxxl04vmvsd1njyz0nxvly97aip6aa2cmb15k9s", "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.11.27": "0qjary4hpplpgdi62d2m0xvbn6lnzckwffm0rgkm2x51023m6ryx", + "registry+https://github.com/rust-lang/crates.io-index#reserve-port@2.0.1": "10x21rdb1hjzp6n5flbbw3hfd7brmirckz1q0zsf3a7s5d516f4q", "registry+https://github.com/rust-lang/crates.io-index#rsa@0.9.6": "1z0d1aavfm0v4pv8jqmqhhvvhvblla1ydzlvwykpc3mkzhj523jx", + "registry+https://github.com/rust-lang/crates.io-index#rusqlite@0.32.1": "0vlx040bppl414pbjgbp7qr4jdxwszi9krx0m63zzf2f2whvflvp", + "registry+https://github.com/rust-lang/crates.io-index#rusqlite_migration@1.3.1": "076dm65g0sngzrb93r07va4l5zl3gjx9gq5mlsh21p7p0bl44fwj", + "registry+https://github.com/rust-lang/crates.io-index#rust-multipart-rfc7578_2@0.6.1": "0mwd3i2mk91n6diaxnkw28vyjbifhrm5ls73pcpfzz8a1i0lidq3", "registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.24": "07zysaafgrkzy2rjgwqdj2a8qdpsm6zv6f5pgpk9x0lm40z9b6vi", "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@1.1.0": "1qkc5khrmv5pqi5l5ca9p5nl5hs742cagrndhbrlk3dhlrx3zm08", "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1": "14lvdsmr5si5qbqzrajgb6vfn69k0sfygrvfvr2mps26xwi3mjyg", "registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.37": "04b8f99c2g36gyggf4aphw8742k2b1vls3364n2z493whj5pijwa", "registry+https://github.com/rust-lang/crates.io-index#rustls-pemfile@1.0.4": "1324n5bcns0rnw6vywr5agff3rwfvzphi7rmbyzwnv6glkhclx0w", + "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.19": "1m39qd65jcd1xgqzdm3017ppimiggh2446xngwp1ngr8hjbmpi7p", "registry+https://github.com/rust-lang/crates.io-index#rusty-fork@0.3.0": "0kxwq5c480gg6q0j3bg4zzyfh2kwmc3v2ba94jw8ncjc8mpcqgfb", "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.18": "17xx2s8j1lln7iackzd9p0sv546vjq71i779gphjq923vjh5pjzk", - "registry+https://github.com/rust-lang/crates.io-index#safemem@0.3.3": "0wp0d2b2284lw11xhybhaszsczpbq1jbdklkxgifldcknmy3nw7g", "registry+https://github.com/rust-lang/crates.io-index#schannel@0.1.26": "1hfip5mdwqcfnmrnkrq9d8zwy6bssmf6rfm2441nk83ghbjpn8h1", "registry+https://github.com/rust-lang/crates.io-index#scoped-tls@1.0.1": "15524h04mafihcvfpgxd8f4bgc3k95aclz8grjkg9a0rxcvn9kz1", - "registry+https://github.com/rust-lang/crates.io-index#scoped_threadpool@0.1.9": "1a26d3lk40s9mrf4imhbik7caahmw2jryhhb6vqv6fplbbgzal8x", "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0": "0jcz9sd47zlsgcnm1hdw0664krxwb5gczlif4qngj2aif8vky54l", "registry+https://github.com/rust-lang/crates.io-index#security-framework-sys@2.12.0": "1dml0lp9lrvvi01s011lyss5kzzsmakaamdwsxr0431jd4l2jjpa", "registry+https://github.com/rust-lang/crates.io-index#security-framework@2.11.1": "00ldclwx78dm61v7wkach9lcx76awlrv0fdgjdwch4dmy12j4yw9", @@ -343,6 +325,7 @@ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.210": "0flc0z8wgax1k4j5bf2zyq48bgzyv425jkd5w0i6wbh7f8j5kqy8", "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.210": "07yzy4wafk79ps0hmbqmsqh5xjna4pm4q57wc847bb8gl3nh4f94", "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.128": "1n43nia50ybpcfmh3gcw4lcc627qsg9nyakzwgkk9pm10xklbxbg", + "registry+https://github.com/rust-lang/crates.io-index#serde_path_to_error@0.1.16": "19hlz2359l37ifirskpcds7sxg0gzpqvfilibs7whdys0128i6dg", "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.8": "1q89g70azwi4ybilz5jb8prfpa575165lmrffd49vmcf76qpqq47", "registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1": "1zgklbdaysj3230xivihs30qi5vkhigg323a9m62k8jwf4a1qjfk", "registry+https://github.com/rust-lang/crates.io-index#serde_yml@0.0.12": "1p8xwz4znd6fj962y22fdvvv16gb8c0hx4iv5hjplngiidcdvqjr", @@ -352,7 +335,6 @@ "registry+https://github.com/rust-lang/crates.io-index#signal-hook-registry@1.4.2": "1cb5akgq8ajnd5spyn587srvs4n26ryq0p78nswffwhv46sf1sd9", "registry+https://github.com/rust-lang/crates.io-index#signature@2.2.0": "1pi9hd5vqfr3q3k49k37z06p7gs5si0in32qia4mmr1dancr6m3p", "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7": "1zkq40c3iajcnr5936gjp9jjh1lpzhy44p3dq3fiw75iwr1w2vfn", - "registry+https://github.com/rust-lang/crates.io-index#siphasher@0.2.3": "1b53m53l24lyhr505lwqzrpjyq5qfnic71mynrcfvm43rybf938b", "registry+https://github.com/rust-lang/crates.io-index#siphasher@0.3.11": "03axamhmwsrmh0psdw3gf7c0zc4fyl5yjxfifz9qfka6yhkqid9q", "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.9": "0rxvsgir0qw5lkycrqgb1cxsvxzjv9bmx73bk5y42svnzfba94lg", "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.13.2": "0rsw5samawl3wsw6glrsb127rx6sh89a8wyikicw6dkdcjd1lpiw", @@ -361,34 +343,34 @@ "registry+https://github.com/rust-lang/crates.io-index#spin@0.9.8": "0rvam5r0p3a6qhc18scqpvpgb3ckzyqxpgdfyjnghh8ja7byi039", "registry+https://github.com/rust-lang/crates.io-index#spki@0.7.3": "17fj8k5fmx4w9mp27l970clrh5qa7r5sjdvbsln987xhb34dc7nr", "registry+https://github.com/rust-lang/crates.io-index#sqlformat@0.2.6": "14470h40gn0f6jw9xxzbpwh5qy1fgvkhkfz8xjyzgi0cvf9kmfkv", - "registry+https://github.com/rust-lang/crates.io-index#sqlx-core@0.7.4": "1xiyr35dq10sf7lq00291svcj9wbaaz1ihandjmrng9a6jlmkfi4", - "registry+https://github.com/rust-lang/crates.io-index#sqlx-macros-core@0.7.4": "1j7k0fw7n6pgabqnj6cbp8s3rmd3yvqr4chjj878cvd1m99yycsq", - "registry+https://github.com/rust-lang/crates.io-index#sqlx-macros@0.7.4": "09rih250868nfkax022y5dyk24a7qfw6scjy3sgalbzb8lihx92f", - "registry+https://github.com/rust-lang/crates.io-index#sqlx-mysql@0.7.4": "066lxhb80xgb8r5m2yy3a7ydjvp0b6wsk9s7whwfa83d46817lqy", - "registry+https://github.com/rust-lang/crates.io-index#sqlx-postgres@0.7.4": "0zjp30wj4n2f25dnb32vsg6jfpa3gw6dmfd0i5pr4kw91fw4x0kw", - "registry+https://github.com/rust-lang/crates.io-index#sqlx-sqlite@0.7.4": "1ap0bb2hazbrdgd7mhnckdg9xcchx0k094di9gnhpnhlhh5fyi5j", - "registry+https://github.com/rust-lang/crates.io-index#sqlx@0.7.4": "1ahadprvyhjraq0c5712x3kdkp1gkwfm9nikrmcml2h03bzwr8n9", + "registry+https://github.com/rust-lang/crates.io-index#sqlx-core@0.8.2": "0vlkm0s72mp8w8pc9ppxarlrbbb6a2dmviahgmgihn338l5hdn6l", + "registry+https://github.com/rust-lang/crates.io-index#sqlx-macros-core@0.8.2": "19dsi9lg1raqxb9l39jzjf3crn4zibf4dqcvqz4rjmc6qykyh10q", + "registry+https://github.com/rust-lang/crates.io-index#sqlx-macros@0.8.2": "0mv6ikaz78gpv5v65zqhfxf0fzi94wc3jiypx1rv1qwxrhmnkh6a", + "registry+https://github.com/rust-lang/crates.io-index#sqlx-mysql@0.8.2": "0snh8wpz1330hn4dnrqab3xmdmqrzjh50lbmyap49yls4qa4gfv4", + "registry+https://github.com/rust-lang/crates.io-index#sqlx-postgres@0.8.2": "1y62cxgy5bk0fqj69dyfjf4lgfcvhyxv96rl4rvmsk455mrimabg", + "registry+https://github.com/rust-lang/crates.io-index#sqlx-sqlite@0.8.2": "105naz4f9ad74hnl46xrlsvvk2l7lzvv0gdgvb9vylsrlhsczcnm", + "registry+https://github.com/rust-lang/crates.io-index#sqlx@0.8.2": "0gjdsvf1c9jxdc3agxjj12h89716f62jyh6z36n3y69pl0b4fcwk", "registry+https://github.com/rust-lang/crates.io-index#stringprep@0.1.5": "1cb3jis4h2b767csk272zw92lc6jzfzvh8d6m1cd86yqjb9z6kbv", "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1": "0kzvqlw8hxqb7y598w1s0hxlnmi84sg5vsipp3yg5na5d1rvba3x", "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1": "14ijxaymghbl1p0wql9cib5zlwiina7kall6w7g89csprkgbvhhk", "registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109": "0ds2if4600bd59wsv7jjgfkayfzy3hnazs394kz6zdkmna8l3dkj", - "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.79": "147mk4sgigmvsb9l8qzj199ygf0fgb0bphwdsghn8205pz82q4w9", + "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.87": "0bd3mfcswvn4jkrp7ich5kk58kmpph8412yxd36nsfnh8vilrai5", "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@0.1.2": "0q01lyj0gr9a93n10nxsn8lwbzq97jqd6b768x17c8f7v7gccir0", + "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2": "0qvjyasd6w18mjg5xlaq5jgy84jsjfsvmnn12c13gypxbv75dwhb", "registry+https://github.com/rust-lang/crates.io-index#system-configuration-sys@0.5.0": "1jckxvdr37bay3i9v52izgy52dg690x5xfg3hd394sv2xf4b2px7", "registry+https://github.com/rust-lang/crates.io-index#system-configuration@0.5.1": "1rz0r30xn7fiyqay2dvzfy56cvaa3km74hnbz2d72p97bkf3lfms", "registry+https://github.com/rust-lang/crates.io-index#system-deps@6.2.2": "0j93ryw031n3h8b0nfpj5xwh3ify636xmv8kxianvlyyipmkbrd3", "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16": "1cg3bnx1gdkdr5hac1hzxy64fhw4g7dqkd0n3dxy5lfngpr1mi31", - "registry+https://github.com/rust-lang/crates.io-index#tempdir@0.3.7": "1n5n86zxpgd85y0mswrp5cfdisizq2rv3la906g6ipyc03xvbwhm", "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.13.0": "0nyagmbd4v5g6nzfydiihcn6l9j1w9bxgzyca5lyzgnhcbyckwph", "registry+https://github.com/rust-lang/crates.io-index#termcolor@1.4.1": "0mappjh3fj3p2nmrg4y7qv94rchwi9mzmgmfflr8p2awdj7lyy86", "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.64": "1hvzmjx9iamln854l74qyhs0jl2pg3hhqzpqm9p8gszmf9v4x408", + "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.3": "0s1m4jyjpvsqpdpbci1rswgafmy7fsjjh1a3cnpirp3sc0ymaxzh", "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.64": "114s8lmssxl0c2480s671am88vzlasbaikxbvfv8pyqrq6mzh2nm", - "registry+https://github.com/rust-lang/crates.io-index#tiff@0.6.1": "0ds48vs919ccxa3fv1www7788pzkvpg434ilqkq7sjb5dmqg8lws", + "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.3": "1ak7wvbkc6s37jgv7ksaqax0ggbkcyizm125v8mczcsifrfch1n0", "registry+https://github.com/rust-lang/crates.io-index#tiff@0.9.1": "0ghyxlz566dzc3scvgmzys11dhq2ri77kb8sznjakijlxby104xs", "registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.2": "1wx3qizcihw6z151hywfzzyd1y5dl804ydyxci6qm07vbakpr4pg", - "registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.18": "1kqwxvfh2jkpg38fy673d6danh1bhcmmbsmffww3mphgail2l99z", - "registry+https://github.com/rust-lang/crates.io-index#time@0.1.45": "0nl0pzv9yf56djy8y5dx25nka5pr2q1ivlandb3d24pksgx7ly8v", - "registry+https://github.com/rust-lang/crates.io-index#time@0.3.36": "11g8hdpahgrf1wwl2rpsg5nxq3aj7ri6xr672v4qcij6cgjqizax", + "registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.19": "1pl558z26pp342l5y91n6dxb60xwhar975wk6jc4npiygq0ycd18", + "registry+https://github.com/rust-lang/crates.io-index#time@0.3.37": "08bvydyc14plkwhchzia5bcdbmm0mk5fzilsdpjx06w6hf48drrm", "registry+https://github.com/rust-lang/crates.io-index#tinystr@0.7.6": "0bxqaw7z8r2kzngxlzlgvld1r6jbnwyylyvyjbv1q71rvgaga5wi", "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.8.0": "0f5rf6a2wzyv6w4jmfga9iw7rp9fp5gf4d604xgjsf3d9wgqhpj4", "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1": "081gag86208sc3y6sdkshgw3vysm5d34p431dzw0bshz66ncng0z", @@ -397,28 +379,27 @@ "registry+https://github.com/rust-lang/crates.io-index#tokio-stream@0.1.16": "1wc65gprcsyzqlr0k091glswy96kph90i32gffi4ksyh03hnqkjg", "registry+https://github.com/rust-lang/crates.io-index#tokio-tungstenite@0.21.0": "0f5wj0crsx74rlll97lhw0wk6y12nhdnqvmnjx002hjn08fmcfy8", "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.12": "0spc0g4irbnf2flgag22gfii87avqzibwfm0si0d1g0k9ijw7rv1", - "registry+https://github.com/rust-lang/crates.io-index#tokio@1.40.0": "166rllhfkyqp0fs7sxn6crv74iizi4wzd3cvxkcpmlk52qip1c72", + "registry+https://github.com/rust-lang/crates.io-index#tokio@1.42.0": "0lbmf21h16iibdy7m63ck66grkwa7b1x8yy9gwvp60j5n0hrpv2w", "registry+https://github.com/rust-lang/crates.io-index#toml@0.8.2": "0g9ysjaqvm2mv8q85xpqfn7hi710hj24sd56k49wyddvvyq8lp8q", "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.3": "0jsy7v8bdvmzsci6imj8fzgd255fmy5fzp6zsri14yrry7i77nkw", "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.19.15": "08bl7rp5g6jwmfpad9s8jpw8wjrciadpnbaswgywpr9hv9qbfnqv", "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.20.2": "0f7k5svmxw98fhi28jpcyv7ldr2s3c867pjbji65bdxjpd44svir", + "registry+https://github.com/rust-lang/crates.io-index#tower-http@0.6.2": "15wnvhl6cpir9125s73bqjzjsvfb0fmndmsimnl2ddnlhfvs6gs0", + "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3": "03kq92fdzxin51w8iqix06dcfgydyvx7yr6izjq0p626v9n2l70j", "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3": "1hzfkvkci33ra94xjx64vv3pp0sq346w06fpkcdwjcid7zhvdycd", + "registry+https://github.com/rust-lang/crates.io-index#tower@0.5.2": "1ybmd59nm4abl9bsvy6rx31m4zvzp5rja2slzpn712y9b68ssffh", "registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.27": "1rvb5dn9z6d0xdj14r403z0af0bbaqhg02hq4jc97g5wds6lqw1l", "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.32": "0m5aglin3cdwxpvbg6kz0r9r0k31j48n0kcfwsp6l49z26k3svf0", "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.40": "1vv48dac9zgj9650pg2b4d0j3w6f3x9gbggf43scq5hrlysklln3", - "registry+https://github.com/rust-lang/crates.io-index#traitobject@0.1.0": "0yb0n8822mr59j200fyr2fxgzzgqljyxflx9y8bdy3rlaqngilgg", "registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5": "0jqijrrvm1pyq34zn1jmy2vihd4jcrjlvsh4alkjahhssjnsn8g4", "registry+https://github.com/rust-lang/crates.io-index#tungstenite@0.21.0": "1qaphb5kgwgid19p64grhv2b9kxy7f1059yy92l9kwrlx90sdwcy", "registry+https://github.com/rust-lang/crates.io-index#type-map@0.5.0": "17qaga12nkankr7hi2mv43f4lnc78hg480kz6j9zmy4g0h28ddny", - "registry+https://github.com/rust-lang/crates.io-index#typeable@0.1.2": "11w8dywgnm32hb291izjvh4zjd037ccnkk77ahk63l913zwzc40l", - "registry+https://github.com/rust-lang/crates.io-index#typemap@0.3.3": "1xm1gbvz9qisj1l6d36hrl9pw8imr8ngs6qyanjnsad3h0yfcfv5", "registry+https://github.com/rust-lang/crates.io-index#typenum@1.17.0": "09dqxv69m9lj9zvv6xw5vxaqx15ps0vxyy5myg33i0kbqvq0pzs2", "registry+https://github.com/rust-lang/crates.io-index#typeshare-annotation@1.0.4": "0kx38ah6638pkqq5cac7nmvbg6x43v7fj5jgibla4lj8fv1dc5d6", - "registry+https://github.com/rust-lang/crates.io-index#typeshare@1.0.3": "11riglm8incm0vq7ciyd907w1sc6frfn7h7ab0yp8bkcnycp7w84", + "registry+https://github.com/rust-lang/crates.io-index#typeshare@1.0.4": "1svc92lg35r12mqdpbs4wbkw7g72v2302niyw5v1w290250hzghr", "registry+https://github.com/rust-lang/crates.io-index#unarray@0.1.4": "154smf048k84prsdgh09nkm2n0w0336v84jd4zikyn6v6jrqbspa", "registry+https://github.com/rust-lang/crates.io-index#unic-langid-impl@0.9.5": "1rckyn5wqd5h8jxhbzlbbagr459zkzg822r4k5n30jaryv0j4m0a", "registry+https://github.com/rust-lang/crates.io-index#unic-langid@0.9.5": "0i2s024frmpfa68lzy8y8vnb1rz3m9v0ga13f7h2afx7f8g9vp93", - "registry+https://github.com/rust-lang/crates.io-index#unicase@1.4.2": "0cwazh4qsmm9msckjk86zc1z35xg7hjxjykrgjalzdv367w6aivz", "registry+https://github.com/rust-lang/crates.io-index#unicase@2.7.0": "12gd74j79f94k4clxpf06l99wiv4p30wjr0qm04ihqk9zgdd9lpp", "registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.17": "14vqdsnrm3y5anj6h5zz5s32w88crraycblb88d9k23k9ns7vcas", "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.13": "1zm1xylzsdfvm2a5ib9li3g5pp7qnkv4amhspydvgbmd9k6mc6z9", @@ -427,24 +408,20 @@ "registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.12.0": "14qla2jfx74yyb9ds3d2mpwpa4l4lzb9z57c6d2ba511458z5k7n", "registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.1.14": "1bzn2zv0gp8xxbxbhifw778a7fc93pa6a1kj24jgg9msj07f7mkx", "registry+https://github.com/rust-lang/crates.io-index#unicode_categories@0.1.1": "0kp1d7fryxxm7hqywbk88yb9d1avsam9sg76xh36k5qx2arj9v1r", - "registry+https://github.com/rust-lang/crates.io-index#unsafe-any@0.4.2": "0zwwphsqkw5qaiqmjwngnfpv9ym85qcsyj7adip9qplzjzbn00zk", - "registry+https://github.com/rust-lang/crates.io-index#url@1.7.2": "0nim1c90mxpi9wgdw2xh8dqd72vlklwlzam436akcrhjac6pqknx", "registry+https://github.com/rust-lang/crates.io-index#url@2.5.2": "0v2dx50mx7xzl9454cl5qmpjnhkbahmn59gd3apyipbgyyylsy12", "registry+https://github.com/rust-lang/crates.io-index#urlencoding@2.1.3": "1nj99jp37k47n0hvaz5fvz7z6jd0sb4ppvfy3nphr1zbnyixpy6s", "registry+https://github.com/rust-lang/crates.io-index#utf-8@0.7.6": "1a9ns3fvgird0snjkd3wbdhwd3zdpc2h5gpyybrfr6ra5pkqxk09", "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2": "088807qwjq46azicqwbhlmzwrbkz7l4hpw43sdkdyyk524vdxaq6", "registry+https://github.com/rust-lang/crates.io-index#uuid@0.4.0": "0cdj2v6v2yy3zyisij69waksd17cyir1n58kwyk1n622105wbzkw", "registry+https://github.com/rust-lang/crates.io-index#uuid@0.8.2": "1dy4ldcp7rnzjy56dxh7d2sgrcvn4q77y0a8r0a48946h66zjp5w", - "registry+https://github.com/rust-lang/crates.io-index#uuid@1.10.0": "0503gvp08dh5mnm3f0ffqgisj6x3mbs53dmnn1lm19pga43a1pw1", + "registry+https://github.com/rust-lang/crates.io-index#uuid@1.11.0": "0sj4l28lif2wm4xrafdfgqjywjzv43wzp8nii9a4i539myhg1igq", "registry+https://github.com/rust-lang/crates.io-index#value-bag@1.9.0": "00aij8p1n7vcggkb9nxpwx9g5nqzclrf7prd1wpi9c3sscvw312s", "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15": "09i4nf5y8lig6xgj3f7fyrvzd3nlaw4znrihw8psidvv5yk4xkdc", "registry+https://github.com/rust-lang/crates.io-index#version-compare@0.2.0": "12y9262fhjm1wp0aj3mwhads7kv0jz8h168nn5fb8b43nwf9abl5", - "registry+https://github.com/rust-lang/crates.io-index#version_check@0.1.5": "1pf91pvj8n6akh7w6j5ypka6aqz08b3qpzgs0ak2kjf4frkiljwi", "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5": "0nhhi4i5x89gm911azqbn7avs9mdacw2i3vcz3cnmz3mv4rqz4hb", "registry+https://github.com/rust-lang/crates.io-index#wait-timeout@0.2.0": "1xpkk0j5l9pfmjfh1pi0i89invlavfrd9av5xp0zhxgb29dhy84z", "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1": "03hbfrnvqqdchb5kgxyavb9jabwza0dmh2vw5kg0dq8rxl57d9xz", "registry+https://github.com/rust-lang/crates.io-index#warp@0.3.7": "07137zd13lchy5hxpspd0hs6sl19b0fv2zc1chf02nwnzw1d4y23", - "registry+https://github.com/rust-lang/crates.io-index#wasi@0.10.0+wasi-snapshot-preview1": "07y3l8mzfzzz4cj09c8y90yak4hpsi9g7pllyzpr6xvwrabka50s", "registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1": "08z4hxwkpdpalxjps1ai9y7ihin26y9f476i53dv98v45gkqg3cw", "registry+https://github.com/rust-lang/crates.io-index#wasite@0.1.0": "0nw5h9nmcl4fyf4j5d4mfdjfgvwi1cakpi349wc4zrr59wxxinmq", "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.93": "0yypblaf94rdgqs5xw97499xfwgs1096yx026d6h88v563d9dqwx", @@ -484,6 +461,7 @@ "registry+https://github.com/rust-lang/crates.io-index#winnow@0.5.40": "0xk8maai7gyxda673mmw3pj1hdizy5fpi7287vaywykkk19sk4zm", "registry+https://github.com/rust-lang/crates.io-index#winreg@0.50.0": "1cddmp929k882mdh6i9f2as848f13qqna6czwsqzkh1pqnr5fkjj", "registry+https://github.com/rust-lang/crates.io-index#yansi-term@0.1.2": "1w8vjlvxba6yvidqdvxddx3crl6z66h39qxj8xi6aqayw2nk0p7y", + "registry+https://github.com/rust-lang/crates.io-index#yansi@1.0.1": "0jdh55jyv0dpd38ij4qh60zglbw9aa8wafqai6m0wa7xaxk3mrfg", "registry+https://github.com/rust-lang/crates.io-index#zerocopy-derive@0.7.35": "0gnf2ap2y92nwdalzz3x7142f2b83sni66l39vxp2ijd6j080kzs", "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.7.35": "1w36q7b9il2flg0qskapgi9ymgg7p985vniqd09vi0mwib8lz6qv", "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.1": "1pjdrmjwmszpxfd7r860jx54cyk94qk59x13sc307cvr5256glyf", diff --git a/flake.nix b/flake.nix index 3d8c97e..90b1d89 100644 --- a/flake.nix +++ b/flake.nix @@ -86,7 +86,7 @@ cyber-slides = cargo_nix.workspaceMembers.cyber-slides.build; cyberpunk-splash = cargo_nix.workspaceMembers.cyberpunk-splash.build; dashboard = cargo_nix.workspaceMembers.dashboard.build; - file-service = cargo_nix.workspaceMembers.file-service.build; + # file-service = cargo_nix.workspaceMembers.file-service.build; fitnesstrax = cargo_nix.workspaceMembers.fitnesstrax.build; otg-gtk = cargo_nix.workspaceMembers.otg-gtk.build; @@ -96,7 +96,7 @@ cyber-slides cyberpunk-splash dashboard - file-service + # file-service fitnesstrax otg-gtk ];