diff --git a/api-backend/hartex-backend-driver/Cargo.toml b/api-backend/hartex-backend-driver/Cargo.toml index d6a1b17b7..6490d3a71 100644 --- a/api-backend/hartex-backend-driver/Cargo.toml +++ b/api-backend/hartex-backend-driver/Cargo.toml @@ -6,7 +6,7 @@ description = """ Backend server driver """ license = "AGPL-3.0-or-later" -rust-version = "1.82.0" +rust-version = "1.83.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/api-backend/hartex-backend-layers/Cargo.toml b/api-backend/hartex-backend-layers/Cargo.toml index b8f77989c..2f0edaf95 100644 --- a/api-backend/hartex-backend-layers/Cargo.toml +++ b/api-backend/hartex-backend-layers/Cargo.toml @@ -6,7 +6,7 @@ description = """ Backend middleware """ license = "AGPL-3.0-or-later" -rust-version = "1.82.0" +rust-version = "1.83.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/api-backend/hartex-backend-models/Cargo.toml b/api-backend/hartex-backend-models/Cargo.toml index aa7cd9844..a3137e21f 100644 --- a/api-backend/hartex-backend-models/Cargo.toml +++ b/api-backend/hartex-backend-models/Cargo.toml @@ -6,7 +6,7 @@ description = """ Backend routes (API v1) """ license = "AGPL-3.0-or-later" -rust-version = "1.82.0" +rust-version = "1.83.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/api-backend/hartex-backend-routes/Cargo.toml b/api-backend/hartex-backend-routes/Cargo.toml index 015e8ac70..33e9474ec 100644 --- a/api-backend/hartex-backend-routes/Cargo.toml +++ b/api-backend/hartex-backend-routes/Cargo.toml @@ -6,7 +6,7 @@ description = """ Backend routes (API v1) """ license = "AGPL-3.0-or-later" -rust-version = "1.82.0" +rust-version = "1.83.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/database/hartex-database-migrate/Cargo.toml b/database/hartex-database-migrate/Cargo.toml index 2a87d617f..6084c5084 100644 --- a/database/hartex-database-migrate/Cargo.toml +++ b/database/hartex-database-migrate/Cargo.toml @@ -6,7 +6,7 @@ description = """ Database migrations. """ license = "AGPL-3.0-or-later" -rust-version = "1.82.0" +rust-version = "1.83.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/database/hartex-database-queries/Cargo.toml b/database/hartex-database-queries/Cargo.toml index eef6b04ed..757665f99 100644 --- a/database/hartex-database-queries/Cargo.toml +++ b/database/hartex-database-queries/Cargo.toml @@ -6,7 +6,7 @@ description = """ Database queries generated for use in Rust code in HarTex. """ license = "AGPL-3.0-or-later" -rust-version = "1.82.0" +rust-version = "1.83.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/localization/hartex-localization-bindings/Cargo.toml b/localization/hartex-localization-bindings/Cargo.toml index ed0ff25ed..18d5121be 100644 --- a/localization/hartex-localization-bindings/Cargo.toml +++ b/localization/hartex-localization-bindings/Cargo.toml @@ -6,7 +6,7 @@ description = """ Localization bindings for HarTex. """ license = "AGPL-3.0-or-later" -rust-version = "1.82.0" +rust-version = "1.83.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/localization/hartex-localization-core/Cargo.toml b/localization/hartex-localization-core/Cargo.toml index 515fa1d74..96b235439 100644 --- a/localization/hartex-localization-core/Cargo.toml +++ b/localization/hartex-localization-core/Cargo.toml @@ -6,7 +6,7 @@ description = """ Localization infrastructure for HarTex. """ license = "AGPL-3.0-or-later" -rust-version = "1.82.0" +rust-version = "1.83.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/localization/hartex-localization-loader/Cargo.toml b/localization/hartex-localization-loader/Cargo.toml index 3e6d83e6c..bac01936e 100644 --- a/localization/hartex-localization-loader/Cargo.toml +++ b/localization/hartex-localization-loader/Cargo.toml @@ -6,7 +6,7 @@ description = """ Localization loader for HarTex. """ license = "AGPL-3.0-or-later" -rust-version = "1.82.0" +rust-version = "1.83.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rust-utilities/hartex-bitflags-utils/Cargo.toml b/rust-utilities/hartex-bitflags-utils/Cargo.toml index 006dd3216..d531059db 100644 --- a/rust-utilities/hartex-bitflags-utils/Cargo.toml +++ b/rust-utilities/hartex-bitflags-utils/Cargo.toml @@ -6,7 +6,7 @@ description = """ Macro utilities """ license = "AGPL-3.0-or-later" -rust-version = "1.82.0" +rust-version = "1.83.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rust-utilities/hartex-discord-utils/Cargo.toml b/rust-utilities/hartex-discord-utils/Cargo.toml index ab745e3e9..008bdcacc 100644 --- a/rust-utilities/hartex-discord-utils/Cargo.toml +++ b/rust-utilities/hartex-discord-utils/Cargo.toml @@ -6,7 +6,7 @@ description = """ Macro utilities """ license = "AGPL-3.0-or-later" -rust-version = "1.82.0" +rust-version = "1.83.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rust-utilities/hartex-errors/Cargo.toml b/rust-utilities/hartex-errors/Cargo.toml index 83d5b1792..d1372f170 100644 --- a/rust-utilities/hartex-errors/Cargo.toml +++ b/rust-utilities/hartex-errors/Cargo.toml @@ -6,7 +6,7 @@ description = """ Errors in HarTex. All are displayed in the console but some may appear on Discord. """ license = "AGPL-3.0-or-later" -rust-version = "1.82.0" +rust-version = "1.83.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rust-utilities/hartex-kafka-utils/Cargo.toml b/rust-utilities/hartex-kafka-utils/Cargo.toml index 1c53c5461..995074ab7 100644 --- a/rust-utilities/hartex-kafka-utils/Cargo.toml +++ b/rust-utilities/hartex-kafka-utils/Cargo.toml @@ -6,7 +6,7 @@ description = """ Macro utilities """ license = "AGPL-3.0-or-later" -rust-version = "1.82.0" +rust-version = "1.83.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rust-utilities/hartex-log/Cargo.toml b/rust-utilities/hartex-log/Cargo.toml index 7b7fed527..6cf8893c9 100644 --- a/rust-utilities/hartex-log/Cargo.toml +++ b/rust-utilities/hartex-log/Cargo.toml @@ -6,7 +6,7 @@ description = """ Logging facilities """ license = "AGPL-3.0-or-later" -rust-version = "1.82.0" +rust-version = "1.83.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rust-utilities/hartex-macro-utils/Cargo.toml b/rust-utilities/hartex-macro-utils/Cargo.toml index 786fab19b..425d97f70 100644 --- a/rust-utilities/hartex-macro-utils/Cargo.toml +++ b/rust-utilities/hartex-macro-utils/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" description = "Macro facilities" license = "AGPL-3.0-or-later" -rust-version = "1.82.0" +rust-version = "1.83.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tools/bootstrap/Cargo.toml b/tools/bootstrap/Cargo.toml index 0282445e6..70bc856c5 100644 --- a/tools/bootstrap/Cargo.toml +++ b/tools/bootstrap/Cargo.toml @@ -6,7 +6,7 @@ description = """ Bootstrap binary """ license = "AGPL-3.0-or-later" -rust-version = "1.82.0" +rust-version = "1.83.0" [dependencies] clap = { version = "4.5.18", default-features = false, features = ["std", "usage", "help", "derive", "error-context"] } diff --git a/tools/testsuite/Cargo.toml b/tools/testsuite/Cargo.toml index 57db5e170..45a8ad4a0 100644 --- a/tools/testsuite/Cargo.toml +++ b/tools/testsuite/Cargo.toml @@ -6,7 +6,7 @@ description = """ UI test binary """ license = "AGPL-3.0-or-later" -rust-version = "1.82.0" +rust-version = "1.83.0" [dependencies] clap = { version = "4.5.18", default-features = false, features = ["std", "usage", "help", "derive", "error-context"] }