Skip to content

Commit a6813ed

Browse files
authored
Periodic dependency updates. (#1981)
1 parent 06127de commit a6813ed

7 files changed

Lines changed: 126 additions & 130 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ endef
308308

309309
.PHONY: integration
310310
integration: init-block
311+
@echo "HOSTNAME: $$(hostname)"
311312
$(RUN_INTEGRATION)
312313

313314
.PHONY: coverage-integration
@@ -320,6 +321,7 @@ coverage-integration: INTEGRATION_POST_TEST = cp $(COV_DATA_DIR)/*.profraw $(COV
320321
# process/module profile in its own file so they don't collide.
321322
coverage-integration: INTEGRATION_PROFILE_ENV = LLVM_PROFILE_FILE=$(COVERAGE_OUTPUT_DIR)/integration/%p-%m%c.profraw
322323
coverage-integration: coverage-all
324+
@echo "HOSTNAME: $$(hostname)"
323325
@mkdir -p $(COVERAGE_OUTPUT_DIR)/integration
324326
@rm -f $(COVERAGE_OUTPUT_DIR)/integration/*.profraw
325327
$(RUN_INTEGRATION)

Package.resolved

Lines changed: 67 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ let package = Package(
5454
],
5555
dependencies: [
5656
.package(url: "https://github.com/apple/containerization.git", exact: Version(stringLiteral: scVersion)),
57-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
57+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.7.0"),
5858
.package(url: "https://github.com/apple/swift-collections.git", from: "1.2.0"),
5959
.package(url: "https://github.com/apple/swift-configuration", from: "1.0.0"),
60-
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
60+
.package(url: "https://github.com/apple/swift-log.git", from: "1.10.1"),
6161
.package(url: "https://github.com/apple/swift-nio.git", from: "2.80.0"),
6262
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.36.0"),
6363
.package(url: "https://github.com/apple/swift-system.git", from: "1.6.4"),

0 commit comments

Comments
 (0)