From 5d958630f6451e713c2c047552993cc3091c07e5 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 24 Dec 2024 11:53:38 +0100 Subject: [PATCH] `*`: Upgrade micronfig to 1.0.0 --- acrate_apub_inbox/Cargo.toml | 2 +- acrate_database/Cargo.toml | 2 +- acrate_rdserver/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/acrate_apub_inbox/Cargo.toml b/acrate_apub_inbox/Cargo.toml index 61b9db5..fd76dd3 100644 --- a/acrate_apub_inbox/Cargo.toml +++ b/acrate_apub_inbox/Cargo.toml @@ -15,7 +15,7 @@ acrate_utils = { path = "../acrate_utils" } anyhow = "1.0.93" axum = { version = "0.7.7", features = ["macros"] } log = { version = "0.4.22", features = ["std", "max_level_trace", "release_max_level_debug"] } -micronfig = "0.3.0" +micronfig = "1.0.0" minijinja = "2.5.0" pretty_env_logger = "0.5.0" serde = { version = "1.0.215", features = ["derive"] } diff --git a/acrate_database/Cargo.toml b/acrate_database/Cargo.toml index f047be9..24d19c1 100644 --- a/acrate_database/Cargo.toml +++ b/acrate_database/Cargo.toml @@ -15,7 +15,7 @@ diesel-async = { version = "0.5.1", features = ["postgres"] } diesel_migrations = { version = "2.2.0", optional = true } log = { version = "0.4.22", features = ["std", "max_level_trace", "release_max_level_debug"] } mediatype = "0.19.18" -micronfig = { version = "0.3.0", optional = true } +micronfig = { version = "1.0.0", optional = true } mime = "0.3.17" pretty_env_logger = { version = "0.5.0", optional = true } uuid = "1.11.0" diff --git a/acrate_rdserver/Cargo.toml b/acrate_rdserver/Cargo.toml index fe2421e..1165a81 100644 --- a/acrate_rdserver/Cargo.toml +++ b/acrate_rdserver/Cargo.toml @@ -17,7 +17,7 @@ anyhow = "1.0.93" axum = { version = "0.7.7", features = ["macros"] } axum-extra = { version = "0.9.4", features = ["query"] } log = { version = "0.4.22", features = ["std", "max_level_trace", "release_max_level_debug"] } -micronfig = "0.3.0" +micronfig = "1.0.0" pretty_env_logger = "0.5.0" quick-xml = { version = "0.37.0", features = ["serialize"] } serde = { version = "1.0.215", features = ["derive"] }