Skip to content

Commit

Permalink
hakari
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjstone committed Dec 18, 2024
1 parent be228e8 commit 74450e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ libc = { version = "0.2.162", features = ["extra_traits"] }
log = { version = "0.4.22", default-features = false, features = ["kv_unstable", "std"] }
managed = { version = "0.8.0", default-features = false, features = ["alloc", "map"] }
memchr = { version = "2.7.4" }
newtype-uuid = { version = "1.1.3" }
nom = { version = "7.1.3" }
num-bigint-dig = { version = "0.8.4", default-features = false, features = ["i128", "prime", "serde", "u64_digit", "zeroize"] }
num-integer = { version = "0.1.46", features = ["i128"] }
Expand Down Expand Up @@ -107,7 +108,7 @@ schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.215", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.132", features = ["raw_value", "unbounded_depth"] }
serde_json = { version = "1.0.133", features = ["raw_value", "unbounded_depth"] }
sha1 = { version = "0.10.6", features = ["oid"] }
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.6.0", features = ["bytes", "inline", "unicode"] }
Expand Down Expand Up @@ -197,6 +198,7 @@ libc = { version = "0.2.162", features = ["extra_traits"] }
log = { version = "0.4.22", default-features = false, features = ["kv_unstable", "std"] }
managed = { version = "0.8.0", default-features = false, features = ["alloc", "map"] }
memchr = { version = "2.7.4" }
newtype-uuid = { version = "1.1.3" }
nom = { version = "7.1.3" }
num-bigint-dig = { version = "0.8.4", default-features = false, features = ["i128", "prime", "serde", "u64_digit", "zeroize"] }
num-integer = { version = "0.1.46", features = ["i128"] }
Expand Down Expand Up @@ -227,7 +229,7 @@ schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.215", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.132", features = ["raw_value", "unbounded_depth"] }
serde_json = { version = "1.0.133", features = ["raw_value", "unbounded_depth"] }
sha1 = { version = "0.10.6", features = ["oid"] }
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.6.0", features = ["bytes", "inline", "unicode"] }
Expand Down

0 comments on commit 74450e8

Please sign in to comment.