Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and eliias committed Apr 2, 2024
1 parent 4595d7e commit a08c59e
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.2"
magnus = "=0.6.3"
thiserror = "1.0.58"
yrs = "=0.17.4"
y-sync = "=0.4.0"
rb-sys = "0.9.90"

[dev-dependencies]
magnus = { version = "0.6.2", features = ["embed"] }
magnus = { version = "0.6.3", features = ["embed"] }

[lib]
name = "yrb"
Expand Down

0 comments on commit a08c59e

Please sign in to comment.