Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 21 additions & 68 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gst-plugin-wayland-display/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gst-video.workspace = true
wayland-display-core = { path = "../wayland-display-core" }
tracing.workspace = true
once_cell.workspace = true
tracing-subscriber = "0.3.16"
tracing-subscriber = "0.3.20"

[build-dependencies]
gst-plugin-version-helper = "0.7.5"
Expand Down
2 changes: 1 addition & 1 deletion wayland-display-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ wayland-scanner = "0.31.6"
gstreamer-allocators = { version = "0.23.2", package = "gstreamer-allocators", features = ["v1_24", "v1_16"] }

[dev-dependencies]
tracing-subscriber = "0.3.18"
tracing-subscriber = "0.3.20"
wayland-client = "0.31.10"
wayland-protocols = { version = "0.32.8", features = ["client"] }
calloop = { version = "0.14.2", features = ["executor", "futures-io", "signals"] }
Expand Down