diff --git a/editoast/Cargo.lock b/editoast/Cargo.lock index f53065d10be..f54aac0835b 100644 --- a/editoast/Cargo.lock +++ b/editoast/Cargo.lock @@ -3486,7 +3486,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9554e3ab233f0a932403704f1a1d08c30d5ccd931adfdfa1e8b5a19b52c1d55a" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2", "quote", "syn 2.0.64", @@ -4600,18 +4600,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.60" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.60" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", diff --git a/editoast/Cargo.toml b/editoast/Cargo.toml index 6ec16a0db55..a80fde5ae4f 100644 --- a/editoast/Cargo.toml +++ b/editoast/Cargo.toml @@ -32,7 +32,7 @@ serde_derive = "1.0.195" serde_json = "1.0.117" strum = { version = "0.26.2", features = ["derive"] } tempfile = "3.10.1" -thiserror = "1.0.60" +thiserror = "1.0.61" tracing = { version = "0.1.40", features = ["log"] } utoipa = { version = "4.2.3", features = ["actix_extras", "chrono", "uuid"] } uuid = { version = "1.8.0", features = ["v4"] }