dependabot[bot] commited on
Commit
3a1ff0f
·
unverified ·
1 Parent(s): 4847a6e

build(deps): bump quinn-proto from 0.11.6 to 0.11.8 (#600)

Browse files
Files changed (1) hide show
  1. Cargo.lock +4 -25
Cargo.lock CHANGED
@@ -351,7 +351,7 @@ version = "0.4.12"
351
  source = "registry+https://github.com/rust-lang/crates.io-index"
352
  checksum = "fec134f64e2bc57411226dfc4e52dec859ddfc7e711fc5e07b612584f000e4aa"
353
  dependencies = [
354
- "brotli 5.0.0",
355
  "flate2",
356
  "futures-core",
357
  "memchr",
@@ -490,28 +490,7 @@ checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
490
  dependencies = [
491
  "alloc-no-stdlib",
492
  "alloc-stdlib",
493
- "brotli-decompressor 2.5.1",
494
- ]
495
-
496
- [[package]]
497
- name = "brotli"
498
- version = "5.0.0"
499
- source = "registry+https://github.com/rust-lang/crates.io-index"
500
- checksum = "19483b140a7ac7174d34b5a581b406c64f84da5409d3e09cf4fff604f9270e67"
501
- dependencies = [
502
- "alloc-no-stdlib",
503
- "alloc-stdlib",
504
- "brotli-decompressor 4.0.0",
505
- ]
506
-
507
- [[package]]
508
- name = "brotli-decompressor"
509
- version = "4.0.1"
510
- source = "registry+https://github.com/rust-lang/crates.io-index"
511
- checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
512
- dependencies = [
513
- "alloc-no-stdlib",
514
- "alloc-stdlib",
515
  ]
516
 
517
  [[package]]
@@ -2849,9 +2828,9 @@ dependencies = [
2849
 
2850
  [[package]]
2851
  name = "quinn-proto"
2852
- version = "0.11.6"
2853
  source = "registry+https://github.com/rust-lang/crates.io-index"
2854
- checksum = "ba92fb39ec7ad06ca2582c0ca834dfeadcaf06ddfc8e635c80aa7e1c05315fdd"
2855
  dependencies = [
2856
  "bytes 1.6.0",
2857
  "rand 0.8.5",
 
351
  source = "registry+https://github.com/rust-lang/crates.io-index"
352
  checksum = "fec134f64e2bc57411226dfc4e52dec859ddfc7e711fc5e07b612584f000e4aa"
353
  dependencies = [
354
+ "brotli",
355
  "flate2",
356
  "futures-core",
357
  "memchr",
 
490
  dependencies = [
491
  "alloc-no-stdlib",
492
  "alloc-stdlib",
493
+ "brotli-decompressor",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
494
  ]
495
 
496
  [[package]]
 
2828
 
2829
  [[package]]
2830
  name = "quinn-proto"
2831
+ version = "0.11.8"
2832
  source = "registry+https://github.com/rust-lang/crates.io-index"
2833
+ checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
2834
  dependencies = [
2835
  "bytes 1.6.0",
2836
  "rand 0.8.5",