neon_arch commited on
Commit
efa61ea
β€’
1 Parent(s): 3d94552

πŸš€ chore: bump the app version (#175)

Browse files
Files changed (2) hide show
  1. Cargo.lock +5 -5
  2. Cargo.toml +1 -1
Cargo.lock CHANGED
@@ -2684,18 +2684,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2684
 
2685
  [[package]]
2686
  name = "serde"
2687
- version = "1.0.180"
2688
  source = "registry+https://github.com/rust-lang/crates.io-index"
2689
- checksum = "0ea67f183f058fe88a4e3ec6e2788e003840893b91bac4559cabedd00863b3ed"
2690
  dependencies = [
2691
  "serde_derive",
2692
  ]
2693
 
2694
  [[package]]
2695
  name = "serde_derive"
2696
- version = "1.0.180"
2697
  source = "registry+https://github.com/rust-lang/crates.io-index"
2698
- checksum = "24e744d7782b686ab3b73267ef05697159cc0e5abbed3f47f9933165e5219036"
2699
  dependencies = [
2700
  "proc-macro2 1.0.66",
2701
  "quote 1.0.32",
@@ -3534,7 +3534,7 @@ dependencies = [
3534
 
3535
  [[package]]
3536
  name = "websurfx"
3537
- version = "0.16.1"
3538
  dependencies = [
3539
  "actix-cors",
3540
  "actix-files",
 
2684
 
2685
  [[package]]
2686
  name = "serde"
2687
+ version = "1.0.181"
2688
  source = "registry+https://github.com/rust-lang/crates.io-index"
2689
+ checksum = "6d3e73c93c3240c0bda063c239298e633114c69a888c3e37ca8bb33f343e9890"
2690
  dependencies = [
2691
  "serde_derive",
2692
  ]
2693
 
2694
  [[package]]
2695
  name = "serde_derive"
2696
+ version = "1.0.181"
2697
  source = "registry+https://github.com/rust-lang/crates.io-index"
2698
+ checksum = "be02f6cb0cd3a5ec20bbcfbcbd749f57daddb1a0882dc2e46a6c236c90b977ed"
2699
  dependencies = [
2700
  "proc-macro2 1.0.66",
2701
  "quote 1.0.32",
 
3534
 
3535
  [[package]]
3536
  name = "websurfx"
3537
+ version = "0.16.3"
3538
  dependencies = [
3539
  "actix-cors",
3540
  "actix-files",
Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
  [package]
2
  name = "websurfx"
3
- version = "0.16.1"
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 = "0.16.3"
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"