Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 73e4e0c

Browse files
build(deps): bump enum_dispatch from 0.3.5 to 0.3.7 (#2017)
Bumps [enum_dispatch](https://gitlab.com/antonok/enum_dispatch) from 0.3.5 to 0.3.7. - [Release notes](https://gitlab.com/antonok/enum_dispatch/tags) - [Changelog](https://gitlab.com/antonok/enum_dispatch/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/antonok/enum_dispatch/commits/master) --- updated-dependencies: - dependency-name: enum_dispatch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0acc8c8 commit 73e4e0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token-swap/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fuzz = ["arbitrary", "roots"]
1414

1515
[dependencies]
1616
arrayref = "0.3.6"
17-
enum_dispatch = "0.3.4"
17+
enum_dispatch = "0.3.7"
1818
num-derive = "0.3"
1919
num-traits = "0.2"
2020
solana-program = "1.7.4"

0 commit comments

Comments
 (0)