Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
* clap v4.4.10 => v4.4.11
* markup v0.15.0 => git(c1dc693e0d3e312d52160c312961bf47f1cffbf7)
* once_cell v1.18.0 => v1.19.0
* sea-orm v0.12.7 => v0.12.8
  • Loading branch information
friedemannsommer committed Dec 7, 2023
1 parent 5efae74 commit 0c26619
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 53 deletions.
94 changes: 46 additions & 48 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ fern = "=0.6.2"
getrandom = "=0.2.11"
hex = "=0.4.3"
log = "=0.4.20"
markup = "=0.15.0"
markup = { git = "https://github.com/utkarshkukreti/markup.rs", rev = "c1dc693e0d3e312d52160c312961bf47f1cffbf7" }
migration = { path = "migration" }
once_cell = "=1.18.0"
once_cell = "=1.19.0"
serde = "=1.0.193"
thiserror = "=1.0.50"
time = "=0.3.30"
Expand All @@ -41,7 +41,7 @@ version = "=0.8.0"
features = ["cookie-session"]

[dependencies.clap]
version = "=4.4.10"
version = "=4.4.11"
default-features = false
features = ["std", "color", "help", "usage", "error-context", "suggestions", "derive", "env", "cargo"]

Expand All @@ -51,7 +51,7 @@ default-features = false
features = ["v4"]

[dependencies.sea-orm]
version = "=0.12.7"
version = "=0.12.8"
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 = "=0.12.7"
version = "=0.12.8"
default-features = false
features = ["macros", "with-time", "with-uuid"]

Expand Down

0 comments on commit 0c26619

Please sign in to comment.