Bump toml from 0.8.13 to 0.8.15

Bumps [toml](https://github.com/toml-rs/toml) from 0.8.13 to 0.8.15.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.15)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-01 17:53:55 +00:00 committed by github-actions[bot]
parent bf1466c1c8
commit 9f019c69d7
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View File

@ -1227,14 +1227,14 @@ dependencies = [
[[package]]
name = "toml"
version = "0.8.13"
version = "0.8.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba"
checksum = "ac2caab0bf757388c6c0ae23b3293fdb463fee59434529014f85e3263b995c28"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.22.13",
"toml_edit 0.22.16",
]
[[package]]
@ -1259,9 +1259,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.22.13"
version = "0.22.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c"
checksum = "278f3d518e152219c994ce877758516bca5e118eaed6996192a774fb9fbf0788"
dependencies = [
"indexmap 2.2.2",
"serde",
@ -1592,7 +1592,7 @@ dependencies = [
"serde_json",
"serde_with",
"serde_yaml",
"toml 0.8.13",
"toml 0.8.15",
"wayland-client",
"wayland-protocols-wlr",
"x11rb",

View File

@ -28,7 +28,7 @@ wayland-client = { version = "0.30", optional = true }
wayland-protocols-wlr = { version = "0.1", features = ["client"], optional = true }
x11rb = { version = "0.13.1", optional = true }
zbus = { version = "1.9.2", optional = true }
toml = "0.8.13"
toml = "0.8.15"
[features]
gnome = ["zbus"]