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

Commit e4e38b3

Browse files
Bump base64 from 0.13.0 to 0.21.0 in /src/agent
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.0 to 0.21.0. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.13.0...v0.21.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a396660 commit e4e38b3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/agent/Cargo.lock

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

src/agent/onefuzz/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
[dependencies]
1010
anyhow = "1.0"
1111
async-trait = "0.1"
12-
base64 = "0.13"
12+
base64 = "0.21"
1313
bytes = "1.4"
1414
dunce = "1.0"
1515
dynamic-library = { path = "../dynamic-library" }

src/agent/storage-queue/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
anyhow = "1.0"
1010
async-trait = "0.1"
1111
backoff = { version = "0.4", features = ["tokio"] }
12-
base64 = "0.13"
12+
base64 = "0.21"
1313
bytes = { version = "1.4", features = ["serde"] }
1414
derivative = "2.2"
1515
flume = "0.10"

0 commit comments

Comments
 (0)