Skip to content

Commit

Permalink
Use soto 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Oct 18, 2024
1 parent b101a9d commit fa41535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"5.0.0"),
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),
.package(url: "https://github.com/soto-project/soto.git", from: "7.1.0"),
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.10.0"),
.package(url: "https://github.com/vapor/jwt-kit.git", from: "5.0.0"),
// for SRP
Expand Down

0 comments on commit fa41535

Please sign in to comment.