Skip to content

Commit

Permalink
Upgrading dependencies, fixing CI test, updating dependabot config (#154
Browse files Browse the repository at this point in the history
)

* Upgrading several dependencies
* Bumping min rust version
* Fixing CI test
  • Loading branch information
alexcottner authored Jun 3, 2024
1 parent 6acb8b2 commit 034f0d7
Show file tree
Hide file tree
Showing 4 changed files with 357 additions and 255 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
minor:
update-types:
- "patch"
- "minor"
major:
update-types:
- "major"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
exit 1
fi
URL="https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country&license_key=${GEOLITE_API_KEY}&suffix=tar.gz"
curl "$URL" --output geolite.tar.gz
curl -L "$URL" --output geolite.tar.gz
tar --strip-components=1 --wildcards -zxvf geolite.tar.gz -- '*/GeoLite2-Country.mmdb'
- name: Build
run: cargo build --release
Expand Down
Loading

0 comments on commit 034f0d7

Please sign in to comment.