Skip to content

Commit

Permalink
Bump the rust-minor-patch group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the rust-minor-patch group with 2 updates: [sea-orm](https://github.com/SeaQL/sea-orm) and [url](https://github.com/servo/rust-url).


Updates `sea-orm` from 0.12.6 to 0.12.7
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md)
- [Commits](SeaQL/sea-orm@0.12.6...0.12.7)

Updates `url` from 2.4.1 to 2.5.0
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.4.1...v2.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 23, 2023
1 parent 3c441f9 commit 473bef6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ redis = { version = "0.23.3", default-features = false, features = ["tokio-comp"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "blocking", "json"] }
sandkasten-client = { version = "0.1.7", default-features = false, features = ["reqwest", "poem-openapi"] }
schemas = { version = "2.0.1", path = "./schemas" }
sea-orm = { version = "0.12.6", default-features = false, features = ["sqlx-postgres", "runtime-tokio-rustls", "macros", "with-uuid", "with-chrono", "postgres-array"] }
sea-orm = { version = "0.12.7", default-features = false, features = ["sqlx-postgres", "runtime-tokio-rustls", "macros", "with-uuid", "with-chrono", "postgres-array"] }
sentry = { version = "0.31.8", default-features = false, features = ["anyhow", "backtrace", "contexts", "panic", "debug-images", "reqwest", "rustls", "tracing"] }
serde = { version = "1.0.193", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.108", default-features = false }
Expand All @@ -35,5 +35,5 @@ thiserror = { version = "1.0.50", default-features = false }
tokio = { version = "1.34.0", default-features = false, features = ["macros", "rt-multi-thread"] }
tracing = { version = "0.1.40", default-features = false }
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt", "ansi", "env-filter"] }
url = { version = "2.4.1", default-features = false, features = ["serde"] }
url = { version = "2.5.0", default-features = false, features = ["serde"] }
uuid = { version = "1.6.1", default-features = false, features = ["v4", "fast-rng", "serde"] }

0 comments on commit 473bef6

Please sign in to comment.