Skip to content

Commit 1870cf2

Browse files
Bump uuid from 1.21.0 to 1.23.1
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.21.0 to 1.23.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.21.0...v1.23.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 978cc73 commit 1870cf2

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ hex = { version = "0.4", optional = true }
3737
chrono = { version = "0.4", features = ["serde"], optional = true }
3838
gluesql-core = { version = "0.19", optional = true }
3939
async-trait = { version = "0.1", optional = true }
40-
uuid = { version = "1.0", features = ["v4"], optional = true }
40+
uuid = { version = "1.23", features = ["v4"], optional = true }
4141
futures = { version = "0.3", optional = true }
4242
tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "sync"], optional = true }
4343
pyo3 = { version = "0.22", features = ["extension-module", "abi3-py38"], optional = true }

0 commit comments

Comments
 (0)