Skip to content

Commit

Permalink
Merge pull request #987 from endgame/crypton-bump
Browse files Browse the repository at this point in the history
amazonka-core, amazonka-s3-encryption: Bump `crypton` upper bound
  • Loading branch information
endgame authored May 13, 2024
2 parents 85e0289 + 9014bd7 commit abfca77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/amazonka-core/amazonka-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ library
Amazonka.Waiter

build-depends:
, aeson ^>=1.5.0.0 || >=2.0 && <2.2 || ^>=2.2
, aeson ^>=1.5.0.0 || >=2.0 && <2.2 || ^>=2.2
, attoparsec >=0.11.3
, bytestring >=0.10.8
, case-insensitive >=1.2
, conduit >=1.3
, conduit-extra >=1.3
, containers >=0.5 && <0.7
, crypton >=0.32 && <0.35
, crypton >=0.32 && <0.35 || ^>=1.0.0
, deepseq >=1.4
, hashable >=1.2
, http-client >=0.5 && <0.8
Expand Down
4 changes: 2 additions & 2 deletions lib/amazonka-s3-encryption/amazonka-s3-encryption.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ library
Amazonka.S3.Encryption.Types

build-depends:
, aeson ^>=1.5.0.0 || >=2.0 && <2.2 || ^>=2.2
, aeson ^>=1.5.0.0 || >=2.0 && <2.2 || ^>=2.2
, amazonka ^>=2.0
, amazonka-core ^>=2.0
, amazonka-kms ^>=2.0
, amazonka-s3 ^>=2.0
, bytestring >=0.10.8
, case-insensitive >=1.2
, conduit >=1.3
, crypton >=0.32 && <0.35
, crypton >=0.32 && <0.35 || ^>=1.0.0
, http-client >=0.5 && <0.8
, lens >=4.14
, memory >=0.6
Expand Down

0 comments on commit abfca77

Please sign in to comment.