Skip to content

Commit

Permalink
update sovran to include thread safety
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjcharles committed Feb 26, 2024
1 parent 067d089 commit b5d5fa9
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 @@ -20,7 +20,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/segmentio/sovran-swift.git", from: "1.1.0"),
.package(url: "https://github.com/segmentio/sovran-swift.git", from: "1.1.1"),
.package(url: "https://github.com/segmentio/jsonsafeencoder-swift.git", from: "1.0.0")
],
targets: [
Expand Down

0 comments on commit b5d5fa9

Please sign in to comment.