Skip to content

Commit

Permalink
Update mysqlclient-sys requirement from 0.3.1 to 0.4.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: mysqlclient-sys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cn-kali-team committed Jul 1, 2024
1 parent 4cd6777 commit 1680c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
argh = "0.1.12"
mysqlclient-sys = "0.3.1"
mysqlclient-sys = "0.4.0"
diesel = { version = "2.1.0", features = ["r2d2", "mysql", "chrono", "uuid", "serde_json"] }
chrono = { version = "0.4", default-features = false, features = ["serde", "clock"] }
dotenvy = "0.15"
Expand Down
2 changes: 1 addition & 1 deletion nvd-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ actix-session = { version = "0.9.0", features = ["cookie-session"] }
openssl = { version = "0.10", features = ["vendored"] }
actix-files = "0.6.2"
actix-cors = "0.7.0"
mysqlclient-sys = "0.3.1"
mysqlclient-sys = "0.4.0"
thiserror = "1.0"
env_logger = "0.11.1"
utoipa = { version = "4.2.0", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true }
Expand Down

0 comments on commit 1680c76

Please sign in to comment.