Skip to content

Commit 57eb4f3

Browse files
Bump uuid from 1.7.0 to 1.8.0 in /quickwit (#4763)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.7.0...1.8.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd48e76 commit 57eb4f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

quickwit/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.

quickwit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ typetag = "0.2"
259259
ulid = "1.1"
260260
username = "0.2"
261261
utoipa = "4.2.0"
262-
uuid = { version = "1.7", features = ["v4", "serde"] }
262+
uuid = { version = "1.8", features = ["v4", "serde"] }
263263
vrl = { version = "0.8.1", default-features = false, features = [
264264
"compiler",
265265
"diagnostic",

0 commit comments

Comments
 (0)