Skip to content

Commit fc5357b

Browse files
committed
Update dependencies
1 parent 8c0a1c7 commit fc5357b

File tree

2 files changed

+81
-81
lines changed

2 files changed

+81
-81
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ license = "MIT"
1212
prek-consts = { path = "crates/prek-consts", version = "0.2.19" }
1313
prek-pty = { path = "crates/prek-pty", version = "0.2.19" }
1414

15-
rustix = { version = "1.0.8", features = ["pty", "process", "fs", "termios"] }
16-
thiserror = { version = "2.0.11" }
17-
tokio = { version = "1.47.1", features = ["fs", "process", "rt", "sync", "macros", "net"] }
18-
tracing = { version = "0.1.40" }
15+
rustix = { version = "1.1.2", features = ["pty", "process", "fs", "termios"] }
16+
thiserror = { version = "2.0.17" }
17+
tokio = { version = "1.48.0", features = ["fs", "process", "rt", "sync", "macros", "net"] }
18+
tracing = { version = "0.1.43" }
1919

2020
[package]
2121
name = "prek"
@@ -42,84 +42,84 @@ docker = []
4242
[dependencies]
4343
prek-consts = { workspace = true }
4444

45-
anstream = { version = "0.6.15" }
45+
anstream = { version = "0.6.21" }
4646
anstyle-query = { version = "1.1.5" }
47-
anyhow = { version = "1.0.86" }
48-
async-compression = { version = "0.4.18", features = ["gzip", "xz", "tokio"] }
47+
anyhow = { version = "1.0.100" }
48+
async-compression = { version = "0.4.34", features = ["gzip", "xz", "tokio"] }
4949
async_zip = { version = "0.0.17", package = "astral_async_zip", features = ["deflate", "tokio"] }
50-
axoupdater = { version = "0.9.0", default-features = false, features = ["github_releases"], optional = true }
51-
bstr = { version = "1.11.0" }
50+
axoupdater = { version = "0.9.1", default-features = false, features = ["github_releases"], optional = true }
51+
bstr = { version = "1.12.1" }
5252
cargo_metadata = { version = "0.23.1" }
53-
clap = { version = "4.5.16", features = ["derive", "env", "string", "wrap_help"] }
54-
clap_complete = { version = "4.5.37", features = ["unstable-dynamic"] }
55-
ctrlc = { version = "3.4.5" }
53+
clap = { version = "4.5.53", features = ["derive", "env", "string", "wrap_help"] }
54+
clap_complete = { version = "4.5.61", features = ["unstable-dynamic"] }
55+
ctrlc = { version = "3.5.1" }
5656
dunce = { version = "1.0.5" }
5757
etcetera = { version = "0.11.0" }
58-
fancy-regex = { version = "0.16.0" }
59-
fs-err = { version = "3.1.0", features = ["tokio"] }
58+
fancy-regex = { version = "0.16.2" }
59+
fs-err = { version = "3.2.0", features = ["tokio"] }
6060
futures = { version = "0.3.31" }
6161
hex = { version = "0.4.3" }
62-
http = { version = "1.1.0" }
63-
ignore = { version = "0.4.23" }
64-
indicatif = { version = "0.18.0" }
65-
indoc = { version = "2.0.5" }
62+
http = { version = "1.4.0" }
63+
ignore = { version = "0.4.25" }
64+
indicatif = { version = "0.18.3" }
65+
indoc = { version = "2.0.7" }
6666
itertools = { version = "0.14.0" }
6767
lazy-regex = { version = "3.4.2" }
6868
levenshtein = { version = "1.0.5" }
6969
# Enable static linking for liblzma
7070
# This is required for the `xz` feature in `async-compression`
7171
liblzma = { version = "0.4.5", features = ["static"] }
72-
memchr = { version = "2.7.5" }
73-
owo-colors = { version = "4.1.0" }
72+
memchr = { version = "2.7.6" }
73+
owo-colors = { version = "4.2.3" }
7474
path-clean = { version = "1.0.1" }
7575
quick-xml = { version = "0.38" }
76-
rand = { version = "0.9.0" }
77-
rayon = { version = "1.10.0" }
78-
reqwest = { version = "0.12.9", default-features = false, features = ["http2", "stream", "json", "rustls-tls-native-roots", "rustls-tls-webpki-roots"] }
76+
rand = { version = "0.9.2" }
77+
rayon = { version = "1.11.0" }
78+
reqwest = { version = "0.12.24", default-features = false, features = ["http2", "stream", "json", "rustls-tls-native-roots", "rustls-tls-webpki-roots"] }
7979
rustc-hash = { version = "2.1.1" }
8080
same-file = { version = "1.0.6" }
81-
semver = { version = "1.0.24", features = ["serde"] }
82-
serde = { version = "1.0.210", features = ["derive"] }
83-
serde_json = { version = "1.0.132", features = ["unbounded_depth"] }
84-
serde_stacker = { version = "0.1.12" }
81+
semver = { version = "1.0.27", features = ["serde"] }
82+
serde = { version = "1.0.228", features = ["derive"] }
83+
serde_json = { version = "1.0.145", features = ["unbounded_depth"] }
84+
serde_stacker = { version = "0.1.14" }
8585
serde_yaml = { version = "0.9.34" }
8686
shlex = { version = "1.3.0" }
8787
globset = { version = "0.4.18" }
8888
smallvec = { version = "1.15.1" }
89-
target-lexicon = { version = "0.13.0" }
90-
tempfile = { version = "3.13.0" }
91-
textwrap = { version = "0.16.1" }
89+
target-lexicon = { version = "0.13.3" }
90+
tempfile = { version = "3.23.0" }
91+
textwrap = { version = "0.16.2" }
9292
thiserror = { workspace = true }
9393
tokio = { workspace = true }
94-
tokio-tar = { version = "0.5.1", package = "astral-tokio-tar" }
95-
tokio-util = { version = "0.7.13" }
96-
toml = { version = "0.9.5", default-features = false, features = ["fast_hash", "parse", "preserve_order", "serde"] }
94+
tokio-tar = { version = "0.5.6", package = "astral-tokio-tar" }
95+
tokio-util = { version = "0.7.17" }
96+
toml = { version = "0.9.8", default-features = false, features = ["fast_hash", "parse", "preserve_order", "serde"] }
9797
tracing = { workspace = true }
98-
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
99-
unicode-width = { version = "0.2.0" }
98+
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
99+
unicode-width = { version = "0.2.2" }
100100
walkdir = { version = "2.5.0" }
101101
which = { version = "8.0.0" }
102102

103103
[target.'cfg(unix)'.dependencies]
104104
prek-pty = { workspace = true }
105105

106-
libc = { version = "0.2.164" }
106+
libc = { version = "0.2.178" }
107107
pprof = { version = "0.15.0", optional = true }
108108

109109
[build-dependencies]
110-
fs-err = { version = "3.1.0" }
110+
fs-err = { version = "3.2.0" }
111111

112112
[dev-dependencies]
113-
assert_cmd = { version = "2.0.16", features = ["color"] }
114-
assert_fs = { version = "1.1.2" }
113+
assert_cmd = { version = "2.1.1", features = ["color"] }
114+
assert_fs = { version = "1.1.3" }
115115
etcetera = { version = "0.11.0" }
116-
insta = { version = "1.40.0", features = ["filters"] }
116+
insta = { version = "1.44.3", features = ["filters"] }
117117
insta-cmd = { version = "0.6.0" }
118118
markdown = { version = "1.0.0" }
119-
predicates = { version = "3.1.2" }
119+
predicates = { version = "3.1.3" }
120120
pretty_assertions = { version = "1.4.1" }
121-
regex = { version = "1.11.0" }
122-
tempfile = { version = "3.13.0" }
121+
regex = { version = "1.12.2" }
122+
tempfile = { version = "3.23.0" }
123123

124124
[package.metadata.binstall]
125125
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }{ archive-suffix }"

0 commit comments

Comments
 (0)