neon_arch commited on
Commit
de91f76
β€’
1 Parent(s): d97129b

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

Browse files
Files changed (2) hide show
  1. Cargo.lock +5 -5
  2. Cargo.toml +1 -1
Cargo.lock CHANGED
@@ -510,7 +510,7 @@ checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
510
  dependencies = [
511
  "camino",
512
  "cargo-platform",
513
- "semver 1.0.18",
514
  "serde",
515
  "serde_json",
516
  ]
@@ -2864,7 +2864,7 @@ version = "0.4.0"
2864
  source = "registry+https://github.com/rust-lang/crates.io-index"
2865
  checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2866
  dependencies = [
2867
- "semver 1.0.18",
2868
  ]
2869
 
2870
  [[package]]
@@ -3002,9 +3002,9 @@ dependencies = [
3002
 
3003
  [[package]]
3004
  name = "semver"
3005
- version = "1.0.18"
3006
  source = "registry+https://github.com/rust-lang/crates.io-index"
3007
- checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
3008
  dependencies = [
3009
  "serde",
3010
  ]
@@ -3932,7 +3932,7 @@ dependencies = [
3932
 
3933
  [[package]]
3934
  name = "websurfx"
3935
- version = "0.21.6"
3936
  dependencies = [
3937
  "actix-cors",
3938
  "actix-files",
 
510
  dependencies = [
511
  "camino",
512
  "cargo-platform",
513
+ "semver 1.0.19",
514
  "serde",
515
  "serde_json",
516
  ]
 
2864
  source = "registry+https://github.com/rust-lang/crates.io-index"
2865
  checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2866
  dependencies = [
2867
+ "semver 1.0.19",
2868
  ]
2869
 
2870
  [[package]]
 
3002
 
3003
  [[package]]
3004
  name = "semver"
3005
+ version = "1.0.19"
3006
  source = "registry+https://github.com/rust-lang/crates.io-index"
3007
+ checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"
3008
  dependencies = [
3009
  "serde",
3010
  ]
 
3932
 
3933
  [[package]]
3934
  name = "websurfx"
3935
+ version = "0.23.0"
3936
  dependencies = [
3937
  "actix-cors",
3938
  "actix-files",
Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
  [package]
2
  name = "websurfx"
3
- version = "0.21.6"
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.23.0"
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"