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

Commit

Permalink
Bump azure_core from 0.15.0 to 0.16.0 in /src/agent
Browse files Browse the repository at this point in the history
Dependabot couldn't find the original pull request head commit, e83f85e.
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent 909b130 commit c961a7d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 6 deletions.
35 changes: 31 additions & 4 deletions src/agent/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 src/agent/onefuzz-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ onefuzz-telemetry = { path = "../onefuzz-telemetry" }
backtrace = "0.3"
ipc-channel = { git = "https://github.com/servo/ipc-channel", rev = "7f432aa" }
dynamic-library = { path = "../dynamic-library" }
azure_core = { version = "0.15", default-features = false, features = [
azure_core = { version = "0.16", default-features = false, features = [
"enable_reqwest",
] }
azure_storage = { version = "0.15", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion src/agent/onefuzz-task/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ chrono = { version = "0.4", default-features = false, features = [
] }
ipc-channel = { git = "https://github.com/servo/ipc-channel", rev = "7f432aa" }

azure_core = { version = "0.15", default-features = false, features = [
azure_core = { version = "0.16", default-features = false, features = [
"enable_reqwest",
] }
azure_storage = { version = "0.15", default-features = false, features = [
Expand Down

0 comments on commit c961a7d

Please sign in to comment.