diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 7640e2b..922a766 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -13,6 +13,7 @@ permissions: read-all jobs: analysis: permissions: + contents: read security-events: write id-token: write uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9 diff --git a/Cargo.lock b/Cargo.lock index d66dcb6..909942b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,9 +84,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.101" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" +checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" [[package]] name = "arbitrary" @@ -486,9 +486,9 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.18" +version = "0.9.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" +checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f" dependencies = [ "crossbeam-utils", ] diff --git a/guix.scm b/guix.scm index 6fd2e24..3a2528a 100644 --- a/guix.scm +++ b/guix.scm @@ -55,6 +55,6 @@ in the type system and uses shadow prices from linear programming to guide adaptive execution. Eclexia enables carbon-aware scheduling, battery-conscious mobile apps, and cost-optimized cloud services through built-in resource tracking and economic optimization.") - (license (list license:pmpl-1.0-or-later)))) + (license (list license:mpl2.0)))) eclexia