Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 23, 2023
1 parent ffc24dd commit fc640a9
Show file tree
Hide file tree
Showing 4 changed files with 641 additions and 263 deletions.
111 changes: 73 additions & 38 deletions portfolio_backend/Cargo.lock

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

8 changes: 4 additions & 4 deletions portfolio_backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ 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.14.0"
chrono = { version = "0.4", features = ["serde"] }
diesel = { version = "1.4.6", features = ["chrono", "postgres"] }
diesel = { version = "1.4.8", features = ["chrono", "postgres"] }
diesel_migrations = { version = "1.4.0", features = ["postgres"] }
dotenv = "0.15"
futures = "0.3"
hubcaps = "0.6"
jsonwebtoken = "7.2.0"
lazy_static = "1.4.0"
rocket = { version = "0.4.7", default-features = false }
rocket = { version = "0.4.11", default-features = false }
rocket_cors = { version = "0.5.2", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = "0.2.25"
uuid = { version = "0.8", features = ["v4"] }

[dependencies.rocket_contrib]
version = "0.4.7"
version = "0.4.11"
default-features = false
features = ["json", "diesel_postgres_pool"]
10 changes: 5 additions & 5 deletions portfolio_frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@fortawesome/react-fontawesome": "^0.2.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^13.0.0",
Expand All @@ -15,17 +15,17 @@
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router": "^5.1.9",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-bootstrap": "^0.26.0",
"@types/react-router-dom": "^5.1.7",
"@types/react-scroll": "^1.8.2",
"axios": "^0.21.2",
"axios": "^0.27.0",
"bootstrap": "^4.5.3",
"github-contributions-canvas": "^0.6.0",
"github-contributions-canvas": "^0.7.0",
"immutable": "^4.0.0-rc.12",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.1",
"react-router-bootstrap": "^0.25.0",
"react-router-bootstrap": "^0.26.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-scroll": "^1.8.1",
Expand Down
Loading

0 comments on commit fc640a9

Please sign in to comment.