Skip to content

Commit e30fa08

Browse files
committed
Move whois to the main Cargo.toml and use workspace in crate
1 parent bc562b7 commit e30fa08

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,5 @@ url = "2.5.7"
131131
uuid = { version = "1.18", features = ["v7"] }
132132
volo = "0.10.6"
133133
volo-thrift = "0.10.8"
134+
whoami = "1.6.1"
134135
zstd = "0.13.3"

crates/catalog/hms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ linkedbytes = { workspace = true }
5252
metainfo = { workspace = true }
5353
motore-macros = { workspace = true }
5454
volo = { workspace = true }
55-
whoami = "1.6.1"
55+
whoami = { workspace = true }
5656

5757
[dev-dependencies]
5858
ctor = { workspace = true }

0 commit comments

Comments
 (0)