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

Commit ceacb3c

Browse files
Bump uuid from 1.3.0 to 1.4.0 in /src/proxy-manager (#3230)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.3.0...1.4.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 954ccce commit ceacb3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/proxy-manager/Cargo.lock

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

src/proxy-manager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ tokio = { version = "1.28", features = [
2929
url = { version = "2.4", features = ["serde"] }
3030
reqwest-retry = { path = "../agent/reqwest-retry" }
3131
onefuzz-telemetry = { path = "../agent/onefuzz-telemetry" }
32-
uuid = { version = "1.3", features = ["serde"] }
32+
uuid = { version = "1.4", features = ["serde"] }
3333
log = "0.4"
3434
tempfile = "3.6.0"

0 commit comments

Comments
 (0)