Skip to content

Commit

Permalink
chore(deps): bump sea-orm-migration from 1.1.1 to 1.1.2
Browse files Browse the repository at this point in the history
Bumps [sea-orm-migration](https://github.com/SeaQL/sea-orm) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md)
- [Commits](SeaQL/sea-orm@1.1.1...1.1.2)

---
updated-dependencies:
- dependency-name: sea-orm-migration
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 29d462e commit 7cf2df8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 netmito/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sea-orm = { version = "1.0.0", default-features = false, features = [
"with-time",
"with-uuid",
] }
sea-orm-migration = "1.0.0"
sea-orm-migration = "1.1.2"
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = "2.0.3"
Expand Down

0 comments on commit 7cf2df8

Please sign in to comment.