From 0c74f68f406bf0659b948e3645a104558afd8dfa Mon Sep 17 00:00:00 2001 From: Lorenzo Murarotto Date: Thu, 7 Nov 2024 22:41:45 +0100 Subject: [PATCH] chore: do dependabot's job --- .idea/.gitignore | 8 ++++++++ .idea/axum_typed_multipart.iml | 15 +++++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ macros/Cargo.toml | 2 +- 5 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/axum_typed_multipart.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/axum_typed_multipart.iml b/.idea/axum_typed_multipart.iml new file mode 100644 index 0000000..5882bf8 --- /dev/null +++ b/.idea/axum_typed_multipart.iml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..7920938 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 6e89bde..9523c44 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -21,7 +21,7 @@ darling = "0.20.3" heck = "0.5.0" proc-macro-error2 = "2.0.1" quote = "1.0.37" -syn = "2.0.79" +syn = "2.0.87" ubyte = "0.10.4" [dev-dependencies]