Skip to content

Commit 6b96e31

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 adf86b7 commit 6b96e31

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ aws-config = { version = "1", optional = true, default-features = false }
1717
aws-sdk-s3 = { version = "1", optional = true, default-features = false }
1818
chrono = "0.4"
1919
futures = { version = "0.3", default-features = false, features = ["alloc"] }
20-
libloading = "0.8"
20+
libloading = "0.9"
2121
reqwest = { version = "0.12", default-features = false, optional = true, features = ["charset", "http2"] }
2222
serde_json = "1"
2323
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)