Skip to content

Commit 4f6bff3

Browse files
authored
Merge pull request #109 from async-profiler/dependabot/cargo/libloading-0.9.0
build(deps): bump libloading from 0.8.9 to 0.9.0
2 parents adf86b7 + 6b96e31 commit 4f6bff3

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)