Skip to content

Commit

Permalink
Bump google_api_text_to_speech from 0.15.0 to 0.16.0 (#218)
Browse files Browse the repository at this point in the history
Bumps [google_api_text_to_speech](https://github.com/googleapis/elixir-google-api) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/googleapis/elixir-google-api/commits)

---
updated-dependencies:
- dependency-name: google_api_text_to_speech
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 22, 2024
1 parent 039262e commit 2866585
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 @@ -50,7 +50,7 @@ defmodule Qrstorage.MixProject do
{:jason, "1.4.1"},
{:plug_cowboy, "2.7.0"},
{:cowboy, "2.10.0"},
{:google_api_text_to_speech, "0.15.0"},
{:google_api_text_to_speech, "0.16.0"},
{:google_api_translate, "0.17.0"},
{:goth, "1.4.3"},
{:oban, "2.17.6"},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"file_system": {:hex, :file_system, "1.0.0", "b689cc7dcee665f774de94b5a832e578bd7963c8e637ef940cd44327db7de2cd", [:mix], [], "hexpm", "6752092d66aec5a10e662aefeed8ddb9531d79db0bc145bb8c40325ca1d8536d"},
"finch": {:hex, :finch, "0.18.0", "944ac7d34d0bd2ac8998f79f7a811b21d87d911e77a786bc5810adb75632ada4", [:mix], [{:castore, "~> 0.1 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: false]}, {:mime, "~> 1.0 or ~> 2.0", [hex: :mime, repo: "hexpm", optional: false]}, {:mint, "~> 1.3", [hex: :mint, repo: "hexpm", optional: false]}, {:nimble_options, "~> 0.4 or ~> 1.0", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:nimble_pool, "~> 0.2.6 or ~> 1.0", [hex: :nimble_pool, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "69f5045b042e531e53edc2574f15e25e735b522c37e2ddb766e15b979e03aa65"},
"gettext": {:hex, :gettext, "0.24.0", "6f4d90ac5f3111673cbefc4ebee96fe5f37a114861ab8c7b7d5b30a1108ce6d8", [:mix], [{:expo, "~> 0.5.1", [hex: :expo, repo: "hexpm", optional: false]}], "hexpm", "bdf75cdfcbe9e4622dd18e034b227d77dd17f0f133853a1c73b97b3d6c770e8b"},
"google_api_text_to_speech": {:hex, :google_api_text_to_speech, "0.15.0", "f077b33f1c0e184baad90ac0a8fa2340293036261167c9d82c9c9e803269a796", [:mix], [{:google_gax, "~> 0.4", [hex: :google_gax, repo: "hexpm", optional: false]}], "hexpm", "cdd4973fd2014ca1f663cb250563ee7a29552284546860f9927a6ffe3e9cfa7a"},
"google_api_text_to_speech": {:hex, :google_api_text_to_speech, "0.16.0", "3963e3fa6a084b7e70f9d5e1a9b9f67e4dcdc04af22b2f51a9292908c883d4b3", [:mix], [{:google_gax, "~> 0.4", [hex: :google_gax, repo: "hexpm", optional: false]}], "hexpm", "383014b7497dc3fa471651d9929c61d3c893edea1119aa5c5d3fc689b6505d00"},
"google_api_translate": {:hex, :google_api_translate, "0.17.0", "19d0481d8750a4d235642c83042242d059dad4a1b9809ea503a29a5e1dd62f5c", [:mix], [{:google_gax, "~> 0.4", [hex: :google_gax, repo: "hexpm", optional: false]}], "hexpm", "d1b0a94f24ada063384f7596967a7596d463c87fea7aa37775a4faebdde4238b"},
"google_gax": {:hex, :google_gax, "0.4.1", "310105070626013712c56f8007b6ff7b4ead02ecad1efe7888350c6eaba52783", [:mix], [{:mime, "~> 1.0", [hex: :mime, repo: "hexpm", optional: false]}, {:poison, ">= 3.0.0 and < 5.0.0", [hex: :poison, repo: "hexpm", optional: false]}, {:tesla, "~> 1.2", [hex: :tesla, repo: "hexpm", optional: false]}], "hexpm", "aef7dce7e04840c0e611f962475e3223d27d50ebd5e7d8e9e963c5e9e3b1ca79"},
"goth": {:hex, :goth, "1.4.3", "80e86225ae174844e6a77b61982fafadfc715277db465e0956348d8bdd56b231", [:mix], [{:finch, "~> 0.17", [hex: :finch, repo: "hexpm", optional: false]}, {:jason, "~> 1.1", [hex: :jason, repo: "hexpm", optional: false]}, {:jose, "~> 1.11", [hex: :jose, repo: "hexpm", optional: false]}], "hexpm", "34e2012ed1af2fe2446083da60a988fd9829943d30e4447832646c3a6863a7e6"},
Expand Down

0 comments on commit 2866585

Please sign in to comment.