neon_arch commited on
Commit
bbc2268
β€’
1 Parent(s): 4dd44ae

🚨 chore: make build and clippy checks happy (#375)

Browse files
Files changed (1) hide show
  1. Cargo.lock +17 -10
Cargo.lock CHANGED
@@ -248,7 +248,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
248
 
249
  [[package]]
250
  name = "ahash"
251
- version = "0.8.6"
252
  source = "registry+https://github.com/rust-lang/crates.io-index"
253
  checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd"
254
  dependencies = [
@@ -724,7 +724,7 @@ version = "0.12.0"
724
  source = "registry+https://github.com/rust-lang/crates.io-index"
725
  checksum = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"
726
  dependencies = [
727
- "time 0.1.43",
728
  "url 1.7.2",
729
  ]
730
 
@@ -752,7 +752,7 @@ dependencies = [
752
  "publicsuffix",
753
  "serde",
754
  "serde_json",
755
- "time 0.1.43",
756
  "try_from",
757
  "url 1.7.2",
758
  ]
@@ -1413,7 +1413,7 @@ checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
1413
  dependencies = [
1414
  "cfg-if 1.0.0",
1415
  "libc",
1416
- "wasi",
1417
  ]
1418
 
1419
  [[package]]
@@ -1659,7 +1659,7 @@ dependencies = [
1659
  "log",
1660
  "net2",
1661
  "rustc_version 0.2.3",
1662
- "time 0.1.43",
1663
  "tokio 0.1.22",
1664
  "tokio-buf",
1665
  "tokio-executor",
@@ -2142,7 +2142,7 @@ checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
2142
  dependencies = [
2143
  "libc",
2144
  "log",
2145
- "wasi",
2146
  "windows-sys",
2147
  ]
2148
 
@@ -2760,7 +2760,7 @@ dependencies = [
2760
  "mach2",
2761
  "once_cell",
2762
  "raw-cpuid",
2763
- "wasi",
2764
  "web-sys",
2765
  "winapi 0.3.9",
2766
  ]
@@ -3063,7 +3063,7 @@ dependencies = [
3063
  "serde",
3064
  "serde_json",
3065
  "serde_urlencoded 0.5.5",
3066
- "time 0.1.43",
3067
  "tokio 0.1.22",
3068
  "tokio-executor",
3069
  "tokio-io",
@@ -3800,11 +3800,12 @@ checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
3800
 
3801
  [[package]]
3802
  name = "time"
3803
- version = "0.1.43"
3804
  source = "registry+https://github.com/rust-lang/crates.io-index"
3805
- checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
3806
  dependencies = [
3807
  "libc",
 
3808
  "winapi 0.3.9",
3809
  ]
3810
 
@@ -4273,6 +4274,12 @@ dependencies = [
4273
  "try-lock",
4274
  ]
4275
 
 
 
 
 
 
 
4276
  [[package]]
4277
  name = "wasi"
4278
  version = "0.11.0+wasi-snapshot-preview1"
 
248
 
249
  [[package]]
250
  name = "ahash"
251
+ version = "0.7.7"
252
  source = "registry+https://github.com/rust-lang/crates.io-index"
253
  checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd"
254
  dependencies = [
 
724
  source = "registry+https://github.com/rust-lang/crates.io-index"
725
  checksum = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"
726
  dependencies = [
727
+ "time 0.1.45",
728
  "url 1.7.2",
729
  ]
730
 
 
752
  "publicsuffix",
753
  "serde",
754
  "serde_json",
755
+ "time 0.1.45",
756
  "try_from",
757
  "url 1.7.2",
758
  ]
 
1413
  dependencies = [
1414
  "cfg-if 1.0.0",
1415
  "libc",
1416
+ "wasi 0.11.0+wasi-snapshot-preview1",
1417
  ]
1418
 
1419
  [[package]]
 
1659
  "log",
1660
  "net2",
1661
  "rustc_version 0.2.3",
1662
+ "time 0.1.45",
1663
  "tokio 0.1.22",
1664
  "tokio-buf",
1665
  "tokio-executor",
 
2142
  dependencies = [
2143
  "libc",
2144
  "log",
2145
+ "wasi 0.11.0+wasi-snapshot-preview1",
2146
  "windows-sys",
2147
  ]
2148
 
 
2760
  "mach2",
2761
  "once_cell",
2762
  "raw-cpuid",
2763
+ "wasi 0.11.0+wasi-snapshot-preview1",
2764
  "web-sys",
2765
  "winapi 0.3.9",
2766
  ]
 
3063
  "serde",
3064
  "serde_json",
3065
  "serde_urlencoded 0.5.5",
3066
+ "time 0.1.45",
3067
  "tokio 0.1.22",
3068
  "tokio-executor",
3069
  "tokio-io",
 
3800
 
3801
  [[package]]
3802
  name = "time"
3803
+ version = "0.1.45"
3804
  source = "registry+https://github.com/rust-lang/crates.io-index"
3805
+ checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
3806
  dependencies = [
3807
  "libc",
3808
+ "wasi 0.10.0+wasi-snapshot-preview1",
3809
  "winapi 0.3.9",
3810
  ]
3811
 
 
4274
  "try-lock",
4275
  ]
4276
 
4277
+ [[package]]
4278
+ name = "wasi"
4279
+ version = "0.10.0+wasi-snapshot-preview1"
4280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4281
+ checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
4282
+
4283
  [[package]]
4284
  name = "wasi"
4285
  version = "0.11.0+wasi-snapshot-preview1"