alamin655 commited on
Commit
8a2a9ff
2 Parent(s): 99ec846 b577f69

Merge pull request #290 from neon-mmd/ci-dependabot-auto-version-updates

Browse files
Files changed (3) hide show
  1. .github/dependabot.yml +14 -0
  2. Cargo.lock +1 -1
  3. Cargo.toml +1 -1
.github/dependabot.yml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: "cargo"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
7
+ - package-ecosystem: "github-actions"
8
+ directory: "/"
9
+ schedule:
10
+ interval: "monthly"
11
+ - package-ecosystem: "docker"
12
+ directory: "/"
13
+ schedule:
14
+ interval: "monthly"
Cargo.lock CHANGED
@@ -3932,7 +3932,7 @@ dependencies = [
3932
 
3933
  [[package]]
3934
  name = "websurfx"
3935
- version = "1.0.0"
3936
  dependencies = [
3937
  "actix-cors",
3938
  "actix-files",
 
3932
 
3933
  [[package]]
3934
  name = "websurfx"
3935
+ version = "1.0.1"
3936
  dependencies = [
3937
  "actix-cors",
3938
  "actix-files",
Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
  [package]
2
  name = "websurfx"
3
- version = "1.0.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"
 
1
  [package]
2
  name = "websurfx"
3
+ version = "1.0.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"