From 1491d89ec8b4efb18d0a65169ddb0845d3a0d6b2 Mon Sep 17 00:00:00 2001 From: trinity Pointard Date: Mon, 30 Mar 2026 11:34:06 +0200 Subject: [PATCH 1/2] add dependabot cooldown --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a0d221c..4abf1e4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,8 @@ updates: dependencies: patterns: - "*" + cooldown: + default-days: 2 # Enable version updates for GitHub Actions - package-ecosystem: "github-actions" @@ -26,4 +28,6 @@ updates: - "dependencies" - "github-actions" # Allow up to 5 open pull requests for GitHub Actions - open-pull-requests-limit: 5 \ No newline at end of file + open-pull-requests-limit: 5 + cooldown: + default-days: 2 From 5d7a1a4e76d57c5b179a6d998bb60568315ee402 Mon Sep 17 00:00:00 2001 From: trinity Pointard Date: Mon, 30 Mar 2026 11:38:09 +0200 Subject: [PATCH 2/2] update license file --- LICENSE-3rdparty.csv | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/LICENSE-3rdparty.csv b/LICENSE-3rdparty.csv index 3bf57a5..46708e0 100644 --- a/LICENSE-3rdparty.csv +++ b/LICENSE-3rdparty.csv @@ -1,14 +1,17 @@ Component,Origin,License,Copyright bytes,https://github.com/tokio-rs/bytes,MIT,"Carl Lerche , Sean McArthur " -cfg-if,https://github.com/alexcrichton/cfg-if,MIT OR Apache-2.0,Alex Crichton +cfg-if,https://github.com/rust-lang/cfg-if,MIT OR Apache-2.0,Alex Crichton crc32fast,https://github.com/srijs/rust-crc32fast,MIT OR Apache-2.0,"Sam Rijs , Alex Crichton " once_cell,https://github.com/matklad/once_cell,MIT OR Apache-2.0,Aleksey Kladov pin-project-lite,https://github.com/taiki-e/pin-project-lite,Apache-2.0 OR MIT,The pin-project-lite Authors proc-macro2,https://github.com/dtolnay/proc-macro2,MIT OR Apache-2.0,"David Tolnay , Alex Crichton " quote,https://github.com/dtolnay/quote,MIT OR Apache-2.0,David Tolnay serde,https://github.com/serde-rs/serde,MIT OR Apache-2.0,"Erick Tryzelaar , David Tolnay " +serde_core,https://github.com/serde-rs/serde,MIT OR Apache-2.0,"Erick Tryzelaar , David Tolnay " +serde_derive,https://github.com/serde-rs/serde,MIT OR Apache-2.0,"Erick Tryzelaar , David Tolnay " syn,https://github.com/dtolnay/syn,MIT OR Apache-2.0,David Tolnay thiserror,https://github.com/dtolnay/thiserror,MIT OR Apache-2.0,David Tolnay +thiserror-impl,https://github.com/dtolnay/thiserror,MIT OR Apache-2.0,David Tolnay tracing,https://github.com/tokio-rs/tracing,MIT,"Eliza Weisman , Tokio Contributors " tracing-attributes,https://github.com/tokio-rs/tracing,MIT,"Tokio Contributors , Eliza Weisman , David Barsky " tracing-core,https://github.com/tokio-rs/tracing,MIT,Tokio Contributors