From 630e46256670669723ff31828cebe8f02f7e46f9 Mon Sep 17 00:00:00 2001 From: stoically Date: Sun, 26 Jun 2022 10:20:23 +0200 Subject: [PATCH] chore: bump dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a209166..c0dba06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,12 +13,12 @@ license = "MIT" bench = false [dependencies] -proc-macro2 = "1" -quote = "1" -syn = { version = "1", features = ["full", "parsing", "extra-traits"] } +proc-macro2 = "1.0.40" +quote = "1.0.20" +syn = { version = "1.0.98", features = ["full", "parsing", "extra-traits"] } [dev-dependencies] -criterion = "0.3" +criterion = "0.3.5" [[bench]] name = "bench"