Skip to content

Commit 9637029

Browse files
committed
Update Deps
- utoipa-swagger-ui to v6 - env_logger to 0.10.2 - utoipa to v4 - sea-orm-migration to ^0.12.11
1 parent 12c6107 commit 9637029

File tree

2 files changed

+30
-80
lines changed

2 files changed

+30
-80
lines changed

Cargo.lock

Lines changed: 25 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-api-rs"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -9,12 +9,12 @@ edition = "2021"
99
actix-web = "4"
1010
serde = { version = "1.0", features = ["derive"] }
1111
serde_json = "1.0"
12-
env_logger = "0.10.0"
12+
env_logger = "0.10.2"
1313
log = "0.4"
1414
futures = "0.3"
15-
utoipa = { version = "3", features = ["actix_extras"] }
16-
utoipa-swagger-ui = { version = "3", features = ["actix-web"] }
17-
sea-orm = { version = "^0.12.2", features = [ "sqlx-sqlite", "runtime-actix-rustls", "macros", "mock" ] }
15+
utoipa = { version = "4", features = ["actix_extras"] }
16+
utoipa-swagger-ui = { version = "6", features = ["actix-web"] }
17+
sea-orm = { version = "^0.12.11", features = [ "sqlx-sqlite", "runtime-actix-rustls", "macros", "mock" ] }
1818

1919
[workspace]
2020
members = [".", "migration"]

0 commit comments

Comments
 (0)