Ron Green commited on
Commit
092a38f
β€’
1 Parent(s): ad297a0

πŸ”§ Remove the unwanted `once_cell` crate

Browse files
Files changed (2) hide show
  1. Cargo.lock +104 -28
  2. Cargo.toml +0 -1
Cargo.lock CHANGED
@@ -1563,6 +1563,20 @@ dependencies = [
1563
  "want 0.3.1",
1564
  ]
1565
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1566
  [[package]]
1567
  name = "hyper-tls"
1568
  version = "0.3.2"
@@ -1576,19 +1590,6 @@ dependencies = [
1576
  "tokio-io",
1577
  ]
1578
 
1579
- [[package]]
1580
- name = "hyper-tls"
1581
- version = "0.5.0"
1582
- source = "registry+https://github.com/rust-lang/crates.io-index"
1583
- checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1584
- dependencies = [
1585
- "bytes 1.5.0",
1586
- "hyper 0.14.27",
1587
- "native-tls",
1588
- "tokio 1.32.0",
1589
- "tokio-native-tls",
1590
- ]
1591
-
1592
  [[package]]
1593
  name = "idna"
1594
  version = "0.1.5"
@@ -2792,7 +2793,7 @@ dependencies = [
2792
  "futures 0.1.31",
2793
  "http 0.1.21",
2794
  "hyper 0.12.36",
2795
- "hyper-tls 0.3.2",
2796
  "log",
2797
  "mime",
2798
  "mime_guess",
@@ -2826,29 +2827,46 @@ dependencies = [
2826
  "http 0.2.9",
2827
  "http-body 0.4.5",
2828
  "hyper 0.14.27",
2829
- "hyper-tls 0.5.0",
2830
  "ipnet",
2831
  "js-sys",
2832
  "log",
2833
  "mime",
2834
- "native-tls",
2835
  "once_cell",
2836
  "percent-encoding 2.3.0",
2837
  "pin-project-lite",
 
 
2838
  "serde",
2839
  "serde_json",
2840
  "serde_urlencoded 0.7.1",
2841
  "system-configuration",
2842
  "tokio 1.32.0",
2843
- "tokio-native-tls",
2844
  "tower-service",
2845
  "url 2.4.1",
2846
  "wasm-bindgen",
2847
  "wasm-bindgen-futures",
2848
  "web-sys",
 
2849
  "winreg 0.50.0",
2850
  ]
2851
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2852
  [[package]]
2853
  name = "rustc-demangle"
2854
  version = "0.1.23"
@@ -2892,6 +2910,37 @@ dependencies = [
2892
  "windows-sys",
2893
  ]
2894
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2895
  [[package]]
2896
  name = "rusty-hook"
2897
  version = "0.11.2"
@@ -2951,6 +3000,16 @@ dependencies = [
2951
  "tendril",
2952
  ]
2953
 
 
 
 
 
 
 
 
 
 
 
2954
  [[package]]
2955
  name = "security-framework"
2956
  version = "2.9.2"
@@ -3202,6 +3261,12 @@ dependencies = [
3202
  "windows-sys",
3203
  ]
3204
 
 
 
 
 
 
 
3205
  [[package]]
3206
  name = "stable_deref_trait"
3207
  version = "1.2.0"
@@ -3572,16 +3637,6 @@ dependencies = [
3572
  "syn 2.0.37",
3573
  ]
3574
 
3575
- [[package]]
3576
- name = "tokio-native-tls"
3577
- version = "0.3.1"
3578
- source = "registry+https://github.com/rust-lang/crates.io-index"
3579
- checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
3580
- dependencies = [
3581
- "native-tls",
3582
- "tokio 1.32.0",
3583
- ]
3584
-
3585
  [[package]]
3586
  name = "tokio-reactor"
3587
  version = "0.1.12"
@@ -3612,6 +3667,16 @@ dependencies = [
3612
  "tokio 1.32.0",
3613
  ]
3614
 
 
 
 
 
 
 
 
 
 
 
3615
  [[package]]
3616
  name = "tokio-sync"
3617
  version = "0.1.8"
@@ -3796,6 +3861,12 @@ version = "0.2.4"
3796
  source = "registry+https://github.com/rust-lang/crates.io-index"
3797
  checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
3798
 
 
 
 
 
 
 
3799
  [[package]]
3800
  name = "url"
3801
  version = "1.7.2"
@@ -3963,6 +4034,12 @@ dependencies = [
3963
  "wasm-bindgen",
3964
  ]
3965
 
 
 
 
 
 
 
3966
  [[package]]
3967
  name = "websurfx"
3968
  version = "1.0.11"
@@ -3985,7 +4062,6 @@ dependencies = [
3985
  "mimalloc",
3986
  "mini-moka",
3987
  "mlua",
3988
- "once_cell",
3989
  "rand 0.8.5",
3990
  "redis",
3991
  "regex",
 
1563
  "want 0.3.1",
1564
  ]
1565
 
1566
+ [[package]]
1567
+ name = "hyper-rustls"
1568
+ version = "0.24.1"
1569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1570
+ checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
1571
+ dependencies = [
1572
+ "futures-util",
1573
+ "http 0.2.9",
1574
+ "hyper 0.14.27",
1575
+ "rustls",
1576
+ "tokio 1.32.0",
1577
+ "tokio-rustls",
1578
+ ]
1579
+
1580
  [[package]]
1581
  name = "hyper-tls"
1582
  version = "0.3.2"
 
1590
  "tokio-io",
1591
  ]
1592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1593
  [[package]]
1594
  name = "idna"
1595
  version = "0.1.5"
 
2793
  "futures 0.1.31",
2794
  "http 0.1.21",
2795
  "hyper 0.12.36",
2796
+ "hyper-tls",
2797
  "log",
2798
  "mime",
2799
  "mime_guess",
 
2827
  "http 0.2.9",
2828
  "http-body 0.4.5",
2829
  "hyper 0.14.27",
2830
+ "hyper-rustls",
2831
  "ipnet",
2832
  "js-sys",
2833
  "log",
2834
  "mime",
 
2835
  "once_cell",
2836
  "percent-encoding 2.3.0",
2837
  "pin-project-lite",
2838
+ "rustls",
2839
+ "rustls-pemfile",
2840
  "serde",
2841
  "serde_json",
2842
  "serde_urlencoded 0.7.1",
2843
  "system-configuration",
2844
  "tokio 1.32.0",
2845
+ "tokio-rustls",
2846
  "tower-service",
2847
  "url 2.4.1",
2848
  "wasm-bindgen",
2849
  "wasm-bindgen-futures",
2850
  "web-sys",
2851
+ "webpki-roots",
2852
  "winreg 0.50.0",
2853
  ]
2854
 
2855
+ [[package]]
2856
+ name = "ring"
2857
+ version = "0.16.20"
2858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2859
+ checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2860
+ dependencies = [
2861
+ "cc",
2862
+ "libc",
2863
+ "once_cell",
2864
+ "spin",
2865
+ "untrusted",
2866
+ "web-sys",
2867
+ "winapi 0.3.9",
2868
+ ]
2869
+
2870
  [[package]]
2871
  name = "rustc-demangle"
2872
  version = "0.1.23"
 
2910
  "windows-sys",
2911
  ]
2912
 
2913
+ [[package]]
2914
+ name = "rustls"
2915
+ version = "0.21.7"
2916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2917
+ checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
2918
+ dependencies = [
2919
+ "log",
2920
+ "ring",
2921
+ "rustls-webpki",
2922
+ "sct",
2923
+ ]
2924
+
2925
+ [[package]]
2926
+ name = "rustls-pemfile"
2927
+ version = "1.0.3"
2928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2929
+ checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
2930
+ dependencies = [
2931
+ "base64 0.21.4",
2932
+ ]
2933
+
2934
+ [[package]]
2935
+ name = "rustls-webpki"
2936
+ version = "0.101.6"
2937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2938
+ checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"
2939
+ dependencies = [
2940
+ "ring",
2941
+ "untrusted",
2942
+ ]
2943
+
2944
  [[package]]
2945
  name = "rusty-hook"
2946
  version = "0.11.2"
 
3000
  "tendril",
3001
  ]
3002
 
3003
+ [[package]]
3004
+ name = "sct"
3005
+ version = "0.7.0"
3006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3007
+ checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
3008
+ dependencies = [
3009
+ "ring",
3010
+ "untrusted",
3011
+ ]
3012
+
3013
  [[package]]
3014
  name = "security-framework"
3015
  version = "2.9.2"
 
3261
  "windows-sys",
3262
  ]
3263
 
3264
+ [[package]]
3265
+ name = "spin"
3266
+ version = "0.5.2"
3267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3268
+ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
3269
+
3270
  [[package]]
3271
  name = "stable_deref_trait"
3272
  version = "1.2.0"
 
3637
  "syn 2.0.37",
3638
  ]
3639
 
 
 
 
 
 
 
 
 
 
 
3640
  [[package]]
3641
  name = "tokio-reactor"
3642
  version = "0.1.12"
 
3667
  "tokio 1.32.0",
3668
  ]
3669
 
3670
+ [[package]]
3671
+ name = "tokio-rustls"
3672
+ version = "0.24.1"
3673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3674
+ checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
3675
+ dependencies = [
3676
+ "rustls",
3677
+ "tokio 1.32.0",
3678
+ ]
3679
+
3680
  [[package]]
3681
  name = "tokio-sync"
3682
  version = "0.1.8"
 
3861
  source = "registry+https://github.com/rust-lang/crates.io-index"
3862
  checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
3863
 
3864
+ [[package]]
3865
+ name = "untrusted"
3866
+ version = "0.7.1"
3867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3868
+ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
3869
+
3870
  [[package]]
3871
  name = "url"
3872
  version = "1.7.2"
 
4034
  "wasm-bindgen",
4035
  ]
4036
 
4037
+ [[package]]
4038
+ name = "webpki-roots"
4039
+ version = "0.25.2"
4040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4041
+ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
4042
+
4043
  [[package]]
4044
  name = "websurfx"
4045
  version = "1.0.11"
 
4062
  "mimalloc",
4063
  "mini-moka",
4064
  "mlua",
 
4065
  "rand 0.8.5",
4066
  "redis",
4067
  "regex",
Cargo.toml CHANGED
@@ -29,7 +29,6 @@ mlua = {version="0.9.1", features=["luajit", "vendored"]}
29
  redis = {version="0.23.3", features=["tokio-comp","connection-manager"], optional = true}
30
  md5 = {version="0.7.0"}
31
  rand={version="0.8.5"}
32
- once_cell = {version="1.18.0"}
33
  error-stack = {version="0.4.0"}
34
  async-trait = {version="0.1.73"}
35
  regex = {version="1.9.4", features=["perf"]}
 
29
  redis = {version="0.23.3", features=["tokio-comp","connection-manager"], optional = true}
30
  md5 = {version="0.7.0"}
31
  rand={version="0.8.5"}
 
32
  error-stack = {version="0.4.0"}
33
  async-trait = {version="0.1.73"}
34
  regex = {version="1.9.4", features=["perf"]}