Skip to content

Commit

Permalink
Bump the patch-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the patch-dependencies group with 4 updates: [js-sys](https://github.com/rustwasm/wasm-bindgen), [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen), [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) and [tracing-subscriber](https://github.com/tokio-rs/tracing).


Updates `js-sys` from 0.3.72 to 0.3.74
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

Updates `wasm-bindgen-futures` from 0.4.45 to 0.4.47
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

Updates `wasm-bindgen` from 0.2.95 to 0.2.97
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.95...0.2.97)

Updates `tracing-subscriber` from 0.3.18 to 0.3.19
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19)

---
updated-dependencies:
- dependency-name: js-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: wasm-bindgen-futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: wasm-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 425b281 commit 8633845
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 31 deletions.
64 changes: 38 additions & 26 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ hex ={ version="0.4.3", optional=true }
parity-scale-codec={ version="3.6.3", default-features=false, optional=true }

# Only for the browser
js-sys={ version="0.3.72", optional=true }
js-sys={ version="0.3.74", optional=true }
tokio ={ version="1.41", features=["time"] }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ tokio-tungstenite={ version="0.24.0", optional=true }

# Used only with the `wasm` feature
gloo-net ={ version="0.6.0", default-features=false, features=["websocket"], optional=true }
wasm-bindgen-futures={ version="0.4.45", optional=true }
wasm-bindgen-futures={ version="0.4.47", optional=true }
wasm-bindgen ={ version="0.2.92", optional=true }
wasm-bindgen-derive ={ version="0.3", optional=true }
js-sys ={ version="0.3.72", optional=true }
js-sys ={ version="0.3.74", optional=true }
base64 ={ version="0.22.1", optional=true }
schnorrkel ={ version="0.11.4", default-features=false, features=["std"], optional=true }

Expand Down
2 changes: 1 addition & 1 deletion crates/testing-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ tdx-quote ={ version="0.0.1", features=["mock"] }

# Logging
tracing ="0.1.41"
tracing-subscriber={ version="0.3.18", features=["env-filter"] }
tracing-subscriber={ version="0.3.19", features=["env-filter"] }
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ entropy-programs-runtime={ git="https://github.com/entropyxyz/programs.git", bra

# Logging
tracing ="0.1.41"
tracing-subscriber ={ version="0.3.18", features=["env-filter", "json"] }
tracing-subscriber ={ version="0.3.19", features=["env-filter", "json"] }
tracing-loki ="0.2"
tower-http ={ version="0.6.2", features=["trace", "cors"] }
tracing-bunyan-formatter="0.3.10"
Expand Down

0 comments on commit 8633845

Please sign in to comment.