vaticle / dependencies

Bazel dependency declarations for build tools reused across @vaticle repositories (only for @vaticle)
Mozilla Public License 2.0
12 stars 23 forks source link

Unpin crate dependency versions #548

Closed dmitrii-ubskii closed 2 weeks ago

dmitrii-ubskii commented 2 weeks ago

What is the goal of this PR?

Pinned versions of cargo crate dependencies cause resolution errors when there are two in the same SemVer compatibility range. (Cf. https://github.com/vaticle/typedb-driver/issues/665)

It is recommended to use the default version specifier for libraries unless absolutely necessary. This PR unpins all currently pinned crates.io dependencies and updates the lockfile to reflect the changes.

vaticle-bot commented 2 weeks ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture