Skip to content

Commit 1a1e000

Browse files
Bump tracing from 0.1.41 to 0.1.43 in /src/wasm_runtime (#279)
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.41 to 0.1.43. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.41...tracing-0.1.43) --- updated-dependencies: - dependency-name: tracing dependency-version: 0.1.43 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8cb632d commit 1a1e000

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/wasm_runtime/Cargo.lock

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

src/wasm_runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ hyperlight-guest = { version = "0.11.0" }
1717
wasmtime = { version = "36.0.3", default-features = false, features = [ "runtime", "custom-virtual-memory", "custom-native-signals", "component-model" ] }
1818
hyperlight-wasm-macro = { path = "../hyperlight_wasm_macro" }
1919
spin = "0.10.0"
20-
tracing = { version = "0.1.41", default-features = false, features = ["attributes", "log"] }
20+
tracing = { version = "0.1.43", default-features = false, features = ["attributes", "log"] }
2121

2222
[build-dependencies]
2323
cfg_aliases = "0.2.1"

0 commit comments

Comments
 (0)