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 8, 2024
1 parent 98612f6 commit 0ca633f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 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 @@ -34,7 +34,7 @@ serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
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 0ca633f

Please sign in to comment.