Skip to content

Commit

Permalink
Merge branch 'master' into paulliu/xc-254
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua authored Feb 13, 2025
2 parents 9961fb6 + a286970 commit 04eba40
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.Bazel.Fuzzing.json.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "9fe333f7bcb42c8778624ad255e6695f1e1ff372cd8dd2da53437a949d1cc3e8",
"checksum": "268c5954bded3fa82d5db22a85fb55e3c3cebc1e32ea33f6501afb5f9449d924",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -13415,7 +13415,7 @@
"Git": {
"remote": "https://github.com/dfinity/cloudflare-rs.git",
"commitish": {
"Rev": "0b1805bf11ed526445712559e6f18d3b8e024b06"
"Rev": "8b011d170d9d61eaad77bb9645371f6219285104"
},
"strip_prefix": "cloudflare"
}
Expand Down
4 changes: 2 additions & 2 deletions Cargo.Bazel.Fuzzing.toml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2182,7 +2182,7 @@ dependencies = [
[[package]]
name = "cloudflare"
version = "0.12.0"
source = "git+https://github.com/dfinity/cloudflare-rs.git?rev=0b1805bf11ed526445712559e6f18d3b8e024b06#0b1805bf11ed526445712559e6f18d3b8e024b06"
source = "git+https://github.com/dfinity/cloudflare-rs.git?rev=8b011d170d9d61eaad77bb9645371f6219285104#8b011d170d9d61eaad77bb9645371f6219285104"
dependencies = [
"chrono",
"http 0.2.12",
Expand Down Expand Up @@ -3233,7 +3233,7 @@ dependencies = [
"ciborium",
"cidr",
"clap 4.5.20",
"cloudflare 0.12.0 (git+https://github.com/dfinity/cloudflare-rs.git?rev=0b1805bf11ed526445712559e6f18d3b8e024b06)",
"cloudflare 0.12.0 (git+https://github.com/dfinity/cloudflare-rs.git?rev=8b011d170d9d61eaad77bb9645371f6219285104)",
"colored",
"comparable",
"console 0.11.3",
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": "bd637db9477147f09bb148ec55e61a1ad17e91b31b39ab4e53cf948be68026dd",
"checksum": "c84c5c6c67c22bf1b1eca180fa73c5ea74388914e4d9da3bfd48ca265c70dbc9",
"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": "0b1805bf11ed526445712559e6f18d3b8e024b06"
"Rev": "8b011d170d9d61eaad77bb9645371f6219285104"
},
"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=0b1805bf11ed526445712559e6f18d3b8e024b06#0b1805bf11ed526445712559e6f18d3b8e024b06"
source = "git+https://github.com/dfinity/cloudflare-rs.git?rev=8b011d170d9d61eaad77bb9645371f6219285104#8b011d170d9d61eaad77bb9645371f6219285104"
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=0b1805bf11ed526445712559e6f18d3b8e024b06)",
"cloudflare 0.12.0 (git+https://github.com/dfinity/cloudflare-rs.git?rev=8b011d170d9d61eaad77bb9645371f6219285104)",
"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 = "0b1805bf11ed526445712559e6f18d3b8e024b06",
rev = "8b011d170d9d61eaad77bb9645371f6219285104",
default_features = False,
features = [
"rustls-tls",
Expand Down

0 comments on commit 04eba40

Please sign in to comment.