chore: update Cargo.lock according to previous branch commits

This commit is contained in:
Florian Briand 2024-08-15 19:30:28 +02:00
parent 760a9cd92c
commit 4d9f6e2638
Signed by: florian_briand
GPG Key ID: CC981B9E6B98E70B

4
Cargo.lock generated
View File

@ -92,6 +92,7 @@ dependencies = [
"notify 6.1.1",
"serde",
"systemfd",
"thiserror",
"tokio",
"tower-http",
"tower-livereload",
@ -1066,6 +1067,7 @@ dependencies = [
"http",
"tauri",
"tauri-build",
"thiserror",
"tokio",
"tower",
]
@ -3915,8 +3917,10 @@ dependencies = [
name = "sesam-vitale"
version = "0.1.0"
dependencies = [
"anyhow",
"dotenv",
"libc",
"thiserror",
]
[[package]]