Skip to content

Commit

Permalink
chore(deps): bump sea-orm from 1.1.4 to 1.1.5
Browse files Browse the repository at this point in the history
Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 1.1.4 to 1.1.5.
- [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.4...1.1.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and BobAnkh committed Feb 18, 2025
1 parent 127e1c2 commit d5da499
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -41,7 +41,7 @@ redis = { workspace = true }
reqwest = { version = "0.12.12", features = ["json", "stream"] }
roxmltree = "0.20.0"
rpassword = "7.3.1"
sea-orm = { version = "1.1.4", default-features = false, features = [
sea-orm = { version = "1.1.5", default-features = false, features = [
"sqlx-postgres",
"macros",
"runtime-tokio-native-tls",
Expand Down

0 comments on commit d5da499

Please sign in to comment.