Merge pull request #312 from PrismLauncher/renovate/enum_dispatch-0.x

This commit is contained in:
Sefa Eyeoglu 2024-04-30 22:43:09 +02:00 committed by GitHub
commit 5a58f62217
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -467,9 +467,9 @@ dependencies = [
[[package]]
name = "enum_dispatch"
version = "0.3.12"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f33313078bb8d4d05a2733a94ac4c2d8a0df9a2b84424ebf4f33bfc224a890e"
checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
dependencies = [
"once_cell",
"proc-macro2",

View file

@ -17,7 +17,7 @@ serde_json = "1.0.116"
[dependencies]
color-eyre = "0.6.3"
dotenvy = "0.15.7"
enum_dispatch = "0.3.12"
enum_dispatch = "0.3.13"
env_logger = "0.11.1"
eyre = "0.6.11"
log = "0.4.20"