neon_arch commited on
Commit
d67ee86
β€’
1 Parent(s): 19eab63

πŸ”– chore: bump the app version (#344)

Browse files
Files changed (2) hide show
  1. Cargo.lock +35 -14
  2. Cargo.toml +1 -1
Cargo.lock CHANGED
@@ -80,7 +80,7 @@ dependencies = [
80
  "actix-service",
81
  "actix-utils",
82
  "ahash",
83
- "base64 0.21.4",
84
  "bitflags 2.4.1",
85
  "brotli",
86
  "bytes 1.5.0",
@@ -152,7 +152,7 @@ dependencies = [
152
  "actix-utils",
153
  "futures-core",
154
  "futures-util",
155
- "mio 0.8.8",
156
  "socket2 0.5.5",
157
  "tokio 1.33.0",
158
  "tracing",
@@ -248,14 +248,15 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
248
 
249
  [[package]]
250
  name = "ahash"
251
- version = "0.8.3"
252
  source = "registry+https://github.com/rust-lang/crates.io-index"
253
- checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
254
  dependencies = [
255
  "cfg-if 1.0.0",
256
  "getrandom",
257
  "once_cell",
258
  "version_check",
 
259
  ]
260
 
261
  [[package]]
@@ -370,9 +371,9 @@ dependencies = [
370
 
371
  [[package]]
372
  name = "base64"
373
- version = "0.21.4"
374
  source = "registry+https://github.com/rust-lang/crates.io-index"
375
- checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
376
 
377
  [[package]]
378
  name = "bit-set"
@@ -449,9 +450,9 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
449
 
450
  [[package]]
451
  name = "bytecount"
452
- version = "0.6.4"
453
  source = "registry+https://github.com/rust-lang/crates.io-index"
454
- checksum = "ad152d03a2c813c80bb94fedbf3a3f02b28f793e39e7c214c8a0bcc196343de7"
455
 
456
  [[package]]
457
  name = "byteorder"
@@ -1962,9 +1963,9 @@ dependencies = [
1962
 
1963
  [[package]]
1964
  name = "mio"
1965
- version = "0.8.8"
1966
  source = "registry+https://github.com/rust-lang/crates.io-index"
1967
- checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
1968
  dependencies = [
1969
  "libc",
1970
  "log",
@@ -2825,7 +2826,7 @@ version = "0.11.22"
2825
  source = "registry+https://github.com/rust-lang/crates.io-index"
2826
  checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
2827
  dependencies = [
2828
- "base64 0.21.4",
2829
  "bytes 1.5.0",
2830
  "encoding_rs",
2831
  "futures-core",
@@ -2935,7 +2936,7 @@ version = "1.0.3"
2935
  source = "registry+https://github.com/rust-lang/crates.io-index"
2936
  checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
2937
  dependencies = [
2938
- "base64 0.21.4",
2939
  ]
2940
 
2941
  [[package]]
@@ -3582,7 +3583,7 @@ dependencies = [
3582
  "backtrace",
3583
  "bytes 1.5.0",
3584
  "libc",
3585
- "mio 0.8.8",
3586
  "num_cpus",
3587
  "parking_lot 0.12.1",
3588
  "pin-project-lite",
@@ -4049,7 +4050,7 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
4049
 
4050
  [[package]]
4051
  name = "websurfx"
4052
- version = "1.2.4"
4053
  dependencies = [
4054
  "actix-cors",
4055
  "actix-files",
@@ -4232,6 +4233,26 @@ dependencies = [
4232
  "winapi-build",
4233
  ]
4234
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4235
  [[package]]
4236
  name = "zstd"
4237
  version = "0.12.4"
 
80
  "actix-service",
81
  "actix-utils",
82
  "ahash",
83
+ "base64 0.21.5",
84
  "bitflags 2.4.1",
85
  "brotli",
86
  "bytes 1.5.0",
 
152
  "actix-utils",
153
  "futures-core",
154
  "futures-util",
155
+ "mio 0.8.9",
156
  "socket2 0.5.5",
157
  "tokio 1.33.0",
158
  "tracing",
 
248
 
249
  [[package]]
250
  name = "ahash"
251
+ version = "0.8.4"
252
  source = "registry+https://github.com/rust-lang/crates.io-index"
253
+ checksum = "72832d73be48bac96a5d7944568f305d829ed55b0ce3b483647089dfaf6cf704"
254
  dependencies = [
255
  "cfg-if 1.0.0",
256
  "getrandom",
257
  "once_cell",
258
  "version_check",
259
+ "zerocopy",
260
  ]
261
 
262
  [[package]]
 
371
 
372
  [[package]]
373
  name = "base64"
374
+ version = "0.21.5"
375
  source = "registry+https://github.com/rust-lang/crates.io-index"
376
+ checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
377
 
378
  [[package]]
379
  name = "bit-set"
 
450
 
451
  [[package]]
452
  name = "bytecount"
453
+ version = "0.6.5"
454
  source = "registry+https://github.com/rust-lang/crates.io-index"
455
+ checksum = "d1a12477b7237a01c11a80a51278165f9ba0edd28fa6db00a65ab230320dc58c"
456
 
457
  [[package]]
458
  name = "byteorder"
 
1963
 
1964
  [[package]]
1965
  name = "mio"
1966
+ version = "0.8.9"
1967
  source = "registry+https://github.com/rust-lang/crates.io-index"
1968
+ checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
1969
  dependencies = [
1970
  "libc",
1971
  "log",
 
2826
  source = "registry+https://github.com/rust-lang/crates.io-index"
2827
  checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
2828
  dependencies = [
2829
+ "base64 0.21.5",
2830
  "bytes 1.5.0",
2831
  "encoding_rs",
2832
  "futures-core",
 
2936
  source = "registry+https://github.com/rust-lang/crates.io-index"
2937
  checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
2938
  dependencies = [
2939
+ "base64 0.21.5",
2940
  ]
2941
 
2942
  [[package]]
 
3583
  "backtrace",
3584
  "bytes 1.5.0",
3585
  "libc",
3586
+ "mio 0.8.9",
3587
  "num_cpus",
3588
  "parking_lot 0.12.1",
3589
  "pin-project-lite",
 
4050
 
4051
  [[package]]
4052
  name = "websurfx"
4053
+ version = "1.2.5"
4054
  dependencies = [
4055
  "actix-cors",
4056
  "actix-files",
 
4233
  "winapi-build",
4234
  ]
4235
 
4236
+ [[package]]
4237
+ name = "zerocopy"
4238
+ version = "0.7.11"
4239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4240
+ checksum = "4c19fae0c8a9efc6a8281f2e623db8af1db9e57852e04cde3e754dd2dc29340f"
4241
+ dependencies = [
4242
+ "zerocopy-derive",
4243
+ ]
4244
+
4245
+ [[package]]
4246
+ name = "zerocopy-derive"
4247
+ version = "0.7.11"
4248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4249
+ checksum = "fc56589e9ddd1f1c28d4b4b5c773ce232910a6bb67a70133d61c9e347585efe9"
4250
+ dependencies = [
4251
+ "proc-macro2 1.0.69",
4252
+ "quote 1.0.33",
4253
+ "syn 2.0.38",
4254
+ ]
4255
+
4256
  [[package]]
4257
  name = "zstd"
4258
  version = "0.12.4"
Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
  [package]
2
  name = "websurfx"
3
- version = "1.2.4"
4
  edition = "2021"
5
  description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
6
  repository = "https://github.com/neon-mmd/websurfx"
 
1
  [package]
2
  name = "websurfx"
3
+ version = "1.2.5"
4
  edition = "2021"
5
  description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
6
  repository = "https://github.com/neon-mmd/websurfx"