Skip to content

Commit

Permalink
amazonka-core, amazonka-s3-encryption: Bump crypton upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
endgame committed May 13, 2024
1 parent 85e0289 commit 9014bd7
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 9014bd7

Please sign in to comment.