Skip to content

Commit fd93c4d

Browse files
Bump toml from 0.9.11+spec-1.1.0 to 1.0.2+spec-1.1.0 (#68)
Bumps [toml](https://github.com/toml-rs/toml) from 0.9.11+spec-1.1.0 to 1.0.2+spec-1.1.0. - [Commits](toml-rs/toml@toml-v0.9.11...toml-v1.0.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.2+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93742c0 commit fd93c4d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ toml-example-derive = { version = "=0.16.4", path = "../derive" }
1616
[dev-dependencies]
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_derive = "1.0"
19-
toml = "0.9"
19+
toml = "1.0"
2020

2121
[features]
2222
default = ["serde"]

0 commit comments

Comments
 (0)