Skip to content

Commit 053015e

Browse files
build(deps): bump libloading from 0.8.9 to 0.9.0
Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.9 to 0.9.0. - [Commits](nagisa/rust_libloading@0.8.9...0.9.0) --- updated-dependencies: - dependency-name: libloading dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f56420 commit 053015e

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

Cargo.lock

Lines changed: 18 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

video/external/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ruffle_video_software = { path = "../software" }
1717
thiserror = { workspace = true }
1818

1919
# Needed for OpenH264:
20-
libloading = { version = "0.8.9", optional = true }
20+
libloading = { version = "0.9.0", optional = true }
2121
reqwest = { version = "0.12.24", default-features = false, features = ["blocking"], optional = true }
2222
hex = { version = "0.4.3", optional = true }
2323
bzip2 = { version = "0.6.1", features = ["static"], optional = true }

0 commit comments

Comments
 (0)