Skip to content

Commit

Permalink
Update spin requirement from 0.4.9 to 0.5.0 (#325)
Browse files Browse the repository at this point in the history
Updates the requirements on [spin](https://github.com/mvdnes/spin-rs) to permit the latest version.
- [Release notes](https://github.com/mvdnes/spin-rs/releases)
- [Commits](https://github.com/mvdnes/spin-rs/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and konstin committed Jan 14, 2019
1 parent f9baa70 commit 27ef337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ codecov = { repository = "PyO3/pyo3", branch = "master", service = "github" }

[dependencies]
libc = "0.2.43"
spin = "0.4.9"
spin = "0.5.0"
num-traits = "0.2.6"
pyo3cls = { path = "pyo3cls", version = "=0.6.0-alpha.1" }
mashup = "0.1.9"
Expand Down

0 comments on commit 27ef337

Please sign in to comment.