1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-24 11:22:29 +01:00

Merge pull request #334 from spacebarchat/dependabot/cargo/src-tauri/dev/log-0.4.22

Bump log from 0.4.21 to 0.4.22 in /src-tauri
This commit is contained in:
Puyodead1 2024-09-30 08:30:14 -04:00 committed by GitHub
commit 1bded2c1af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
src-tauri/Cargo.lock generated
View File

@ -2110,9 +2110,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.21"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
dependencies = [
"value-bag",
]

View File

@ -28,7 +28,7 @@ reqwest = { version = "0.12.5", default-features = false, features = [
] }
url = "2.5.2"
chrono = "0.4"
log = "0.4.20"
log = "0.4.22"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tauri-plugin-notification = "2.0.0-beta.5"