chore: update dependencies and configuration
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I5bab99cb7e7bb2125e7410b54911021a6a6a6964
This commit is contained in:
parent
8c1968c863
commit
b6012b932f
4 changed files with 105 additions and 23 deletions
|
|
@ -14,7 +14,7 @@ edition = "2024"
|
|||
license = "MPL-2.0"
|
||||
repository = "https://gitub.com/feel-co/fc"
|
||||
rust-version = "1.91.1"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0-dev"
|
||||
|
||||
[workspace.dependencies]
|
||||
# Components
|
||||
|
|
@ -43,13 +43,16 @@ lettre = { version = "0.11.19", default-features = false, features = [
|
|||
"smtp-transport",
|
||||
"builder",
|
||||
] }
|
||||
libc = "0.2.180"
|
||||
nix-nar = "0.3.1"
|
||||
oauth2 = "5.0.0"
|
||||
regex = "1.12.3"
|
||||
reqwest = { version = "0.12.28", default-features = false, features = [ "json", "rustls-tls" ] }
|
||||
serde = { version = "1.0.228", features = [ "derive" ] }
|
||||
serde_json = "1.0.149"
|
||||
sha2 = "0.10.9"
|
||||
sqlx = { version = "0.8.6", features = [ "runtime-tokio-rustls", "postgres", "chrono", "uuid", "migrate" ] }
|
||||
subtle = "2.6.1"
|
||||
tempfile = "3.24.0"
|
||||
thiserror = "2.0.18"
|
||||
tokio = { version = "1.49.0", features = [ "full" ] }
|
||||
|
|
@ -59,5 +62,5 @@ tower = "0.5.3"
|
|||
tower-http = { version = "0.6.8", features = [ "cors", "trace", "limit", "fs", "set-header" ] }
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.20", features = [ "env-filter", "json" ] }
|
||||
urlencoding = "2.1.3"
|
||||
uuid = { version = "1.18.1", features = [ "v4", "serde" ] }
|
||||
libc = "0.2.180"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue