Skip to content

Commit

Permalink
feed hakari
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgoodfellow committed Jul 10, 2024
1 parent 415fcf8 commit e10ddd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ring = { version = "0.17.8", features = ["std"] }
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.203", features = ["alloc", "derive", "rc"] }
serde = { version = "1.0.204", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.120", features = ["raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.5.0", features = ["inline", "unicode"] }
Expand Down Expand Up @@ -196,7 +196,7 @@ ring = { version = "0.17.8", features = ["std"] }
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.203", features = ["alloc", "derive", "rc"] }
serde = { version = "1.0.204", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.120", features = ["raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.5.0", features = ["inline", "unicode"] }
Expand Down

0 comments on commit e10ddd2

Please sign in to comment.