summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hofstetter <daniel.hofstetter@42dh.com>2024-05-03 08:50:52 +0200
committerGitHub <noreply@github.com>2024-05-03 08:50:52 +0200
commitc1942daeb1588ae784e66371cd66d721e632fb43 (patch)
treee5aa79378a8bacd281d26b61729a024a2f09434e
parenteb1616be9d1969e24fcc6049ff909601885d0e61 (diff)
parente5c9796c4b39463be2628ea20d813f99e6d82988 (diff)
Merge pull request #6328 from uutils/renovate/proc-macro2-1.x
fix(deps): update rust crate proc-macro2 to 1.0.81
-rw-r--r--src/uucore_procs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uucore_procs/Cargo.toml b/src/uucore_procs/Cargo.toml
index 918721feb..4018ba623 100644
--- a/src/uucore_procs/Cargo.toml
+++ b/src/uucore_procs/Cargo.toml
@@ -17,6 +17,6 @@ edition = "2021"
proc-macro = true
[dependencies]
-proc-macro2 = "1.0"
+proc-macro2 = "1.0.81"
quote = "1.0.36"
uuhelp_parser = { path = "../uuhelp_parser", version = "0.0.26" }