Skip to content

Commit 4045f68

Browse files
committed
chore: Bump syn to 2.0.77
1 parent 50a9fbb commit 4045f68

File tree

3 files changed

+36
-35
lines changed

3 files changed

+36
-35
lines changed

Cargo.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ signature = "2.2.0"
5858
snafu = "0.8.4"
5959
stackable-operator-derive = { path = "stackable-operator-derive" }
6060
strum = { version = "0.26.3", features = ["derive"] }
61-
syn = "2.0.72"
61+
syn = "2.0.77"
6262
tempfile = "3.11.0"
6363
time = { version = "0.3.36" }
6464
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread", "fs"] }

crates/stackable-versioned/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
1818

1919
- BREAKING: Rename `renamed()` action to `changed()` and renamed `from`
2020
parameter to `from_name` ([#844]).
21+
- Bump syn to 2.0.77 ([#857]).
2122

2223
### Fixed
2324

0 commit comments

Comments
 (0)