From 3d43d574b45fdc0d217ca150468af8527e81cf24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 14:52:20 +0000 Subject: [PATCH] Bump circuits_i2c from 0.3.7 to 1.1.0 Bumps [circuits_i2c](https://github.com/elixir-circuits/circuits_i2c) from 0.3.7 to 1.1.0. - [Release notes](https://github.com/elixir-circuits/circuits_i2c/releases) - [Changelog](https://github.com/elixir-circuits/circuits_i2c/blob/main/CHANGELOG.md) - [Commits](https://github.com/elixir-circuits/circuits_i2c/compare/v0.3.7...v1.1.0) --- updated-dependencies: - dependency-name: circuits_i2c dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- mix.exs | 2 +- mix.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mix.exs b/mix.exs index 328b6c3..0a30ab9 100644 --- a/mix.exs +++ b/mix.exs @@ -40,7 +40,7 @@ defmodule Ccs811.MixProject do defp deps do [ - {:circuits_i2c, "~> 0.3.7"}, + {:circuits_i2c, "~> 1.1.0"}, {:telemetry_poller, "~> 0.5"}, {:ex_doc, ">= 0.0.0", only: :dev, runtime: false} ] diff --git a/mix.lock b/mix.lock index 2438a98..cca4285 100644 --- a/mix.lock +++ b/mix.lock @@ -1,7 +1,7 @@ %{ - "circuits_i2c": {:hex, :circuits_i2c, "0.3.7", "4f4b8b24f0883a2eab9c6e385b33ef76d68a1373d2b3744607a0ffd552f1c3ad", [:make, :mix], [{:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm", "79e18bc457454c7c9a996931ae6575968eaad8518d070a81522434fc46cc6fa6"}, + "circuits_i2c": {:hex, :circuits_i2c, "1.1.0", "a6ac3a9ae4f7f7f92a5242652008e1646da22adef0587d230a621501f935ba46", [:make, :mix], [{:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm", "39fee480cebc6fbd90abb4b82c15cf4a95e45ea741369886bd903ce9ab6eb60c"}, "earmark_parser": {:hex, :earmark_parser, "1.4.12", "b245e875ec0a311a342320da0551da407d9d2b65d98f7a9597ae078615af3449", [:mix], [], "hexpm", "711e2cc4d64abb7d566d43f54b78f7dc129308a63bc103fbd88550d2174b3160"}, - "elixir_make": {:hex, :elixir_make, "0.6.2", "7dffacd77dec4c37b39af867cedaabb0b59f6a871f89722c25b28fcd4bd70530", [:mix], [], "hexpm", "03e49eadda22526a7e5279d53321d1cced6552f344ba4e03e619063de75348d9"}, + "elixir_make": {:hex, :elixir_make, "0.7.3", "c37fdae1b52d2cc51069713a58c2314877c1ad40800a57efb213f77b078a460d", [:mix], [{:castore, "~> 0.1", [hex: :castore, repo: "hexpm", optional: true]}], "hexpm", "24ada3e3996adbed1fa024ca14995ef2ba3d0d17b678b0f3f2b1f66e6ce2b274"}, "ex_doc": {:hex, :ex_doc, "0.23.0", "a069bc9b0bf8efe323ecde8c0d62afc13d308b1fa3d228b65bca5cf8703a529d", [:mix], [{:earmark_parser, "~> 1.4.0", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}], "hexpm", "f5e2c4702468b2fd11b10d39416ddadd2fcdd173ba2a0285ebd92c39827a5a16"}, "makeup": {:hex, :makeup, "1.0.5", "d5a830bc42c9800ce07dd97fa94669dfb93d3bf5fcf6ea7a0c67b2e0e4a7f26c", [:mix], [{:nimble_parsec, "~> 0.5 or ~> 1.0", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "cfa158c02d3f5c0c665d0af11512fed3fba0144cf1aadee0f2ce17747fba2ca9"}, "makeup_elixir": {:hex, :makeup_elixir, "0.15.0", "98312c9f0d3730fde4049985a1105da5155bfe5c11e47bdc7406d88e01e4219b", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.1", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "75ffa34ab1056b7e24844c90bfc62aaf6f3a37a15faa76b07bc5eba27e4a8b4a"},