Update deps and README, change default port (#13)

This commit is contained in:
Ferdinand Schober
2023-06-11 21:21:38 +02:00
committed by GitHub
parent 982f35f56a
commit f0d70492c5
6 changed files with 428 additions and 261 deletions

View File

@@ -10,16 +10,16 @@ strip = true
lto = "fat"
[dependencies]
tempfile = "3.2"
tempfile = "3.6"
trust-dns-resolver = "0.22"
memmap = "0.7"
toml = "0.5"
toml = "0.7"
serde = "1.0"
serde_derive = "1.0"
anyhow = "1.0.71"
[target.'cfg(unix)'.dependencies]
wayland-client = { version="0.30.0", optional = true }
wayland-client = { version="0.30.2", optional = true }
wayland-protocols = { version="0.30.0", features=["client", "staging", "unstable"], optional = true }
wayland-protocols-wlr = { version="0.1.0", features=["client"], optional = true }
wayland-protocols-misc = { version="0.1.0", features=["client"], optional = true }