Skip to content

Commit b5809f1

Browse files
committed
chore: update dependencies
1 parent f6868b5 commit b5809f1

File tree

3 files changed

+1
-46
lines changed

3 files changed

+1
-46
lines changed

Cargo.lock

Lines changed: 0 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ inferadb-control-const = { path = "../const" }
3131
aes-gcm = { workspace = true }
3232
base64 = { workspace = true }
3333
ed25519-dalek = { workspace = true }
34-
jsonwebtoken = { workspace = true }
3534
rand = { workspace = true }
3635
zeroize = { workspace = true }
3736

crates/types/Cargo.toml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,12 @@ inferadb-ledger-types = ">=0.1.0-0"
1616

1717
# Core dependencies
1818
bon = { workspace = true }
19-
chrono = { workspace = true }
20-
hostname = "0.4"
2119
serde = { workspace = true }
2220
serde_json = { workspace = true }
2321
snafu = { workspace = true }
2422

25-
# Cryptography (for entity types that use crypto primitives)
26-
base64 = { workspace = true }
27-
ed25519-dalek = { workspace = true }
28-
sha2 = { workspace = true }
29-
30-
# WebAuthn (for passkey types)
31-
webauthn-rs = { workspace = true }
32-
33-
# Random (for token generation)
34-
rand = { workspace = true }
35-
36-
# Secure handling
37-
zeroize = { workspace = true }
38-
39-
# Snowflake ID generation (for entity types)
23+
# Snowflake ID generation
4024
idgenerator = { workspace = true }
4125

42-
# JWT and PEM encoding (for ControlIdentity)
43-
jsonwebtoken = { workspace = true }
44-
pem = { workspace = true }
45-
uuid = { workspace = true }
46-
4726
[lints]
4827
workspace = true

0 commit comments

Comments
 (0)