Skip to content

Commit

Permalink
chore(deps): bump rust-fsm from 0.6.2 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [rust-fsm](https://github.com/eugene-babichenko/rust-fsm) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/eugene-babichenko/rust-fsm/releases)
- [Changelog](https://github.com/eugene-babichenko/rust-fsm/blob/master/CHANGELOG.md)
- [Commits](eugene-babichenko/rust-fsm@v0.6.2...v0.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent f3e9779 commit f4629bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 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 sapiens_exp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.118"
serde_yaml = "0.9.34"

rust-fsm = "0.6.2"
rust-fsm = "0.7.0"

pyo3 = { version = "0.20.3", features = [] }
pyo3-asyncio = { version = "0.20.0", features = ["attributes", "tokio-runtime"] }
Expand Down

0 comments on commit f4629bc

Please sign in to comment.