Skip to content

Commit

Permalink
Merge pull request #256 from friedemannsommer/dependabot/cargo/sea-or…
Browse files Browse the repository at this point in the history
…m-1.0.1
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
2 parents b10c959 + e1a29c7 commit ea3282b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ default-features = false
features = ["v4"]

[dependencies.sea-orm]
version = "=1.0.0"
version = "=1.0.1"
default-features = false
features = ["sqlx-mysql", "sqlx-postgres", "runtime-actix-rustls"]

Expand Down
2 changes: 1 addition & 1 deletion entity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default-features = false
features = ["derive"]

[dependencies.sea-orm]
version = "=1.0.0"
version = "=1.0.1"
default-features = false
features = ["macros", "with-time", "with-uuid"]

Expand Down

0 comments on commit ea3282b

Please sign in to comment.