Skip to content

Commit e90035b

Browse files
build(deps): Bump exqlite from 0.35.0 to 0.36.0 in /elixir-orchestration (#31)
Bumps [exqlite](https://github.com/elixir-sqlite/exqlite) from 0.35.0 to 0.36.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/elixir-sqlite/exqlite/releases">exqlite's releases</a>.</em></p> <blockquote> <h2>v0.36.0</h2> <h2>What's Changed</h2> <ul> <li>adds set_authorizer/2 (fixes <a href="https://redirect.github.com/elixir-sqlite/exqlite/issues/344">#344</a>) by <a href="https://github.com/WhiskeyTuesday"><code>@​WhiskeyTuesday</code></a> in <a href="https://redirect.github.com/elixir-sqlite/exqlite/pull/345">elixir-sqlite/exqlite#345</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/WhiskeyTuesday"><code>@​WhiskeyTuesday</code></a> made their first contribution in <a href="https://redirect.github.com/elixir-sqlite/exqlite/pull/345">elixir-sqlite/exqlite#345</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/elixir-sqlite/exqlite/compare/v0.35.0...v0.36.0">https://github.com/elixir-sqlite/exqlite/compare/v0.35.0...v0.36.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/elixir-sqlite/exqlite/blob/main/CHANGELOG.md">exqlite's changelog</a>.</em></p> <blockquote> <h2>v0.36.0</h2> <ul> <li>added: Ability to set an authorizer with <code>set_authorizer/2</code>.</li> <li>changed: Update sqlite to <code>3.51.3</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/elixir-sqlite/exqlite/commit/2d2a2ba92ad59c36ade4e1c2e72f64a78b704bd9"><code>2d2a2ba</code></a> Bump to v0.36.0</li> <li><a href="https://github.com/elixir-sqlite/exqlite/commit/197fd32b1832ec2b563173cab29a7241c522bb30"><code>197fd32</code></a> Update changelog</li> <li><a href="https://github.com/elixir-sqlite/exqlite/commit/5e4c2610e48d6e364e0ae60694e588d225e41fc4"><code>5e4c261</code></a> Update sqlite to v3.51.3</li> <li><a href="https://github.com/elixir-sqlite/exqlite/commit/20617da5b10f0ac6d6363d054863272ff4969299"><code>20617da</code></a> Curse you formatter</li> <li><a href="https://github.com/elixir-sqlite/exqlite/commit/0c1cfd1f192be8f252f2ed5d2309b52fc309d1d6"><code>0c1cfd1</code></a> Use strncmp instead of strcmp</li> <li><a href="https://github.com/elixir-sqlite/exqlite/commit/3a955054d88a675cb3992ad40a076bae99c26001"><code>3a95505</code></a> Swap to unsigned int for return value</li> <li><a href="https://github.com/elixir-sqlite/exqlite/commit/e2d39d161f56e6aba90831456b821d6c551c7a95"><code>e2d39d1</code></a> Forcefully set null byte on temp buffer</li> <li><a href="https://github.com/elixir-sqlite/exqlite/commit/86c74826c832b910a56676674a1a231b7bce6a4d"><code>86c7482</code></a> Update locked dependencies</li> <li><a href="https://github.com/elixir-sqlite/exqlite/commit/2f5a52408271a2675d24890cbdd653744ddb7706"><code>2f5a524</code></a> adds set_authorizer/2 (fixes <a href="https://redirect.github.com/elixir-sqlite/exqlite/issues/344">#344</a>) (<a href="https://redirect.github.com/elixir-sqlite/exqlite/issues/345">#345</a>)</li> <li><a href="https://github.com/elixir-sqlite/exqlite/commit/552eb8b55c0179c01f2ee1e0b2289514af4d5abd"><code>552eb8b</code></a> Revert otp 28.3.2 and elixir 1.19 precompile</li> <li>Additional commits viewable in <a href="https://github.com/elixir-sqlite/exqlite/compare/v0.35.0...v0.36.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent 1a42ea9 commit e90035b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elixir-orchestration/mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"erlex": {:hex, :erlex, "0.2.8", "cd8116f20f3c0afe376d1e8d1f0ae2452337729f68be016ea544a72f767d9c12", [:mix], [], "hexpm", "9d66ff9fedf69e49dc3fd12831e12a8a37b76f8651dd21cd45fcf5561a8a7590"},
1616
"ex_doc": {:hex, :ex_doc, "0.40.1", "67542e4b6dde74811cfd580e2c0149b78010fd13001fda7cfeb2b2c2ffb1344d", [:mix], [{:earmark_parser, "~> 1.4.44", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_c, ">= 0.1.0", [hex: :makeup_c, repo: "hexpm", optional: true]}, {:makeup_elixir, "~> 0.14 or ~> 1.0", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1 or ~> 1.0", [hex: :makeup_erlang, repo: "hexpm", optional: false]}, {:makeup_html, ">= 0.1.0", [hex: :makeup_html, repo: "hexpm", optional: true]}], "hexpm", "bcef0e2d360d93ac19f01a85d58f91752d930c0a30e2681145feea6bd3516e00"},
1717
"ex_machina": {:hex, :ex_machina, "2.8.0", "a0e847b5712065055ec3255840e2c78ef9366634d62390839d4880483be38abe", [:mix], [{:ecto, "~> 2.2 or ~> 3.0", [hex: :ecto, repo: "hexpm", optional: true]}, {:ecto_sql, "~> 3.0", [hex: :ecto_sql, repo: "hexpm", optional: true]}], "hexpm", "79fe1a9c64c0c1c1fab6c4fa5d871682cb90de5885320c187d117004627a7729"},
18-
"exqlite": {:hex, :exqlite, "0.35.0", "90741471945db42b66cd8ca3149af317f00c22c769cc6b06e8b0a08c5924aae5", [:make, :mix], [{:cc_precompiler, "~> 0.1", [hex: :cc_precompiler, repo: "hexpm", optional: false]}, {:db_connection, "~> 2.1", [hex: :db_connection, repo: "hexpm", optional: false]}, {:elixir_make, "~> 0.8", [hex: :elixir_make, repo: "hexpm", optional: false]}, {:table, "~> 0.1.0", [hex: :table, repo: "hexpm", optional: true]}], "hexpm", "a009e303767a28443e546ac8aab2539429f605e9acdc38bd43f3b13f1568bca9"},
18+
"exqlite": {:hex, :exqlite, "0.36.0", "07b4f95d61cb82b8d52946d0639497fa7d32117e09b2c8d25e24a38723c295cb", [:make, :mix], [{:cc_precompiler, "~> 0.1", [hex: :cc_precompiler, repo: "hexpm", optional: false]}, {:db_connection, "~> 2.1", [hex: :db_connection, repo: "hexpm", optional: false]}, {:elixir_make, "~> 0.8", [hex: :elixir_make, repo: "hexpm", optional: false]}, {:table, "~> 0.1.0", [hex: :table, repo: "hexpm", optional: true]}], "hexpm", "cbeca3ce781f9ff07cfa9a87486f3ebd512a143ad6a14ed5c9fca21fe0bf3ae7"},
1919
"file_system": {:hex, :file_system, "1.1.1", "31864f4685b0148f25bd3fbef2b1228457c0c89024ad67f7a81a3ffbc0bbad3a", [:mix], [], "hexpm", "7a15ff97dfe526aeefb090a7a9d3d03aa907e100e262a0f8f7746b78f8f87a5d"},
2020
"finch": {:hex, :finch, "0.21.0", "b1c3b2d48af02d0c66d2a9ebfb5622be5c5ecd62937cf79a88a7f98d48a8290c", [:mix], [{:mime, "~> 1.0 or ~> 2.0", [hex: :mime, repo: "hexpm", optional: false]}, {:mint, "~> 1.6.2 or ~> 1.7", [hex: :mint, repo: "hexpm", optional: false]}, {:nimble_options, "~> 0.4 or ~> 1.0", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:nimble_pool, "~> 1.1", [hex: :nimble_pool, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "87dc6e169794cb2570f75841a19da99cfde834249568f2a5b121b809588a4377"},
2121
"hackney": {:hex, :hackney, "1.25.0", "390e9b83f31e5b325b9f43b76e1a785cbdb69b5b6cd4e079aa67835ded046867", [:rebar3], [{:certifi, "~> 2.15.0", [hex: :certifi, repo: "hexpm", optional: false]}, {:idna, "~> 6.1.0", [hex: :idna, repo: "hexpm", optional: false]}, {:metrics, "~> 1.0.0", [hex: :metrics, repo: "hexpm", optional: false]}, {:mimerl, "~> 1.4", [hex: :mimerl, repo: "hexpm", optional: false]}, {:parse_trans, "3.4.1", [hex: :parse_trans, repo: "hexpm", optional: false]}, {:ssl_verify_fun, "~> 1.1.0", [hex: :ssl_verify_fun, repo: "hexpm", optional: false]}, {:unicode_util_compat, "~> 0.7.1", [hex: :unicode_util_compat, repo: "hexpm", optional: false]}], "hexpm", "7209bfd75fd1f42467211ff8f59ea74d6f2a9e81cbcee95a56711ee79fd6b1d4"},

0 commit comments

Comments
 (0)