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

Commit 5ac928f

Browse files
Bump uuid from 0.8.2 to 1.1.2 in /src/proxy-manager
Bumps [uuid](https://github.com/uuid-rs/uuid) from 0.8.2 to 1.1.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@0.8.2...1.1.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2225cb3 commit 5ac928f

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

src/proxy-manager/Cargo.lock

Lines changed: 10 additions & 4 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
@@ -20,5 +20,5 @@ tokio = { version = "1.18", features = ["macros", "rt-multi-thread", "fs", "proc
2020
url = { version = "2.2", features = ["serde"] }
2121
reqwest-retry = { path = "../agent/reqwest-retry"}
2222
onefuzz-telemetry = { path = "../agent/onefuzz-telemetry" }
23-
uuid = "0.8"
23+
uuid = "1.1"
2424
log = "0.4"

0 commit comments

Comments
 (0)