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

Update deep_causality requirement from 0.6.2 to 0.7.0 #131

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2024

Updates the requirements on deep_causality to permit the latest version.

Release notes

Sourced from deep_causality's releases.

deep_causality-v0.7.0

Other

  • Replaced Cell types with Arc/RwLock to make interior mutability thread safe.
Changelog

Sourced from deep_causality's changelog.

0.7.0 - 2024-01-25

Other

  • Replaced Cell types with Arc/RwLock to make interior mutability thread safe.

0.6.5 - 2024-01-25

Other

  • Narrowed down overly general type constrains on generic type parameters.

0.6.4 - 2024-01-25

Other

  • Merge branch 'deepcausality-rs:main' into main
  • Documented all protocols in deep causality.
  • Code formatting & linting.
  • Implemented Indexable trait for Context
  • Added Indexable protocol to deep causality crate

0.6.3 - 2024-01-14

Other

  • Moved example folder back to deep_causality folder due to cargo config errors.
  • Flattened folder structure.
  • Updated dependencies to latest version.
  • Update parquet requirement from 48 to 49
  • Restricted ctx example dependency to mitigate yanked sub sub dependency warning.
  • Removed pointless tests that only threw clippy linting errors.
  • Added generic sum util with tests.
  • Disabled unused re-exports in prelude.
  • Updated examples to latest DC version.

0.6.2 - 2023-09-19

Fixed

  • fixed failing test.

Other

  • Updated starter example.
  • Added starter code example
  • Removed unused import
  • Added missing error message
  • Created new starter example
  • Restored macros in causable extension
  • Fixed missing test for Identifiable in AdjustableSpace.
  • Added error case tests to adjustable space time tests
  • Added custom is_empty implementation to test if codecov recolonize it.
  • Added more tests for adjustable types.
  • Added more tests for adjustable types.
  • Added more tests for adjustable types.

... (truncated)

Commits
  • 597ea8d Merge pull request #130 from deepcausality-rs/release-plz-2024-01-25T06-36-13Z
  • b6dd7c2 chore: release
  • 45b4763 Merge pull request #129 from marvin-hansen/main
  • c9f5160 Replaced Cell types with Arc/RwLock to make interior mutability thread safe.
  • 08418a7 Merge pull request #128 from deepcausality-rs/release-plz-2024-01-25T04-26-29Z
  • e9e0b28 chore: release
  • f78bbb0 Merge pull request #127 from marvin-hansen/main
  • 12db26c Narrowed down overly general type constrains on generic type parameters.
  • a14ae43 Merge pull request #126 from deepcausality-rs/release-plz-2024-01-25T01-53-51Z
  • db3a0a8 chore: release
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [deep_causality](https://github.com/deepcausality/deep_causality.rs) to permit the latest version.
- [Release notes](https://github.com/deepcausality/deep_causality.rs/releases)
- [Changelog](https://github.com/deepcausality-rs/deep_causality/blob/main/CHANGELOG.md)
- [Commits](deep_causality-v0.6.2...deep_causality-v0.7.0)

---
updated-dependencies:
- dependency-name: deep_causality
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 25, 2024
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants