Skip to content

Commit

Permalink
Update uuid requirement from 0.8 to 1.6
Browse files Browse the repository at this point in the history
Updates the requirements on [uuid](https://github.com/uuid-rs/uuid) to permit the latest version.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@0.8.0...1.6.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and wolf4ood committed Sep 2, 2024
1 parent d358f90 commit 5b7fe34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orientdb-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ async-trait = { version = "0.1.10", optional = true }
futures = { version="0.3", optional=true }
mobc = {version = "0.7", optional = true, default-features=false, features = ["unstable"] }
tokio = { version = "1", optional=true, features = ["full"] }
uuid = { version = "0.8", optional=true }
uuid = { version = "1.6", optional=true }
orientdb-macro = { path="../orientdb-macro", version="0.2", optional=true }



[dev-dependencies]
dotenv = "0.14.1"
uuid = { version = "0.8", features=["v4"] }
uuid = { version = "1.6", features=["v4"] }

[[example]]
name="async-simple"
Expand Down

0 comments on commit 5b7fe34

Please sign in to comment.