From 4925c9860a1ab64666c8586eaf5f18b390fbb8fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 13:54:17 +1000 Subject: [PATCH] Bump syn from 1.0.105 to 1.0.107 (#1283) Bumps [syn](https://github.com/dtolnay/syn) from 1.0.105 to 1.0.107. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/commits) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 362eda7b7..a7ca0a075 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4223,9 +4223,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.105" +version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908" +checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 9c960bcb8..94418ff08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,7 @@ sketching = { path = "./sketching" } smartstring = "^1.0.1" smolset = "^1.3.1" sshkeys = "^0.3.1" -syn = { version = "1.0.105", features = ["full"] } +syn = { version = "1.0.107", features = ["full"] } testkit-macros = { path = "./kanidmd/testkit-macros" } tide = "^0.16.0" # Including brotli *very* slow, so don't do that. Including the "default" feature pulls a mime-type list from the internet on build, which isn't used.