Skip to content

Commit

Permalink
build(deps): bump typify from 0.2.0 to 0.3.0 (#378)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: William Woodruff <william@yossarian.net>
Co-authored-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
3 people authored Jan 7, 2025
1 parent 94ea2ac commit 5e9a0bd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ updates:
directory: /
schedule:
interval: weekly
pip:
cargo:
groups:
pip:
patterns:
- "*"

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
github-actions:
cargo:
groups:
github-actions:
patterns:
- "*"

Expand Down
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion harness-support/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ regress = "0.10.1"
# schemafy = { git = "https://github.com/woodruffw-forks/schemafy", rev = "de28e87" }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
typify = "0.2.0"
typify = "0.3.0"

0 comments on commit 5e9a0bd

Please sign in to comment.