...

Text file src/github.com/linkerd/linkerd2-proxy-api/Cargo.lock

Documentation: github.com/linkerd/linkerd2-proxy-api

     1# This file is automatically @generated by Cargo.
     2# It is not intended for manual editing.
     3version = 3
     4
     5[[package]]
     6name = "aho-corasick"
     7version = "1.1.2"
     8source = "registry+https://github.com/rust-lang/crates.io-index"
     9checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
    10dependencies = [
    11 "memchr",
    12]
    13
    14[[package]]
    15name = "anyhow"
    16version = "1.0.69"
    17source = "registry+https://github.com/rust-lang/crates.io-index"
    18checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
    19
    20[[package]]
    21name = "async-trait"
    22version = "0.1.66"
    23source = "registry+https://github.com/rust-lang/crates.io-index"
    24checksum = "b84f9ebcc6c1f5b8cb160f6990096a5c127f423fcb6e1ccc46c370cbdfb75dfc"
    25dependencies = [
    26 "proc-macro2",
    27 "quote",
    28 "syn 1.0.109",
    29]
    30
    31[[package]]
    32name = "autocfg"
    33version = "1.1.0"
    34source = "registry+https://github.com/rust-lang/crates.io-index"
    35checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
    36
    37[[package]]
    38name = "base64"
    39version = "0.21.5"
    40source = "registry+https://github.com/rust-lang/crates.io-index"
    41checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
    42
    43[[package]]
    44name = "bitflags"
    45version = "1.3.2"
    46source = "registry+https://github.com/rust-lang/crates.io-index"
    47checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
    48
    49[[package]]
    50name = "bytes"
    51version = "1.4.0"
    52source = "registry+https://github.com/rust-lang/crates.io-index"
    53checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
    54
    55[[package]]
    56name = "cfg-if"
    57version = "1.0.0"
    58source = "registry+https://github.com/rust-lang/crates.io-index"
    59checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
    60
    61[[package]]
    62name = "either"
    63version = "1.8.1"
    64source = "registry+https://github.com/rust-lang/crates.io-index"
    65checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
    66
    67[[package]]
    68name = "equivalent"
    69version = "1.0.1"
    70source = "registry+https://github.com/rust-lang/crates.io-index"
    71checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
    72
    73[[package]]
    74name = "errno"
    75version = "0.3.8"
    76source = "registry+https://github.com/rust-lang/crates.io-index"
    77checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
    78dependencies = [
    79 "libc",
    80 "windows-sys 0.52.0",
    81]
    82
    83[[package]]
    84name = "fastrand"
    85version = "1.9.0"
    86source = "registry+https://github.com/rust-lang/crates.io-index"
    87checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
    88dependencies = [
    89 "instant",
    90]
    91
    92[[package]]
    93name = "fixedbitset"
    94version = "0.4.2"
    95source = "registry+https://github.com/rust-lang/crates.io-index"
    96checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
    97
    98[[package]]
    99name = "fnv"
   100version = "1.0.7"
   101source = "registry+https://github.com/rust-lang/crates.io-index"
   102checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
   103
   104[[package]]
   105name = "futures-core"
   106version = "0.3.26"
   107source = "registry+https://github.com/rust-lang/crates.io-index"
   108checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
   109
   110[[package]]
   111name = "futures-sink"
   112version = "0.3.26"
   113source = "registry+https://github.com/rust-lang/crates.io-index"
   114checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
   115
   116[[package]]
   117name = "futures-task"
   118version = "0.3.26"
   119source = "registry+https://github.com/rust-lang/crates.io-index"
   120checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
   121
   122[[package]]
   123name = "futures-util"
   124version = "0.3.26"
   125source = "registry+https://github.com/rust-lang/crates.io-index"
   126checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
   127dependencies = [
   128 "futures-core",
   129 "futures-task",
   130 "pin-project-lite",
   131 "pin-utils",
   132]
   133
   134[[package]]
   135name = "getrandom"
   136version = "0.2.8"
   137source = "registry+https://github.com/rust-lang/crates.io-index"
   138checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
   139dependencies = [
   140 "cfg-if",
   141 "libc",
   142 "wasi",
   143]
   144
   145[[package]]
   146name = "h2"
   147version = "0.3.26"
   148source = "registry+https://github.com/rust-lang/crates.io-index"
   149checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
   150dependencies = [
   151 "bytes",
   152 "fnv",
   153 "futures-core",
   154 "futures-sink",
   155 "futures-util",
   156 "http",
   157 "indexmap 2.2.3",
   158 "slab",
   159 "tokio",
   160 "tokio-util",
   161 "tracing",
   162]
   163
   164[[package]]
   165name = "hashbrown"
   166version = "0.12.3"
   167source = "registry+https://github.com/rust-lang/crates.io-index"
   168checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
   169
   170[[package]]
   171name = "hashbrown"
   172version = "0.14.3"
   173source = "registry+https://github.com/rust-lang/crates.io-index"
   174checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
   175
   176[[package]]
   177name = "heck"
   178version = "0.4.1"
   179source = "registry+https://github.com/rust-lang/crates.io-index"
   180checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
   181
   182[[package]]
   183name = "http"
   184version = "0.2.12"
   185source = "registry+https://github.com/rust-lang/crates.io-index"
   186checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
   187dependencies = [
   188 "bytes",
   189 "fnv",
   190 "itoa",
   191]
   192
   193[[package]]
   194name = "http-body"
   195version = "0.4.5"
   196source = "registry+https://github.com/rust-lang/crates.io-index"
   197checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
   198dependencies = [
   199 "bytes",
   200 "http",
   201 "pin-project-lite",
   202]
   203
   204[[package]]
   205name = "indexmap"
   206version = "1.9.2"
   207source = "registry+https://github.com/rust-lang/crates.io-index"
   208checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
   209dependencies = [
   210 "autocfg",
   211 "hashbrown 0.12.3",
   212]
   213
   214[[package]]
   215name = "indexmap"
   216version = "2.2.3"
   217source = "registry+https://github.com/rust-lang/crates.io-index"
   218checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177"
   219dependencies = [
   220 "equivalent",
   221 "hashbrown 0.14.3",
   222]
   223
   224[[package]]
   225name = "instant"
   226version = "0.1.12"
   227source = "registry+https://github.com/rust-lang/crates.io-index"
   228checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
   229dependencies = [
   230 "cfg-if",
   231]
   232
   233[[package]]
   234name = "io-lifetimes"
   235version = "1.0.6"
   236source = "registry+https://github.com/rust-lang/crates.io-index"
   237checksum = "cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3"
   238dependencies = [
   239 "libc",
   240 "windows-sys 0.45.0",
   241]
   242
   243[[package]]
   244name = "ipnet"
   245version = "2.9.0"
   246source = "registry+https://github.com/rust-lang/crates.io-index"
   247checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
   248
   249[[package]]
   250name = "itertools"
   251version = "0.10.5"
   252source = "registry+https://github.com/rust-lang/crates.io-index"
   253checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
   254dependencies = [
   255 "either",
   256]
   257
   258[[package]]
   259name = "itoa"
   260version = "1.0.6"
   261source = "registry+https://github.com/rust-lang/crates.io-index"
   262checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
   263
   264[[package]]
   265name = "libc"
   266version = "0.2.139"
   267source = "registry+https://github.com/rust-lang/crates.io-index"
   268checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
   269
   270[[package]]
   271name = "linkerd2-proxy-api"
   272version = "0.13.1"
   273dependencies = [
   274 "h2",
   275 "http",
   276 "ipnet",
   277 "prost",
   278 "prost-types",
   279 "quickcheck",
   280 "thiserror",
   281 "tonic",
   282 "tonic-build",
   283]
   284
   285[[package]]
   286name = "linux-raw-sys"
   287version = "0.1.4"
   288source = "registry+https://github.com/rust-lang/crates.io-index"
   289checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
   290
   291[[package]]
   292name = "log"
   293version = "0.4.17"
   294source = "registry+https://github.com/rust-lang/crates.io-index"
   295checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
   296dependencies = [
   297 "cfg-if",
   298]
   299
   300[[package]]
   301name = "memchr"
   302version = "2.6.4"
   303source = "registry+https://github.com/rust-lang/crates.io-index"
   304checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
   305
   306[[package]]
   307name = "multimap"
   308version = "0.8.3"
   309source = "registry+https://github.com/rust-lang/crates.io-index"
   310checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
   311
   312[[package]]
   313name = "once_cell"
   314version = "1.17.1"
   315source = "registry+https://github.com/rust-lang/crates.io-index"
   316checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
   317
   318[[package]]
   319name = "percent-encoding"
   320version = "2.2.0"
   321source = "registry+https://github.com/rust-lang/crates.io-index"
   322checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
   323
   324[[package]]
   325name = "petgraph"
   326version = "0.6.3"
   327source = "registry+https://github.com/rust-lang/crates.io-index"
   328checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
   329dependencies = [
   330 "fixedbitset",
   331 "indexmap 1.9.2",
   332]
   333
   334[[package]]
   335name = "pin-project"
   336version = "1.0.12"
   337source = "registry+https://github.com/rust-lang/crates.io-index"
   338checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
   339dependencies = [
   340 "pin-project-internal",
   341]
   342
   343[[package]]
   344name = "pin-project-internal"
   345version = "1.0.12"
   346source = "registry+https://github.com/rust-lang/crates.io-index"
   347checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
   348dependencies = [
   349 "proc-macro2",
   350 "quote",
   351 "syn 1.0.109",
   352]
   353
   354[[package]]
   355name = "pin-project-lite"
   356version = "0.2.9"
   357source = "registry+https://github.com/rust-lang/crates.io-index"
   358checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
   359
   360[[package]]
   361name = "pin-utils"
   362version = "0.1.0"
   363source = "registry+https://github.com/rust-lang/crates.io-index"
   364checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
   365
   366[[package]]
   367name = "prettyplease"
   368version = "0.2.15"
   369source = "registry+https://github.com/rust-lang/crates.io-index"
   370checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
   371dependencies = [
   372 "proc-macro2",
   373 "syn 2.0.46",
   374]
   375
   376[[package]]
   377name = "proc-macro2"
   378version = "1.0.74"
   379source = "registry+https://github.com/rust-lang/crates.io-index"
   380checksum = "2de98502f212cfcea8d0bb305bd0f49d7ebdd75b64ba0a68f937d888f4e0d6db"
   381dependencies = [
   382 "unicode-ident",
   383]
   384
   385[[package]]
   386name = "prost"
   387version = "0.12.4"
   388source = "registry+https://github.com/rust-lang/crates.io-index"
   389checksum = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922"
   390dependencies = [
   391 "bytes",
   392 "prost-derive",
   393]
   394
   395[[package]]
   396name = "prost-build"
   397version = "0.12.3"
   398source = "registry+https://github.com/rust-lang/crates.io-index"
   399checksum = "c55e02e35260070b6f716a2423c2ff1c3bb1642ddca6f99e1f26d06268a0e2d2"
   400dependencies = [
   401 "bytes",
   402 "heck",
   403 "itertools",
   404 "log",
   405 "multimap",
   406 "once_cell",
   407 "petgraph",
   408 "prettyplease",
   409 "prost",
   410 "prost-types",
   411 "regex",
   412 "syn 2.0.46",
   413 "tempfile",
   414 "which",
   415]
   416
   417[[package]]
   418name = "prost-derive"
   419version = "0.12.4"
   420source = "registry+https://github.com/rust-lang/crates.io-index"
   421checksum = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48"
   422dependencies = [
   423 "anyhow",
   424 "itertools",
   425 "proc-macro2",
   426 "quote",
   427 "syn 2.0.46",
   428]
   429
   430[[package]]
   431name = "prost-types"
   432version = "0.12.4"
   433source = "registry+https://github.com/rust-lang/crates.io-index"
   434checksum = "3235c33eb02c1f1e212abdbe34c78b264b038fb58ca612664343271e36e55ffe"
   435dependencies = [
   436 "prost",
   437]
   438
   439[[package]]
   440name = "quickcheck"
   441version = "1.0.3"
   442source = "registry+https://github.com/rust-lang/crates.io-index"
   443checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
   444dependencies = [
   445 "rand",
   446]
   447
   448[[package]]
   449name = "quote"
   450version = "1.0.35"
   451source = "registry+https://github.com/rust-lang/crates.io-index"
   452checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
   453dependencies = [
   454 "proc-macro2",
   455]
   456
   457[[package]]
   458name = "rand"
   459version = "0.8.5"
   460source = "registry+https://github.com/rust-lang/crates.io-index"
   461checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
   462dependencies = [
   463 "rand_core",
   464]
   465
   466[[package]]
   467name = "rand_core"
   468version = "0.6.4"
   469source = "registry+https://github.com/rust-lang/crates.io-index"
   470checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
   471dependencies = [
   472 "getrandom",
   473]
   474
   475[[package]]
   476name = "redox_syscall"
   477version = "0.2.16"
   478source = "registry+https://github.com/rust-lang/crates.io-index"
   479checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
   480dependencies = [
   481 "bitflags",
   482]
   483
   484[[package]]
   485name = "regex"
   486version = "1.10.2"
   487source = "registry+https://github.com/rust-lang/crates.io-index"
   488checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
   489dependencies = [
   490 "aho-corasick",
   491 "memchr",
   492 "regex-automata",
   493 "regex-syntax",
   494]
   495
   496[[package]]
   497name = "regex-automata"
   498version = "0.4.3"
   499source = "registry+https://github.com/rust-lang/crates.io-index"
   500checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
   501dependencies = [
   502 "aho-corasick",
   503 "memchr",
   504 "regex-syntax",
   505]
   506
   507[[package]]
   508name = "regex-syntax"
   509version = "0.8.2"
   510source = "registry+https://github.com/rust-lang/crates.io-index"
   511checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
   512
   513[[package]]
   514name = "rustix"
   515version = "0.36.17"
   516source = "registry+https://github.com/rust-lang/crates.io-index"
   517checksum = "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed"
   518dependencies = [
   519 "bitflags",
   520 "errno",
   521 "io-lifetimes",
   522 "libc",
   523 "linux-raw-sys",
   524 "windows-sys 0.45.0",
   525]
   526
   527[[package]]
   528name = "slab"
   529version = "0.4.8"
   530source = "registry+https://github.com/rust-lang/crates.io-index"
   531checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
   532dependencies = [
   533 "autocfg",
   534]
   535
   536[[package]]
   537name = "syn"
   538version = "1.0.109"
   539source = "registry+https://github.com/rust-lang/crates.io-index"
   540checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
   541dependencies = [
   542 "proc-macro2",
   543 "quote",
   544 "unicode-ident",
   545]
   546
   547[[package]]
   548name = "syn"
   549version = "2.0.46"
   550source = "registry+https://github.com/rust-lang/crates.io-index"
   551checksum = "89456b690ff72fddcecf231caedbe615c59480c93358a93dfae7fc29e3ebbf0e"
   552dependencies = [
   553 "proc-macro2",
   554 "quote",
   555 "unicode-ident",
   556]
   557
   558[[package]]
   559name = "tempfile"
   560version = "3.4.0"
   561source = "registry+https://github.com/rust-lang/crates.io-index"
   562checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
   563dependencies = [
   564 "cfg-if",
   565 "fastrand",
   566 "redox_syscall",
   567 "rustix",
   568 "windows-sys 0.42.0",
   569]
   570
   571[[package]]
   572name = "thiserror"
   573version = "1.0.59"
   574source = "registry+https://github.com/rust-lang/crates.io-index"
   575checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa"
   576dependencies = [
   577 "thiserror-impl",
   578]
   579
   580[[package]]
   581name = "thiserror-impl"
   582version = "1.0.59"
   583source = "registry+https://github.com/rust-lang/crates.io-index"
   584checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66"
   585dependencies = [
   586 "proc-macro2",
   587 "quote",
   588 "syn 2.0.46",
   589]
   590
   591[[package]]
   592name = "tokio"
   593version = "1.26.0"
   594source = "registry+https://github.com/rust-lang/crates.io-index"
   595checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
   596dependencies = [
   597 "autocfg",
   598 "bytes",
   599 "memchr",
   600 "pin-project-lite",
   601 "windows-sys 0.45.0",
   602]
   603
   604[[package]]
   605name = "tokio-stream"
   606version = "0.1.12"
   607source = "registry+https://github.com/rust-lang/crates.io-index"
   608checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
   609dependencies = [
   610 "futures-core",
   611 "pin-project-lite",
   612 "tokio",
   613]
   614
   615[[package]]
   616name = "tokio-util"
   617version = "0.7.7"
   618source = "registry+https://github.com/rust-lang/crates.io-index"
   619checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
   620dependencies = [
   621 "bytes",
   622 "futures-core",
   623 "futures-sink",
   624 "pin-project-lite",
   625 "tokio",
   626 "tracing",
   627]
   628
   629[[package]]
   630name = "tonic"
   631version = "0.10.2"
   632source = "registry+https://github.com/rust-lang/crates.io-index"
   633checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e"
   634dependencies = [
   635 "async-trait",
   636 "base64",
   637 "bytes",
   638 "http",
   639 "http-body",
   640 "percent-encoding",
   641 "pin-project",
   642 "prost",
   643 "tokio",
   644 "tokio-stream",
   645 "tower-layer",
   646 "tower-service",
   647 "tracing",
   648]
   649
   650[[package]]
   651name = "tonic-build"
   652version = "0.10.2"
   653source = "registry+https://github.com/rust-lang/crates.io-index"
   654checksum = "9d021fc044c18582b9a2408cd0dd05b1596e3ecdb5c4df822bb0183545683889"
   655dependencies = [
   656 "prettyplease",
   657 "proc-macro2",
   658 "prost-build",
   659 "quote",
   660 "syn 2.0.46",
   661]
   662
   663[[package]]
   664name = "tower-layer"
   665version = "0.3.2"
   666source = "registry+https://github.com/rust-lang/crates.io-index"
   667checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
   668
   669[[package]]
   670name = "tower-service"
   671version = "0.3.2"
   672source = "registry+https://github.com/rust-lang/crates.io-index"
   673checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
   674
   675[[package]]
   676name = "tracing"
   677version = "0.1.37"
   678source = "registry+https://github.com/rust-lang/crates.io-index"
   679checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
   680dependencies = [
   681 "cfg-if",
   682 "pin-project-lite",
   683 "tracing-attributes",
   684 "tracing-core",
   685]
   686
   687[[package]]
   688name = "tracing-attributes"
   689version = "0.1.23"
   690source = "registry+https://github.com/rust-lang/crates.io-index"
   691checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
   692dependencies = [
   693 "proc-macro2",
   694 "quote",
   695 "syn 1.0.109",
   696]
   697
   698[[package]]
   699name = "tracing-core"
   700version = "0.1.30"
   701source = "registry+https://github.com/rust-lang/crates.io-index"
   702checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
   703dependencies = [
   704 "once_cell",
   705]
   706
   707[[package]]
   708name = "unicode-ident"
   709version = "1.0.8"
   710source = "registry+https://github.com/rust-lang/crates.io-index"
   711checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
   712
   713[[package]]
   714name = "wasi"
   715version = "0.11.0+wasi-snapshot-preview1"
   716source = "registry+https://github.com/rust-lang/crates.io-index"
   717checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
   718
   719[[package]]
   720name = "which"
   721version = "4.4.0"
   722source = "registry+https://github.com/rust-lang/crates.io-index"
   723checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
   724dependencies = [
   725 "either",
   726 "libc",
   727 "once_cell",
   728]
   729
   730[[package]]
   731name = "windows-sys"
   732version = "0.42.0"
   733source = "registry+https://github.com/rust-lang/crates.io-index"
   734checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
   735dependencies = [
   736 "windows_aarch64_gnullvm 0.42.1",
   737 "windows_aarch64_msvc 0.42.1",
   738 "windows_i686_gnu 0.42.1",
   739 "windows_i686_msvc 0.42.1",
   740 "windows_x86_64_gnu 0.42.1",
   741 "windows_x86_64_gnullvm 0.42.1",
   742 "windows_x86_64_msvc 0.42.1",
   743]
   744
   745[[package]]
   746name = "windows-sys"
   747version = "0.45.0"
   748source = "registry+https://github.com/rust-lang/crates.io-index"
   749checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
   750dependencies = [
   751 "windows-targets 0.42.1",
   752]
   753
   754[[package]]
   755name = "windows-sys"
   756version = "0.52.0"
   757source = "registry+https://github.com/rust-lang/crates.io-index"
   758checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
   759dependencies = [
   760 "windows-targets 0.52.0",
   761]
   762
   763[[package]]
   764name = "windows-targets"
   765version = "0.42.1"
   766source = "registry+https://github.com/rust-lang/crates.io-index"
   767checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
   768dependencies = [
   769 "windows_aarch64_gnullvm 0.42.1",
   770 "windows_aarch64_msvc 0.42.1",
   771 "windows_i686_gnu 0.42.1",
   772 "windows_i686_msvc 0.42.1",
   773 "windows_x86_64_gnu 0.42.1",
   774 "windows_x86_64_gnullvm 0.42.1",
   775 "windows_x86_64_msvc 0.42.1",
   776]
   777
   778[[package]]
   779name = "windows-targets"
   780version = "0.52.0"
   781source = "registry+https://github.com/rust-lang/crates.io-index"
   782checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
   783dependencies = [
   784 "windows_aarch64_gnullvm 0.52.0",
   785 "windows_aarch64_msvc 0.52.0",
   786 "windows_i686_gnu 0.52.0",
   787 "windows_i686_msvc 0.52.0",
   788 "windows_x86_64_gnu 0.52.0",
   789 "windows_x86_64_gnullvm 0.52.0",
   790 "windows_x86_64_msvc 0.52.0",
   791]
   792
   793[[package]]
   794name = "windows_aarch64_gnullvm"
   795version = "0.42.1"
   796source = "registry+https://github.com/rust-lang/crates.io-index"
   797checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
   798
   799[[package]]
   800name = "windows_aarch64_gnullvm"
   801version = "0.52.0"
   802source = "registry+https://github.com/rust-lang/crates.io-index"
   803checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
   804
   805[[package]]
   806name = "windows_aarch64_msvc"
   807version = "0.42.1"
   808source = "registry+https://github.com/rust-lang/crates.io-index"
   809checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
   810
   811[[package]]
   812name = "windows_aarch64_msvc"
   813version = "0.52.0"
   814source = "registry+https://github.com/rust-lang/crates.io-index"
   815checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
   816
   817[[package]]
   818name = "windows_i686_gnu"
   819version = "0.42.1"
   820source = "registry+https://github.com/rust-lang/crates.io-index"
   821checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
   822
   823[[package]]
   824name = "windows_i686_gnu"
   825version = "0.52.0"
   826source = "registry+https://github.com/rust-lang/crates.io-index"
   827checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
   828
   829[[package]]
   830name = "windows_i686_msvc"
   831version = "0.42.1"
   832source = "registry+https://github.com/rust-lang/crates.io-index"
   833checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
   834
   835[[package]]
   836name = "windows_i686_msvc"
   837version = "0.52.0"
   838source = "registry+https://github.com/rust-lang/crates.io-index"
   839checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
   840
   841[[package]]
   842name = "windows_x86_64_gnu"
   843version = "0.42.1"
   844source = "registry+https://github.com/rust-lang/crates.io-index"
   845checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
   846
   847[[package]]
   848name = "windows_x86_64_gnu"
   849version = "0.52.0"
   850source = "registry+https://github.com/rust-lang/crates.io-index"
   851checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
   852
   853[[package]]
   854name = "windows_x86_64_gnullvm"
   855version = "0.42.1"
   856source = "registry+https://github.com/rust-lang/crates.io-index"
   857checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
   858
   859[[package]]
   860name = "windows_x86_64_gnullvm"
   861version = "0.52.0"
   862source = "registry+https://github.com/rust-lang/crates.io-index"
   863checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
   864
   865[[package]]
   866name = "windows_x86_64_msvc"
   867version = "0.42.1"
   868source = "registry+https://github.com/rust-lang/crates.io-index"
   869checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
   870
   871[[package]]
   872name = "windows_x86_64_msvc"
   873version = "0.52.0"
   874source = "registry+https://github.com/rust-lang/crates.io-index"
   875checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"

View as plain text