Skip to content

Commit

Permalink
fix(custom domains): bump cloudflare-rs due to CF API changes (#3744)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-birkner authored Feb 4, 2025
1 parent 30b3069 commit 5703c43
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.Bazel.Fuzzing.json.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "179ebd99f400ffee02bd594bde96814d37391a2d4b29798a92daaf4feebf1309",
"checksum": "d2f87afb142226b1d1eb89350d6c0bd83a38fc74283613f613b6058561be115f",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down
4 changes: 2 additions & 2 deletions Cargo.Bazel.json.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "fdf963ba3ffb1ad926d2a7c4089133ae5e18acd1dbc5632a38f8e81ae58c04aa",
"checksum": "bfc8ee26e96128dcc97b852714a8aba08b1b808bc98b6f33406e6d73098eb224",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -13311,7 +13311,7 @@
"Git": {
"remote": "https://github.com/dfinity/cloudflare-rs.git",
"commitish": {
"Rev": "a6538a036926bd756986c9c0a5de356daef48881"
"Rev": "0b1805bf11ed526445712559e6f18d3b8e024b06"
},
"strip_prefix": "cloudflare"
}
Expand Down
4 changes: 2 additions & 2 deletions Cargo.Bazel.toml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2183,7 +2183,7 @@ dependencies = [
[[package]]
name = "cloudflare"
version = "0.12.0"
source = "git+https://github.com/dfinity/cloudflare-rs.git?rev=a6538a036926bd756986c9c0a5de356daef48881#a6538a036926bd756986c9c0a5de356daef48881"
source = "git+https://github.com/dfinity/cloudflare-rs.git?rev=0b1805bf11ed526445712559e6f18d3b8e024b06#0b1805bf11ed526445712559e6f18d3b8e024b06"
dependencies = [
"chrono",
"http 0.2.12",
Expand Down Expand Up @@ -3222,7 +3222,7 @@ dependencies = [
"ciborium",
"cidr",
"clap 4.5.20",
"cloudflare 0.12.0 (git+https://github.com/dfinity/cloudflare-rs.git?rev=a6538a036926bd756986c9c0a5de356daef48881)",
"cloudflare 0.12.0 (git+https://github.com/dfinity/cloudflare-rs.git?rev=0b1805bf11ed526445712559e6f18d3b8e024b06)",
"colored",
"comparable",
"console 0.11.3",
Expand Down
2 changes: 1 addition & 1 deletion bazel/external_crates.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def external_crates_repository(name, cargo_lockfile, lockfile, sanitizers_enable
),
"cloudflare": crate.spec(
git = "https://github.com/dfinity/cloudflare-rs.git",
rev = "a6538a036926bd756986c9c0a5de356daef48881",
rev = "0b1805bf11ed526445712559e6f18d3b8e024b06",
default_features = False,
features = [
"rustls-tls",
Expand Down

0 comments on commit 5703c43

Please sign in to comment.