Skip to content

Commit 0aa2e92

Browse files
chore(deps): update rust dependencies (#24)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3781c6e commit 0aa2e92

5 files changed

Lines changed: 23 additions & 23 deletions

File tree

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,33 @@ rust-version = "1.86"
1212
readme = "README.md"
1313

1414
[workspace.dependencies]
15-
tokio = { version = "1.51", features = ["full"] }
15+
tokio = { version = "1.52.1", features = ["full"] }
1616
tokio-util = { version = "0.7.18", features = ["codec"] }
1717
serde = { version = "1.0.228", features = ["derive"] }
1818
serde_json = "1.0.149"
19-
toml = "1.1"
19+
toml = "1.1.2"
2020
serde_yaml_ng = "0.10"
2121
kdl = "6.5"
22-
clap = { version = "4.6", features = ["derive"] }
22+
clap = { version = "4.6.1", features = ["derive"] }
2323
miette = { version = "7.6", features = ["fancy"] }
24-
clap_complete = "4.6"
25-
thiserror = "2.0"
24+
clap_complete = "4.6.3"
25+
thiserror = "2.0.18"
2626
tracing = "0.1.44"
2727
tracing-subscriber = { version = "0.3.23", features = ["json", "env-filter"] }
2828
globset = "0.4.18"
2929
owo-colors = "4.3"
3030
humantime = "2.3"
31-
humantime-serde = "1.1"
31+
humantime-serde = "1.1.1"
3232
sha2 = "0.11"
33-
blake3 = { version = "1.8", features = ["mmap"] }
34-
which = "8"
35-
notify = "8"
33+
blake3 = { version = "1.8.5", features = ["mmap"] }
34+
which = "8.0.2"
35+
notify = "8.2.0"
3636
semver = { version = "1.0.28", features = ["serde"] }
37-
bincode = { version = "2.0", features = ["serde"] }
38-
fs4 = "0.13"
37+
bincode = { version = "2.0.1", features = ["serde"] }
38+
fs4 = "0.13.1"
3939
tempfile = "3.27"
40-
insta = { version = "1.47", features = ["yaml", "toml", "json", "filters"] }
41-
criterion = { version = "0.8", features = ["async_tokio"] }
40+
insta = { version = "1.47.2", features = ["yaml", "toml", "json", "filters"] }
41+
criterion = { version = "0.8.2", features = ["async_tokio"] }
4242

4343
[workspace.lints.clippy]
4444
pedantic = { level = "warn", priority = -1 }

apps/betterhook/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ owo-colors = { workspace = true }
4141
humantime-serde = { workspace = true }
4242
tokio-util = { workspace = true }
4343
bincode = { workspace = true }
44-
futures = "0.3"
45-
bytes = "1"
44+
futures = "0.3.32"
45+
bytes = "1.11.1"
4646
fs4 = { workspace = true }
4747

4848
[features]
@@ -56,7 +56,7 @@ fuzz-harnesses = []
5656
insta = { workspace = true }
5757
tempfile = { workspace = true }
5858
criterion = { workspace = true }
59-
regex = "1"
59+
regex = "1.12.3"
6060

6161
[[bench]]
6262
name = "config_parse"

apps/betterhook/afl/Cargo.lock

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

apps/betterhook/afl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish = false
66
description = "afl.rs (American Fuzzy Lop) fuzz harnesses for betterhook."
77

88
[dependencies]
9-
afl = "0.18"
9+
afl = "0.18.1"
1010
betterhook = { path = "..", features = ["fuzz-harnesses"] }
1111

1212
[[bin]]

apps/betterhook/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
cargo-fuzz = true
99

1010
[dependencies]
11-
libfuzzer-sys = "0.4.11"
11+
libfuzzer-sys = "0.4.12"
1212
betterhook = { path = ".." }
1313

1414
# Fuzz targets must each declare a `[[bin]]` entry.

0 commit comments

Comments
 (0)