Skip to content

Commit b5d5fa9

Browse files
committed
update sovran to include thread safety
1 parent 067d089 commit b5d5fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
dependencies: [
2121
// Dependencies declare other packages that this package depends on.
2222
// .package(url: /* package url */, from: "1.0.0"),
23-
.package(url: "https://github.com/segmentio/sovran-swift.git", from: "1.1.0"),
23+
.package(url: "https://github.com/segmentio/sovran-swift.git", from: "1.1.1"),
2424
.package(url: "https://github.com/segmentio/jsonsafeencoder-swift.git", from: "1.0.0")
2525
],
2626
targets: [

0 commit comments

Comments
 (0)