Bump toml from 0.8.8 to 0.8.9

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

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/420/head
dependabot[bot] 4 months ago committed by github-actions[bot]
parent e2eb8caa6d
commit cfe5b4f855

12
Cargo.lock generated

@ -1540,14 +1540,14 @@ dependencies = [
[[package]]
name = "toml"
version = "0.8.8"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
checksum = "c6a4b9e8023eb94392d3dca65d717c53abc5dad49c07cb65bb8fcd87115fa325"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.21.0",
"toml_edit 0.21.1",
]
[[package]]
@ -1572,9 +1572,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.21.0"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
dependencies = [
"indexmap 2.2.2",
"serde",
@ -1904,7 +1904,7 @@ dependencies = [
"serde_with",
"serde_yaml",
"swayipc",
"toml 0.8.8",
"toml 0.8.9",
"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.12", optional = true }
toml = "0.8.8"
toml = "0.8.9"
[features]
gnome = ["zbus"]

Loading…
Cancel
Save