Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius authored Jan 8, 2024
1 parent a6430a4 commit d875bc6
Show file tree
Hide file tree
Showing 21 changed files with 565 additions and 575 deletions.
290 changes: 140 additions & 150 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 @@ -31,7 +31,7 @@ sedregex = "0.2"
semver = "1.0"
serde_json = "1.0"
similar-asserts = "1.5"
tempfile = "3.8"
tempfile = "3.9"
walkdir = "2.4"

dylint_internal = { version = "=2.5.0", path = "../internal", features = [
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 @@ -21,7 +21,7 @@ dylint_internal = { version = "=2.5.0", path = "../internal" }
[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.0"
tempfile = "3.8"
tempfile = "3.9"

dylint_internal = { version = "=2.5.0", 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 @@ -30,7 +30,7 @@ semver = "1.0"
serde = "1.0"
serde-untagged = { version = "0.1", optional = true }
serde_json = "1.0"
tempfile = "3.8"
tempfile = "3.9"
toml = { version = "0.8", optional = true }
url = { version = "2.5", optional = true }
walkdir = "2.4"
Expand Down
100 changes: 50 additions & 50 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 d875bc6

Please sign in to comment.