Skip to content

Commit de6408d

Browse files
committed
Update dependencies
1 parent 6dec4b2 commit de6408d

File tree

5 files changed

+94
-76
lines changed

5 files changed

+94
-76
lines changed

Cargo.lock

+64-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/media-file/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ aoide-core = { version = "=0.8.0", path = "../core" }
4747

4848
[dev-dependencies]
4949
aoide-media-file = { version = "=0.8.0", path = "../media-file" }
50-
tempfile = "3.9.0"
50+
tempfile = "3.10.0"
5151

5252
[features]
5353
default = ["all"]

demo-app/Cargo.toml

-6
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,3 @@ features = ["macros", "rt-multi-thread"]
4040
# See also: <https://github.com/vizia/vizia/pull/457>
4141
git = "https://github.com/uklotzde/vizia.git"
4242
branch = "accesskit-disable-default-features"
43-
44-
[dependencies.nix]
45-
# Missing feature in zbus 3.14.1
46-
version = "0.26.4"
47-
default-features = false
48-
features = ["user"]

0 commit comments

Comments
 (0)