Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit cfa28c6

Browse files
Bump azure_core from 0.15.0 to 0.16.0 in /src/agent
Dependabot couldn't find the original pull request head commit, e83f85e.
1 parent 46bbe5b commit cfa28c6

File tree

3 files changed

+33
-6
lines changed

3 files changed

+33
-6
lines changed

src/agent/Cargo.lock

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

src/agent/onefuzz-agent/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ onefuzz-telemetry = { path = "../onefuzz-telemetry" }
3131
backtrace = "0.3"
3232
ipc-channel = { git = "https://github.com/servo/ipc-channel", rev = "7f432aa" }
3333
dynamic-library = { path = "../dynamic-library" }
34-
azure_core = { version = "0.15", default-features = false, features = [
34+
azure_core = { version = "0.16", default-features = false, features = [
3535
"enable_reqwest",
3636
] }
3737
azure_storage = { version = "0.15", default-features = false, features = [

src/agent/onefuzz-task/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ chrono = { version = "0.4", default-features = false, features = [
7070
] }
7171
ipc-channel = { git = "https://github.com/servo/ipc-channel", rev = "7f432aa" }
7272

73-
azure_core = { version = "0.15", default-features = false, features = [
73+
azure_core = { version = "0.16", default-features = false, features = [
7474
"enable_reqwest",
7575
] }
7676
azure_storage = { version = "0.15", default-features = false, features = [

0 commit comments

Comments
 (0)