summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
Diffstat (limited to 'rustlings-macros')
-rw-r--r--rustlings-macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustlings-macros/Cargo.toml b/rustlings-macros/Cargo.toml
index 8a85201..3ed56a1 100644
--- a/rustlings-macros/Cargo.toml
+++ b/rustlings-macros/Cargo.toml
@@ -16,7 +16,7 @@ include = [
proc-macro = true
[dependencies]
-quote = "1.0.36"
+quote = "1.0.37"
serde.workspace = true
toml_edit.workspace = true