This is an automated email from the ASF dual-hosted git repository.
tisonkun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 8ab1e28f0 chore(deps): bump syn from 2.0.100 to 2.0.117 in /dev (#7846)
8ab1e28f0 is described below
commit 8ab1e28f01df514e1bbf8df485bd371658d60e86
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 10:14:40 2026 +0800
chore(deps): bump syn from 2.0.100 to 2.0.117 in /dev (#7846)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.100 to 2.0.117.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.100...2.0.117)
---
updated-dependencies:
- dependency-name: syn
dependency-version: 2.0.117
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dev/Cargo.lock | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/Cargo.lock b/dev/Cargo.lock
index 5d48e3fbd..7f623a24e 100644
--- a/dev/Cargo.lock
+++ b/dev/Cargo.lock
@@ -845,9 +845,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.100"
+version = "2.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
+checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
dependencies = [
"proc-macro2",
"quote",