Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump axoasset from 0.8.0 to 0.9.0 #857

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2024

Bumps axoasset from 0.8.0 to 0.9.0.

Changelog

Sourced from axoasset's changelog.

v0.9.0 - 2024-03-14

🎁 Features

  • Parsing JSON containing byte order marks - [mistydemeo], pr87

This fixes an issue parsing JSON from files containing a byte order mark. This is rare, but can occur with JSON files created in Windows with certain software, including data written to disk in PowerShell.

The underlying JSON parsing library used by axoasset doesn't currently support parsing JSON files that begin with a byte order mark. In this release, we strip it from files that contain it before passing it to serde in order to work around this limitation.

Commits
  • c8b9ca9 release: 0.9.0
  • 34f3306 Merge pull request #87 from axodotdev/strip_json_bom
  • 473fe2c fix: temporarily allow warnings for toml_edit::Document
  • b6d5287 fix: parse JSON with UTF-8 BOMs
  • 360b3d1 Merge pull request #85 from axodotdev/release_0_8_0
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 19, 2024
@Gankra
Copy link
Contributor

Gankra commented Mar 19, 2024

we can merge this, but noting that we already have two copies of this because of axoproject using 0.7.0... maybe we should do a pass on making axoasset 1.0.0

@mistydemeo
Copy link
Contributor

Yeah, not a bad idea to get everything on one version.

@dependabot dependabot bot force-pushed the dependabot/cargo/axoasset-0.9.0 branch 2 times, most recently from 00c2da8 to e9289d6 Compare March 21, 2024 22:36
Bumps [axoasset](https://github.com/axodotdev/axoasset) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/axodotdev/axoasset/releases)
- [Changelog](https://github.com/axodotdev/axoasset/blob/main/CHANGELOG.md)
- [Commits](axodotdev/axoasset@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: axoasset
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/axoasset-0.9.0 branch from e9289d6 to 0df4acc Compare March 28, 2024 16:09
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2024

Looks like axoasset is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 2, 2024
@dependabot dependabot bot deleted the dependabot/cargo/axoasset-0.9.0 branch April 2, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants