Skip to content

Commit

Permalink
Bump num-traits from 0.2.14 to 0.2.15
Browse files Browse the repository at this point in the history
Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.14 to 0.2.15.
- [Release notes](https://github.com/rust-num/num-traits/releases)
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](rust-num/num-traits@num-traits-0.2.14...num-traits-0.2.15)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 20, 2022
1 parent 72d32d2 commit 48f2349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion vipers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ata = ["spl-associated-token-account"]
[dependencies]
anchor-lang = ">=0.22, <=0.25"
anchor-spl = ">=0.22, <=0.25"
num-traits = "^0.2.14"
num-traits = "^0.2.15"
spl-associated-token-account = { version = "^1.0.3", features = [
"no-entrypoint"
], optional = true }
Expand Down

0 comments on commit 48f2349

Please sign in to comment.