Skip to content

Commit

Permalink
upgrade all package to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
indpurvesh committed Dec 27, 2024
1 parent e9478ef commit b7ece38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 98 deletions.
89 changes: 0 additions & 89 deletions Cargo.lock

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

15 changes: 6 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,28 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axum = { version = "0.7.7", features = ["multipart"] }
axum = { version = "0.7.9", features = ["multipart"] }
serde = { version = "1.0.216", features = ["derive"] }
tokio = { version = "1.42.0", features = ["full"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tower-http = { version = "0.6.2", features = ["fs", "cors"] }
dotenvy = "0.15.7"
axum-extra = { version = "0.9.4", features = ["cookie", "cookie-signed"] }
axum-extra = { version = "0.9.6", features = ["cookie", "cookie-signed"] }
argon2 = "0.5.3"
rand = "0.8.5"
urlencoding = "2.1.3"
serde_json = "1.0.128"
surrealdb = { version = "2.0.3", features = ["kv-rocksdb", "kv-mem"] }
serde_json = "1.0.134"
surrealdb = { version = "2.1.4", features = ["kv-rocksdb", "kv-mem"] }
jsonwebtoken = "9.3.0"
chrono = { version = "0.4.38", features = [] }
chrono = { version = "0.4.39", features = [] }
email_address = "0.2.9"
rust-i18n = "3.1.2"
lettre = { version = "0.11.11", features = ["tokio1-native-tls"] }
handlebars = "6.2.0"
utoipa = "5.3.0"
juniper = "0.16.1"
juniper_axum = { version = "0.1.0", features = ["subscriptions"] }
tokio-stream = "0.1.17"

juniper_axum = { version = "0.1.1", features = ["subscriptions"] }

[dev-dependencies]
mockall = "0.13.1"
tower = { version = "0.5.2", features = ["util"] }

0 comments on commit b7ece38

Please sign in to comment.