Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

build(deps): update onnxruntime-sys requirement from 0.0.10 to 0.0.11 #1

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Updates the requirements on onnxruntime-sys to permit the latest version.

Changelog

Sourced from onnxruntime-sys's changelog.

[0.0.11] - 2021-02-22

Changed

  • Prevent session from being built a temporary environment resulting in segfault (#46)
  • Update onnxruntime to 1.6.0 (#59)

Added

  • Run CI on more platforms (#34)
  • Re-export ndarray for better ergonomics (#45)
  • Add with_model_from_memory() to load a model from memory (#36)

[0.0.10] - 2020-10-28

Changed

  • Update ONNX Runtime to 1.5.2 from 1.4.0 (#30)
  • Refactor feature flags and how bindings are generated (#31)
  • Refactor build script for better cross-platform support, including Windows support (#33)

[0.0.9] - 2020-10-13

Added

  • Added a changelog (#26)
  • Integrate Runtime's logging with rust's tracing logging (#21)
  • Update ureq used to download pre-trained models, fixing download problem (algesten/ureq#179).
  • Properly support inputs with dynamic dimensions (#23)

[0.0.8] - 2020-08-26

Added

  • Use ONNX Runtime 1.4.0

[0.0.7] - 2020-08-26

Added

  • Use tracing crate instead of log (#19)
  • Add integration tests (#17)
  • Add possibility to download most pre-trained models available from ONNX Zoo (#16)

[0.0.6] - 2020-08-14

Added

  • Add feature to download pre-trained pre-trained models available from ONNX Zoo (#15)
  • Add coded coverage measurement (#13)

... (truncated)

Commits
  • b0c1819 Forgot to bump crate versions...
  • cc7d214 Merge pull request #61 from nbigaouette/release-0011
  • 1948683 Update changelog
  • bfde305 Update docker image to 1.50
  • b7b2821 Merge pull request #59 from marshallpierce/mp/ort-1.6
  • 3665cb0 Update Windows (x86_64) bindings to 1.6.0
  • f97a9bb Update Windows (x86) bindings to 1.6.0
  • a5fd67c Update Linux bindings to 1.6.0
  • 5b8eb27 Appease clippy
  • fcf81b2 Update to onnxruntime 1.6.0
  • Additional commits viewable in compare view

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 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 dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 15, 2021
@dependabot dependabot bot force-pushed the dependabot/cargo/onnxruntime-sys-0.0.11 branch from b87f1c5 to a9005ec Compare March 15, 2021 09:58
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2021

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

@dependabot dependabot bot closed this Mar 15, 2021
@dependabot dependabot bot deleted the dependabot/cargo/onnxruntime-sys-0.0.11 branch March 15, 2021 11:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant