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