Skip to content

Commit 52b910b

Browse files
build(deps): bump toml from 0.9.6 to 1.0.3+spec-1.1.0
Bumps [toml](https://github.com/toml-rs/toml) from 0.9.6 to 1.0.3+spec-1.1.0. - [Commits](toml-rs/toml@toml-v0.9.6...toml-v1.0.3) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.3+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa878cd commit 52b910b

File tree

3 files changed

+49
-24
lines changed

3 files changed

+49
-24
lines changed

Cargo.lock

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

confik-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ indoc = "2"
2626
rustversion-msrv = "0.100"
2727
serde = { version = "1", features = ["derive"] }
2828
serde-bool = "0.1"
29-
toml = "0.9"
29+
toml = "1.0"
3030
trybuild = { version = "1", features = ["diff"] }

confik/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ thiserror = "2"
5151

5252
envious = { version = "0.2", optional = true }
5353
serde_json = { version = "1", optional = true }
54-
toml = { version = "0.9", optional = true, default-features = false, features = ["parse", "serde"] }
54+
toml = { version = "1.0", optional = true, default-features = false, features = ["parse", "serde"] }
5555

5656
ahash = { version = "0.8", optional = true, features = ["serde"] }
5757
bigdecimal = { version = "0.4", optional = true, features = ["serde"] }

0 commit comments

Comments
 (0)