Skip to content

Commit e8fa627

Browse files
Copilotdbanty
authored andcommitted
chore(deps): Update toml to 1.0.0
Update toml crate to v1 from 0.9. That, in turn, bumps msrv. Fully qualify toml version
1 parent 431b68d commit e8fa627

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
repository = "https://github.com/rust-cli/config-rs"
66
license = "MIT OR Apache-2.0"
77
edition = "2018"
8-
rust-version = "1.75.0" # MSRV
8+
rust-version = "1.76.0" # MSRV
99
include = [
1010
"build.rs",
1111
"src/**/*",
@@ -135,7 +135,7 @@ toml = ["dep:toml"]
135135
serde_core = "1.0.228"
136136

137137
async-trait = { version = "0.1.89", optional = true }
138-
toml = { version = "0.9.6", optional = true, default-features = false, features = ["parse", "serde"] }
138+
toml = { version = "1.0.0", optional = true, default-features = false, features = ["parse", "serde"] }
139139
serde_json = { version = "1.0.145", optional = true }
140140
yaml-rust2 = { version = "0.10.4", optional = true }
141141
rust-ini = { version = "0.21.3", optional = true }

0 commit comments

Comments
 (0)