Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Aug 19, 2024
1 parent c164753 commit 7e825cc
Show file tree
Hide file tree
Showing 21 changed files with 553 additions and 432 deletions.
173 changes: 87 additions & 86 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 @@ -34,7 +34,7 @@ regex = "1.10"
semver = "1.0"
serde_json = "1.0"
similar-asserts = "1.5"
tempfile = "3.11"
tempfile = "3.12"
walkdir = "2.5"

dylint_internal = { version = "=3.1.2", path = "../internal", features = [
Expand Down
20 changes: 10 additions & 10 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 @@ -23,7 +23,7 @@ dylint_internal = { version = "=3.1.2", path = "../internal" }
[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.1"
tempfile = "3.11"
tempfile = "3.12"

dylint_internal = { version = "=3.1.2", path = "../internal", features = [
"packaging",
Expand Down
2 changes: 1 addition & 1 deletion dylint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ semver = "1.0"
serde = "1.0"
serde-untagged = { version = "0.1", optional = true }
serde_json = "1.0"
tempfile = "3.11"
tempfile = "3.12"
toml = { version = "0.8", optional = true }
url = { version = "2.5", optional = true }
walkdir = "2.5"
Expand Down
86 changes: 50 additions & 36 deletions examples/experimental/derive_opportunity/Cargo.lock

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

Loading

0 comments on commit 7e825cc

Please sign in to comment.