Skip to content

Commit

Permalink
Bump the minor-and-patch group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 4 updates in the / directory: [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen), [serde_json](https://github.com/serde-rs/json), [stellar-xdr](https://github.com/stellar/rs-stellar-xdr) and [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen).


Updates `wasm-bindgen` from 0.2.92 to 0.2.99
- [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.92...0.2.99)

Updates `serde_json` from 1.0.117 to 1.0.134
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.117...v1.0.134)

Updates `stellar-xdr` from 22.0.0 to 22.1.0
- [Release notes](https://github.com/stellar/rs-stellar-xdr/releases)
- [Commits](stellar/rs-stellar-xdr@v22.0.0...v22.1.0)

Updates `wasm-bindgen-test` from 0.3.42 to 0.3.49
- [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)

---
updated-dependencies:
- dependency-name: wasm-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: stellar-xdr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: wasm-bindgen-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent 25a926d commit 27ff298
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 48 deletions.
144 changes: 100 additions & 44 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ default = ["console_error_panic_hook"]
console_error_panic_hook = ["dep:console_error_panic_hook"]

[dependencies]
wasm-bindgen = "0.2.84"
wasm-bindgen = "0.2.99"
schemars = "0.8.16"
serde_json = "1.0.114"
serde_json = "1.0.134"
console_error_panic_hook = { version = "0.1.7", optional = true }
# TODO: For use with generating native values.
# serde-wasm-bindgen = "0.6.5"

[dependencies.stellar-xdr]
version = "22.0.0"
version = "22.1.0"
features = ["std", "curr", "base64", "serde", "serde_json", "schemars"]
# git = "https://github.com/stellar/rs-stellar-xdr"
# rev = "89a8bcde36aeda551cb0e3f9aa3e9fcf315fe1cc"

[dev-dependencies]
wasm-bindgen-test = "0.3.34"
wasm-bindgen-test = "0.3.49"

[profile.dev]
opt-level = "z"
Expand Down

0 comments on commit 27ff298

Please sign in to comment.