Skip to content

Commit 98abbf9

Browse files
build(deps): bump uuid from 1.23.1 to 1.23.2 (#751)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.23.1 to 1.23.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.1...v1.23.2) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89e4a5c commit 98abbf9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

tracing-actix-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ uuid_v7 = ["uuid/v7"]
102102
actix-web = { version = "4", default-features = false }
103103
pin-project = "1.1.13"
104104
tracing = "0.1.44"
105-
uuid = { version = "1.22", features = ["v4"] }
105+
uuid = { version = "1.23", features = ["v4"] }
106106
mutually_exclusive_features = "0.1"
107107
opentelemetry_0_13_pkg = { package = "opentelemetry", version = "0.13", optional = true }
108108
opentelemetry_0_14_pkg = { package = "opentelemetry", version = "0.14", optional = true }

0 commit comments

Comments
 (0)