Skip to content

Commit c160081

Browse files
committed
Upgrade some dependencies
1 parent d75ef77 commit c160081

File tree

14 files changed

+554
-133
lines changed

14 files changed

+554
-133
lines changed

Cargo.lock

Lines changed: 21 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-dylint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ required-features = ["__ci"]
1515
[dependencies]
1616
anyhow = { version = "1.0", features = ["backtrace"] }
1717
clap = { version = "4.5", features = ["cargo", "derive", "wrap_help"] }
18-
env_logger = "0.10"
18+
env_logger = "0.11"
1919

2020
dylint = { version = "=3.0.0", path = "../dylint", features = [
2121
"package_options",

dylint-link/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ repository = "https://github.com/trailofbits/dylint"
99

1010
[dependencies]
1111
anyhow = "1.0"
12-
env_logger = "0.10"
12+
env_logger = "0.11"
1313
if_chain = "1.0"
14-
toml_edit = "0.21"
14+
toml_edit = "0.22"
1515

1616
dylint_internal = { version = "=3.0.0", path = "../internal", features = [
1717
"cargo",

dylint/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dirs = "5.0"
2020
dunce = { version = "1.0", optional = true }
2121
fs_extra = { version = "1.3", optional = true }
2222
glob = { version = "0.3", optional = true }
23-
heck = { version = "0.4", optional = true }
23+
heck = { version = "0.5", optional = true }
2424
hex = { version = "0.4", optional = true }
2525
home = { version = "0.5", optional = true }
2626
if_chain = { version = "1.0", optional = true }
@@ -55,7 +55,7 @@ dylint_internal = { version = "=3.0.0", path = "../internal", features = [
5555
] }
5656

5757
[dev-dependencies]
58-
env_logger = "0.10"
58+
env_logger = "0.11"
5959

6060
dylint_internal = { version = "=3.0.0", path = "../internal", features = [
6161
"examples",

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
[dev-dependencies]
1010
cargo-util = "0.2"
1111
cargo_metadata = "0.18"
12-
toml_edit = "0.21"
12+
toml_edit = "0.22"
1313
walkdir = "2.5"
1414

1515
dylint_internal = { version = "=3.0.0", path = "../internal", features = [

examples/experimental/derive_opportunity/Cargo.lock

Lines changed: 75 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)