Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent 518b7a1 commit 5096c5f
Show file tree
Hide file tree
Showing 2 changed files with 1,168 additions and 724 deletions.
6 changes: 3 additions & 3 deletions portfolio_backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bcrypt = "0.9.0"
bcrypt = "0.15.0"
chrono = { version = "0.4", features = ["serde"] }
diesel = { version = "1.4.6", features = ["chrono", "postgres"] }
diesel_migrations = { version = "1.4.0", features = ["postgres"] }
Expand All @@ -16,8 +16,8 @@ futures = "0.3"
hubcaps = "0.6"
jsonwebtoken = "7.2.0"
lazy_static = "1.4.0"
rocket = { version = "0.4.7", default-features = false }
rocket_cors = { version = "0.5.2", default-features = false }
rocket = { version = "0.5.0", default-features = false }
rocket_cors = { version = "0.6.0", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = "0.2.25"
Expand Down
Loading

0 comments on commit 5096c5f

Please sign in to comment.