update dependencies

This commit is contained in:
Philippe Loctaux 2023-03-24 23:21:54 +01:00
parent 784365d6f9
commit 51ceee9295
8 changed files with 21 additions and 19 deletions

View file

@ -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" }

View file

@ -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 }

View file

@ -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"] }

View file

@ -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 }

View file

@ -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"

View file

@ -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 }