Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jan 22, 2024
1 parent b2e6038 commit d106640
Show file tree
Hide file tree
Showing 13 changed files with 264 additions and 310 deletions.
142 changes: 57 additions & 85 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cargo-dylint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ctor = "0.2"
glob = "0.3"
log = "0.4"
once_cell = "1.19"
predicates = "3.0"
predicates = "3.1"
regex = "1.10"
sedregex = "0.2"
semver = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions driver/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 dylint-link/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dylint_internal = { version = "=2.6.0", path = "../internal" }

[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.0"
predicates = "3.1"
tempfile = "3.9"

dylint_internal = { version = "=2.6.0", path = "../internal", features = [
Expand Down
50 changes: 25 additions & 25 deletions examples/experimental/derive_opportunity/Cargo.lock

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

48 changes: 24 additions & 24 deletions examples/experimental/missing_doc_comment_openai/Cargo.lock

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

Loading

0 comments on commit d106640

Please sign in to comment.