Skip to content

Commit

Permalink
Bump telemetry_metrics from 0.6.2 to 1.0.0 (#28)
Browse files Browse the repository at this point in the history
* Bump telemetry_metrics from 0.6.2 to 1.0.0

Bumps [telemetry_metrics](https://github.com/beam-telemetry/telemetry_metrics) from 0.6.2 to 1.0.0.
- [Changelog](https://github.com/beam-telemetry/telemetry_metrics/blob/main/CHANGELOG.md)
- [Commits](beam-telemetry/telemetry_metrics@v0.6.2...v1.0.0)

---
updated-dependencies:
- dependency-name: telemetry_metrics
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* More permissive dependency on telemetry_metrics

telemetry_metrics 1.0.0 is identical to 0.6.2, so let's allow either
to make updating dependencies elsewhere easier.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Magnus Henoch <[email protected]>
  • Loading branch information
dependabot[bot] and legoscia authored Mar 19, 2024
1 parent 6db6bd3 commit f78f970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule TelemetryMetricsStatman.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:telemetry_metrics, "~> 0.4"},
{:telemetry_metrics, "~> 0.6.2 or ~> 1.0"},
{:statman, github: "GameAnalytics/statman", tag: "v0.13"},
{:dialyxir, "~> 1.0", only: [:dev], runtime: false},
{:credo, "~> 1.4", only: [:dev, :test], runtime: false},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"parse_trans": {:hex, :parse_trans, "3.3.1", "16328ab840cc09919bd10dab29e431da3af9e9e7e7e6f0089dd5a2d2820011d8", [:rebar3], [], "hexpm", "07cd9577885f56362d414e8c4c4e6bdf10d43a8767abb92d24cbe8b24c54888b"},
"statman": {:git, "https://github.com/GameAnalytics/statman.git", "0efecca9adf74fb62f04e3e671bc1f2aa38118e2", [tag: "v0.13"]},
"telemetry": {:hex, :telemetry, "1.2.1", "68fdfe8d8f05a8428483a97d7aab2f268aaff24b49e0f599faa091f1d4e7f61c", [:rebar3], [], "hexpm", "dad9ce9d8effc621708f99eac538ef1cbe05d6a874dd741de2e689c47feafed5"},
"telemetry_metrics": {:hex, :telemetry_metrics, "0.6.2", "2caabe9344ec17eafe5403304771c3539f3b6e2f7fb6a6f602558c825d0d0bfb", [:mix], [{:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "9b43db0dc33863930b9ef9d27137e78974756f5f198cae18409970ed6fa5b561"},
"telemetry_metrics": {:hex, :telemetry_metrics, "1.0.0", "29f5f84991ca98b8eb02fc208b2e6de7c95f8bb2294ef244a176675adc7775df", [:mix], [{:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "f23713b3847286a534e005126d4c959ebcca68ae9582118ce436b521d1d47d5d"},
}

0 comments on commit f78f970

Please sign in to comment.