Skip to content

Commit bc9e1c2

Browse files
chore(deps): bump uuid from 1.19.0 to 1.20.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.19.0...v1.20.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf092db commit bc9e1c2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pgwire = "0.37.0"
88
sqlparser = "0.60.0"
99
serde = { version = "1.0", features = ["derive"] }
1010
serde_json = "1.0"
11-
uuid = { version = "1.8.0", features = ["v7", "serde"] }
11+
uuid = { version = "1.20.0", features = ["v7", "serde"] }
1212
chrono = { version = "0.4.43", features = ["serde"] }
1313
jsonb_schema = { git = "https://github.com/dataunitylab/jsonb", branch = "jsonb-schema" }
1414
tokio = { version = "1.49.0", features = ["full"] }

0 commit comments

Comments
 (0)