Upgraded H2 dependency to fix vulnerability and also upgraded a smattering of other dependencies to their most recent versions

This commit is contained in:
2024-04-07 12:50:49 -06:00
parent 9351fb1f62
commit 39e43350af
2 changed files with 186 additions and 202 deletions
Generated
+186 -197
View File
File diff suppressed because it is too large Load Diff
-5
View File
@@ -40,11 +40,6 @@ mockito = "1.0.0"
pretty_assertions = "1.3.0" pretty_assertions = "1.3.0"
rstest = "0.18.2" rstest = "0.18.2"
[dev-dependencies.cargo-husky]
version = "1.5.0"
default-features = false
features = ["prepush-hook", "precommit-hook", "run-cargo-test", "run-cargo-clippy"]
[[bin]] [[bin]]
bench = false bench = false
path = "src/main.rs" path = "src/main.rs"