We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc562b7 commit e30fa08Copy full SHA for e30fa08
Cargo.toml
@@ -131,4 +131,5 @@ url = "2.5.7"
131
uuid = { version = "1.18", features = ["v7"] }
132
volo = "0.10.6"
133
volo-thrift = "0.10.8"
134
+whoami = "1.6.1"
135
zstd = "0.13.3"
crates/catalog/hms/Cargo.toml
@@ -52,7 +52,7 @@ linkedbytes = { workspace = true }
52
metainfo = { workspace = true }
53
motore-macros = { workspace = true }
54
volo = { workspace = true }
55
-whoami = "1.6.1"
+whoami = { workspace = true }
56
57
[dev-dependencies]
58
ctor = { workspace = true }
0 commit comments