Skip to content

Commit

Permalink
Bump sea-orm from 1.0.0 to 1.0.1 (#1265)
Browse files Browse the repository at this point in the history
Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 1.0.0 to 1.0.1.
- [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.0.0...1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 99b7e52 commit e398ff6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 @@ -102,7 +102,7 @@ default-features = false
features = ["pkce-plain"]

[dependencies.sea-orm]
version = "1.0.0"
version = "1.0.1"
features = [
"runtime-tokio-rustls",
"macros",
Expand Down
4 changes: 2 additions & 2 deletions migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/lib.rs"
[dependencies]
async-std = { version = "1", features = ["attributes", "tokio1"] }
clap = { version = "4.5.16", features = ["env", "derive"] }
sea-orm = "1.0.0"
sea-orm = "1.0.1"
serde_json = "1.0.127"
thiserror = "1.0.63"
time = "0.3.36"
Expand All @@ -24,4 +24,4 @@ version = "1.0.0"
features = ["runtime-tokio-rustls", "sqlx-postgres"]

[dev-dependencies]
sea-orm = { version = "1.0.0", features = ["sqlx-sqlite"] }
sea-orm = { version = "1.0.1", features = ["sqlx-sqlite"] }
2 changes: 1 addition & 1 deletion test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ trillium-rustls = "0.8.1"
trillium-tokio = "0.4.0"
url = "2.5.2"
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "serde"] }
sea-orm = { version = "1.0.0", features = ["sqlx-sqlite"] }
sea-orm = { version = "1.0.1", features = ["sqlx-sqlite"] }
pretty_assertions = "1.4.0"
rand = "0.8.5"
base64 = "0.22.1"
Expand Down

0 comments on commit e398ff6

Please sign in to comment.