From 7790d60a2b328f5be67abbd2d4f0442828911bff Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 16 Feb 2024 16:22:27 +0000
Subject: [PATCH] Bump github.com/mxcl/path.swift from 0.16.3 to 1.4.1

Bumps [github.com/mxcl/path.swift](https://github.com/mxcl/Path.swift) from 0.16.3 to 1.4.1.
- [Release notes](https://github.com/mxcl/Path.swift/releases)
- [Commits](https://github.com/mxcl/Path.swift/compare/0.16.3...1.4.1)

---
updated-dependencies:
- dependency-name: github.com/mxcl/path.swift
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Package.resolved | 4 ++--
 Package.swift    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Package.resolved b/Package.resolved
index 01d83c2..d45c26c 100644
--- a/Package.resolved
+++ b/Package.resolved
@@ -40,8 +40,8 @@
       "kind" : "remoteSourceControl",
       "location" : "https://github.com/mxcl/Path.swift.git",
       "state" : {
-        "revision" : "dac007e907a4f4c565cfdc55a9ce148a761a11d5",
-        "version" : "0.16.3"
+        "revision" : "8e355c28e9393c42e58b18c54cace2c42c98a616",
+        "version" : "1.4.1"
       }
     },
     {
diff --git a/Package.swift b/Package.swift
index 0f6c442..18ac194 100644
--- a/Package.swift
+++ b/Package.swift
@@ -13,7 +13,7 @@ let package = Package(
     ],
     dependencies: [
         .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.1.4")),
-        .package(url: "https://github.com/mxcl/Path.swift.git", .upToNextMinor(from: "0.16.0")),
+        .package(url: "https://github.com/mxcl/Path.swift.git", .upToNextMinor(from: "1.4.1")),
         .package(url: "https://github.com/mxcl/Version.git", .upToNextMinor(from: "1.0.3")),
         .package(url: "https://github.com/mxcl/PromiseKit.git", .upToNextMinor(from: "6.22.1")),
         .package(url: "https://github.com/PromiseKit/Foundation.git", .upToNextMinor(from: "3.4.0")),