Skip to content

Commit

Permalink
Enable dependabot and update dependencies (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Jon McQuillan <[email protected]>
  • Loading branch information
jonmcquillan authored Nov 30, 2021
1 parent c09d570 commit ee10f79
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
test:
docker:
- image: rust:1.42-slim-buster
- image: rust:1.56-slim-buster
steps:
- checkout
- run:
Expand All @@ -19,7 +19,7 @@ jobs:

publish:
docker:
- image: rust:1.42-slim-buster
- image: rust:1.56-slim-buster
steps:
- checkout
- run:
Expand Down
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: cargo
open-pull-requests-limit: 25
directory: /
registries: []
schedule:
interval: daily
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ circle-ci = { repository = "HewlettPackard/prometheus-parser-rs", branch = "mast

[dependencies]
pest = "2.1"
pest_consume = "1.0"
pest_consume = "1.1"
pest_derive = "2.1"
pest_consume_macros = "1.0"
enquote = "1.0"
pest_consume_macros = "1.1"
enquote = "1.1"
lazy_static = "1"

[dev-dependencies]
Expand Down

0 comments on commit ee10f79

Please sign in to comment.