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 Feb 12, 2024
1 parent 408a2af commit c210975
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions homestar-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tracing-core = { version = "0.1.32" }
tracing-logfmt = { version = "0.3.3", default-features = false, features = ["ansi_logs"] }
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["env-filter", "fmt", "parking_lot"] }
typenum = { version = "1.17.0", default-features = false, features = ["const-generics"] }
unsigned-varint = { version = "0.8.0", default-features = false, features = ["asynchronous_codec"] }
unsigned-varint = { version = "0.7.2", default-features = false, features = ["asynchronous_codec"] }
url = { version = "2.5.0", features = ["serde"] }
uuid = { version = "1.7.0", features = ["fast-rng", "v4"] }
wasmtime = { version = "17.0.0", features = ["component-model"] }
Expand Down Expand Up @@ -153,7 +153,7 @@ tracing-core = { version = "0.1.32" }
tracing-logfmt = { version = "0.3.3", default-features = false, features = ["ansi_logs"] }
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["env-filter", "fmt", "parking_lot"] }
typenum = { version = "1.17.0", default-features = false, features = ["const-generics"] }
unsigned-varint = { version = "0.8.0", default-features = false, features = ["asynchronous_codec"] }
unsigned-varint = { version = "0.7.2", default-features = false, features = ["asynchronous_codec"] }
url = { version = "2.5.0", features = ["serde"] }
uuid = { version = "1.7.0", features = ["fast-rng", "v4"] }
wasmtime = { version = "17.0.0", features = ["component-model"] }
Expand Down

0 comments on commit c210975

Please sign in to comment.