diff --git a/crates/suiop-cli/Cargo.lock b/crates/suiop-cli/Cargo.lock index d587f26951b43..deb5cfb996e0b 100644 --- a/crates/suiop-cli/Cargo.lock +++ b/crates/suiop-cli/Cargo.lock @@ -1051,7 +1051,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] name = "matchers" -version.workspace = true +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" dependencies = [ @@ -1247,7 +1247,7 @@ checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" [[package]] name = "pin-utils" -version.workspace = true +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" @@ -1908,7 +1908,7 @@ dependencies = [ [[package]] name = "time-core" -version.workspace = true +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" @@ -2140,7 +2140,7 @@ dependencies = [ [[package]] name = "valuable" -version.workspace = true +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" @@ -2158,7 +2158,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vultr-api" -version.workspace = true +version = "0.1.0" dependencies = [ "anyhow", "field_names",