Skip to content

Commit

Permalink
chore(deps): bump magnus from 0.6.4 to 0.7.1
Browse files Browse the repository at this point in the history
Bumps [magnus](https://github.com/matsadler/magnus) from 0.6.4 to 0.7.1.
- [Release notes](https://github.com/matsadler/magnus/releases)
- [Changelog](https://github.com/matsadler/magnus/blob/main/CHANGELOG.md)
- [Commits](matsadler/magnus@0.6.4...0.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent dee5919 commit a97cce3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions ext/yrb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ homepage = "https://github.com/y-crdt/yrb"
repository = "https://github.com/y-crdt/yrb"

[dependencies]
magnus = "=0.6.4"
magnus = "=0.7.1"
thiserror = "1.0.63"
yrs = "=0.17.4"
y-sync = "=0.4.0"
rb-sys = "0.9.98"

[dev-dependencies]
magnus = { version = "0.6.4", features = ["embed"] }
magnus = { version = "0.7.1", features = ["embed"] }

[lib]
name = "yrb"
Expand Down

0 comments on commit a97cce3

Please sign in to comment.