Skip to content

Commit f9861f1

Browse files
authored
Merge pull request #250963 from Homebrew/bump-diesel-2.3.3
diesel 2.3.3
2 parents bdc6596 + 365597f commit f9861f1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/d/diesel.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Diesel < Formula
22
desc "Command-line tool for Rust ORM Diesel"
33
homepage "https://diesel.rs"
4-
url "https://github.com/diesel-rs/diesel/archive/refs/tags/v2.3.2.tar.gz"
5-
sha256 "5fdbf6942dd3d52a7f3648ed5ea35556840dd17e768c9fa6897102a982b83088"
4+
url "https://github.com/diesel-rs/diesel/archive/refs/tags/v2.3.3.tar.gz"
5+
sha256 "11941ce0131aede9cfc915eaa8696cab650d528634a9647fccc853d96889f2aa"
66
license any_of: ["Apache-2.0", "MIT"]
7-
head "https://github.com/diesel-rs/diesel.git", branch: "master"
7+
head "https://github.com/diesel-rs/diesel.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any, arm64_tahoe: "033e3b37835736def3b6929f2f6ded6512b4c717a0758724c5b38a884c246b0a"
11-
sha256 cellar: :any, arm64_sequoia: "a227481c023500d95b7b83dc222cafb79cff83349a73afd3608c172cad6928f6"
12-
sha256 cellar: :any, arm64_sonoma: "31d7adeb886860858f4f300acf77943b1c12dceba5872d37b1d2fed95a9c0507"
13-
sha256 cellar: :any, sonoma: "9347498e220f2e0c979e454208305ed35fd06b16ea897fc8804fb918dd63ed6b"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "3fce354eb98bae83dff577066507965c634c4fb0d8faadd1c5ba230fc7c32e79"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b26c42c19727fca6d8c16c180273a6b7c3cf8292194cde94c49aaa92cf0a2a23"
10+
sha256 cellar: :any, arm64_tahoe: "48a9ec6b615681d84872079aa67fdfcf033fc1de66d916240da76fc088f9351d"
11+
sha256 cellar: :any, arm64_sequoia: "201df54d961b36e0dfce8301bd248c3affcdb36f7a3ec8c7e567c04a64eaf236"
12+
sha256 cellar: :any, arm64_sonoma: "53cbb408e82e2c1ff179222710222aba3711bfcf728ba90bab584b71507e931a"
13+
sha256 cellar: :any, sonoma: "6a1242ccc1d91fddb0ba1270cbb0b05b916e9c31ecfb8ea7a39bd2e1cde371fb"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "799c340f9c8ed9c1dcaf1843c8a001a0a3443ff0ce67ec70d396bafef97063ea"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c73eba3aaff0e3da78acd920be5dbeb16445d1001478d11313314b1f401c58a3"
1616
end
1717

1818
depends_on "rust" => [:build, :test]

0 commit comments

Comments
 (0)