Skip to content

Commit d13803b

Browse files
Bump syn from 2.0.111 to 2.0.113 (#59)
* Bump syn from 2.0.111 to 2.0.113 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.111 to 2.0.113. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.111...2.0.113) --- updated-dependencies: - dependency-name: syn dependency-version: 2.0.113 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * bump 0.16.2 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Antonio Yang <yanganto@gmail.com>
1 parent a725b31 commit d13803b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -6,7 +6,7 @@ members = [
66
resolver = "2"
77

88
[workspace.package]
9-
version = "0.16.1"
9+
version = "0.16.2"
1010
edition = "2021"
1111
authors = ["Antonio Yang <yanganto@gmail.com>", "faervan <faervan@proton.me>"]
1212
license = "MIT"

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license.workspace = true
1111
readme.workspace = true
1212

1313
[dependencies]
14-
toml-example-derive = { version = "=0.16.1", path = "../derive" }
14+
toml-example-derive = { version = "=0.16.2", path = "../derive" }
1515

1616
[dev-dependencies]
1717
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)