Fix clippy errors, update deps
Some checks failed
Build Crate / build (push) Failing after 52s

This commit is contained in:
2024-08-18 19:56:00 -04:00
parent ffe6a771d2
commit d29da66536
10 changed files with 27 additions and 16 deletions

View File

@@ -39,9 +39,9 @@ sea-orm = { version = "0.12.0", features = [
] }
[target.'cfg(client)'.dependencies]
wasm-bindgen = "0.2"
wasm-bindgen = "0.2.93"
reqwest = { version = "0.11", features = ["json"] }
sea-orm = { version = "0.12.0" }
sea-orm = { version = "0.1" }
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(engine)', 'cfg(client)'] }