Skip to content

Commit

Permalink
chore(deps): cargo hakari
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 24, 2024
1 parent af689b4 commit 3224485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 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.

2 changes: 2 additions & 0 deletions homestar-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ serde = { version = "1.0.197", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.114", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8" }
signature = { version = "2.2.0", default-features = false, features = ["std"] }
smallvec = { version = "1.13.1", default-features = false, features = ["const_new", "union"] }
time = { version = "0.3.34", features = ["formatting", "local-offset", "macros", "parsing"] }
tokio = { version = "1.36.0", features = ["fs", "io-std", "io-util", "macros", "net", "rt-multi-thread", "signal", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["net", "sync"] }
Expand Down Expand Up @@ -141,6 +142,7 @@ serde = { version = "1.0.197", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.114", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8" }
signature = { version = "2.2.0", default-features = false, features = ["std"] }
smallvec = { version = "1.13.1", default-features = false, features = ["const_new", "union"] }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "full", "visit"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.50", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
time = { version = "0.3.34", features = ["formatting", "local-offset", "macros", "parsing"] }
Expand Down

0 comments on commit 3224485

Please sign in to comment.