Compare commits
1 Commits
renovate/m
...
renovate/s
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ed837b8d7 |
8
moneymgr_backend/Cargo.lock
generated
8
moneymgr_backend/Cargo.lock
generated
@@ -2385,7 +2385,7 @@ dependencies = [
|
||||
"rust_xlsxwriter",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha2 0.11.0-rc.5",
|
||||
"sha2 0.11.0",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
@@ -3399,12 +3399,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sha2"
|
||||
version = "0.11.0-rc.5"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7c5f3b1e2dc8aad28310d8410bd4d7e180eca65fca176c52ab00d364475d0024"
|
||||
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"cpufeatures 0.2.17",
|
||||
"cpufeatures 0.3.0",
|
||||
"digest 0.11.0",
|
||||
]
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ lazy-regex = "3.6.0"
|
||||
jwt-simple = { version = "0.12.14", default-features = false, features = ["pure-rust"] }
|
||||
mime_guess = "2.0.5"
|
||||
rust-embed = { version = "8.11.0" }
|
||||
sha2 = "0.11.0-rc.5"
|
||||
sha2 = "0.11.0"
|
||||
base16ct = { version = "1.0.0", features = ["alloc"] }
|
||||
httpdate = "1.0.3"
|
||||
chrono = "0.4.44"
|
||||
|
||||
Reference in New Issue
Block a user