Skip to content

Commit b688f9e

Browse files
Bump uuid from 1.1.1 to 1.1.2 (#765)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.1.1...1.1.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae3db94 commit b688f9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

josh-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tracing-opentelemetry = "0.17.3"
2828
opentelemetry = "0.17.0"
2929
opentelemetry-jaeger = "0.16.0"
3030
reqwest= { version = "0.11.10", default-features = false, features = ["blocking", "json"] }
31-
uuid = { version = "1.1.1", features = ["v4"] }
31+
uuid = { version = "1.1.2", features = ["v4"] }
3232
base64 = "0.13.0"
3333
regex = "1.5.6"
3434
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)