Skip to content

Commit

Permalink
Bump github.com/open-telemetry/opentelemetry-swift from 1.10.1 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps [github.com/open-telemetry/opentelemetry-swift](https://github.com/open-telemetry/opentelemetry-swift) from 1.10.1 to 1.12.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-swift/releases)
- [Commits](open-telemetry/opentelemetry-swift@1.10.1...1.12.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-swift
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 584ee27 commit 77759e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
22 changes: 2 additions & 20 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/open-telemetry/opentelemetry-swift",
"state" : {
"revision" : "0dd37c4a14a6aeeb131eea40a13cb3832c7c6a97",
"version" : "1.10.1"
}
},
{
"identity" : "opentracing-objc",
"kind" : "remoteSourceControl",
"location" : "https://github.com/undefinedlabs/opentracing-objc",
"state" : {
"revision" : "18c1a35ca966236cee0c5a714a51a73ff33384c1",
"version" : "0.5.2"
"revision" : "95092ccb623a31c7ef47e36d7ce41e798cec4b1a",
"version" : "1.12.0"
}
},
{
Expand Down Expand Up @@ -152,15 +143,6 @@
"revision" : "6a9e38e7bd22a3b8ba80bddf395623cf68f57807",
"version" : "1.3.1"
}
},
{
"identity" : "thrift-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/undefinedlabs/Thrift-Swift",
"state" : {
"revision" : "18ff09e6b30e589ed38f90a1af23e193b8ecef8e",
"version" : "1.1.2"
}
}
],
"version" : 2
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let package = Package(
),
.package(
url: "https://github.com/open-telemetry/opentelemetry-swift",
exact: "1.10.1"
exact: "1.12.0"
),
.package(
url: "https://github.com/groue/GRDB.swift",
Expand Down

0 comments on commit 77759e6

Please sign in to comment.