Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
* serde v1.0.190 => v1.0.192
* lightningcss v1.0.0-alpha.50 => v1.0.0-alpha.51
* getrandom v0.2.10 => 0.2.11
  • Loading branch information
friedemannsommer committed Nov 9, 2023
1 parent f953ec0 commit 4b4f99d
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 deletions.
88 changes: 44 additions & 44 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ members = [
actix-identity = "=0.6.0"
entity = { path = "entity" }
fern = "=0.6.2"
getrandom = "=0.2.10"
getrandom = "=0.2.11"
hex = "=0.4.3"
log = "=0.4.20"
markup = "=0.13.1"
migration = { path = "migration" }
once_cell = "=1.18.0"
serde = "=1.0.190"
serde = "=1.0.192"
thiserror = "=1.0.50"
time = "=0.3.30"
url = "=2.4.1"
Expand Down Expand Up @@ -66,7 +66,7 @@ default-features = false
features = ["sync"]

[build-dependencies]
lightningcss = "=1.0.0-alpha.50"
lightningcss = "=1.0.0-alpha.51"
proc-macro2 = "=1.0.69"
quote = "=1.0.33"
time = { version = "=0.3.30", features = ["macros", "formatting"] }
2 changes: 1 addition & 1 deletion entity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "entity"
path = "src/lib.rs"

[dependencies.serde]
version = "=1.0.190"
version = "=1.0.192"
default-features = false
features = ["derive"]

Expand Down

0 comments on commit 4b4f99d

Please sign in to comment.