update dependencies
This commit is contained in:
parent
784365d6f9
commit
51ceee9295
8 changed files with 21 additions and 19 deletions
|
|
@ -7,11 +7,11 @@ edition = "2021"
|
|||
rocket = { version = "=0.5.0-rc.3", features = ["json"] }
|
||||
rocket_db_pools = { version = "=0.1.0-rc.3", features = ["sqlx_sqlite"] }
|
||||
rocket_dyn_templates = { version = "=0.1.0-rc.3", features = ["tera"] }
|
||||
infer = { version = "0.12.0", default-features = false }
|
||||
infer = { version = "0.13", default-features = false }
|
||||
erased-serde = "0.3"
|
||||
url = { workspace = true }
|
||||
identicon-rs = "4.0.1"
|
||||
futures = "0.3.26"
|
||||
identicon-rs = "4.0"
|
||||
futures = "0.3"
|
||||
|
||||
# local crates
|
||||
database_pool = { path = "../database_pool" }
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ version = "0.0.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
argon2 = { version = "0.4.1" }
|
||||
rand_core = { version = "0.6.4", features = ["std"] }
|
||||
argon2 = { version = "0.5" }
|
||||
rand_core = { version = "0.6", features = ["std"] }
|
||||
thiserror = { workspace = true }
|
||||
nanoid = "0.4.0"
|
||||
nanoid-dictionary = "0.4.3"
|
||||
nanoid = { workspace = true }
|
||||
nanoid-dictionary = { workspace = true }
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
thiserror = { workspace = true }
|
||||
nanoid = "0.4.0"
|
||||
nanoid-dictionary = "0.4.3"
|
||||
nanoid = { workspace = true }
|
||||
nanoid-dictionary = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ jwt-compact = { version = "0.6.0", features = ["with_rsa"] }
|
|||
thiserror = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
rand = "0.8.5"
|
||||
rand = "0.8"
|
||||
rsa = "0.7.2"
|
||||
chrono = { workspace = true }
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ url = { workspace = true }
|
|||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
openidconnect = { version = "3.0.0-alpha.1", default-features = false }
|
||||
itertools = "0.10.5"
|
||||
itertools = "0.10"
|
||||
|
|
@ -9,4 +9,4 @@ hash = { path = "../hash" }
|
|||
id = { path = "../id" }
|
||||
thiserror = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
email_address = { version = "0.2.4", default-features = false }
|
||||
email_address = { version = "0.2", default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue