Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius authored and github-actions[bot] committed Sep 16, 2024
1 parent 6492583 commit 73d54db
Show file tree
Hide file tree
Showing 22 changed files with 139 additions and 139 deletions.
40 changes: 20 additions & 20 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 cargo-dylint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ctor = "0.2"
glob = "0.3"
home = "0.5"
log = "0.4"
once_cell = "1.19"
once_cell = "1.20"
predicates = "3.1"
regex = "1.10"
semver = "1.0"
Expand Down
8 changes: 4 additions & 4 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ home = { version = "0.5", optional = true }
if_chain = { version = "1.0", optional = true }
is-terminal = "0.4"
log = "0.4"
once_cell = "1.19"
once_cell = "1.20"
rewriter = { version = "0.1", optional = true }
semver = "1.0"
serde = "1.0"
Expand Down
24 changes: 12 additions & 12 deletions examples/experimental/derive_opportunity/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 examples/experimental/derive_opportunity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path = "ui_ignore/main.rs"

[dependencies]
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "a95afe2d0a2051d97b723b0b197393b7811bc4e4" }
once_cell = "1.19"
once_cell = "1.20"
serde = "1.0"

dylint_internal = { path = "../../../internal" }
Expand Down
28 changes: 14 additions & 14 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.

24 changes: 12 additions & 12 deletions examples/general/Cargo.lock

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

Loading

0 comments on commit 73d54db

Please sign in to comment.