Bump toml from 0.8.9 to 0.8.12

Bumps [toml](https://github.com/toml-rs/toml) from 0.8.9 to 0.8.12.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.9...toml-v0.8.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/442/head
dependabot[bot] 2 months ago committed by github-actions[bot]
parent e822101ef1
commit f8dc468583

25
Cargo.lock generated

@ -1540,14 +1540,14 @@ dependencies = [
[[package]]
name = "toml"
version = "0.8.9"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6a4b9e8023eb94392d3dca65d717c53abc5dad49c07cb65bb8fcd87115fa325"
checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.21.1",
"toml_edit 0.22.8",
]
[[package]]
@ -1567,20 +1567,20 @@ checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
dependencies = [
"indexmap 2.2.2",
"toml_datetime",
"winnow",
"winnow 0.5.3",
]
[[package]]
name = "toml_edit"
version = "0.21.1"
version = "0.22.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
checksum = "c12219811e0c1ba077867254e5ad62ee2c9c190b0d957110750ac0cda1ae96cd"
dependencies = [
"indexmap 2.2.2",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
"winnow 0.6.5",
]
[[package]]
@ -1856,6 +1856,15 @@ dependencies = [
"memchr",
]
[[package]]
name = "winnow"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8"
dependencies = [
"memchr",
]
[[package]]
name = "wyz"
version = "0.5.1"
@ -1904,7 +1913,7 @@ dependencies = [
"serde_with",
"serde_yaml",
"swayipc",
"toml 0.8.9",
"toml 0.8.12",
"wayland-client",
"wayland-protocols-wlr",
"x11rb",

@ -30,7 +30,7 @@ wayland-protocols-wlr = { version = "0.1", features = ["client"], optional = tru
x11rb = { version = "0.13.0", optional = true }
zbus = { version = "1.9.2", optional = true }
hyprland = { version = "0.3.13", optional = true }
toml = "0.8.9"
toml = "0.8.12"
[features]
gnome = ["zbus"]

Loading…
Cancel
Save