chore: Run cargo hakari tasks

pull/24376/head
CircleCI[bot] 2023-05-19 02:02:17 +00:00
parent 1820fea85d
commit fdee86dc91
2 changed files with 15 additions and 21 deletions

32
Cargo.lock generated
View File

@ -545,7 +545,7 @@ checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39"
dependencies = [
"async-trait",
"axum-core",
"bitflags 1.3.2",
"bitflags",
"bytes",
"futures-util",
"http",
@ -641,12 +641,6 @@ version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84"
[[package]]
name = "blake2"
version = "0.10.6"
@ -867,7 +861,7 @@ version = "3.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"clap_lex 0.2.4",
"indexmap",
"textwrap",
@ -918,7 +912,7 @@ checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd"
dependencies = [
"anstream",
"anstyle",
"bitflags 1.3.2",
"bitflags",
"clap_lex 0.4.1",
"once_cell",
"strsim",
@ -1792,7 +1786,7 @@ version = "23.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77f5399c2c9c50ae9418e522842ad362f61ee48b346ac106807bd355a8a7c619"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"rustc_version",
]
@ -3572,7 +3566,7 @@ version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"cfg-if",
"libc",
"memoffset 0.7.1",
@ -4306,7 +4300,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29f1b898011ce9595050a68e60f90bad083ff2987a695a42357134c8381fba70"
dependencies = [
"bit-set",
"bitflags 1.3.2",
"bitflags",
"byteorder",
"lazy_static",
"num-traits",
@ -4560,7 +4554,7 @@ version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags 1.3.2",
"bitflags",
]
[[package]]
@ -4569,7 +4563,7 @@ version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
"bitflags",
]
[[package]]
@ -4754,7 +4748,7 @@ version = "0.37.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"errno",
"io-lifetimes",
"libc",
@ -4829,7 +4823,7 @@ version = "11.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfc8644681285d1fb67a467fb3021bfea306b99b4146b166a1fe3ada965eece"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"cfg-if",
"clipboard-win",
"fd-lock",
@ -5304,7 +5298,7 @@ dependencies = [
"ahash 0.7.6",
"atoi",
"base64 0.13.1",
"bitflags 1.3.2",
"bitflags",
"byteorder",
"bytes",
"crc",
@ -5922,7 +5916,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d1d42a9b3f3ec46ba828e8d376aec14592ea199f70a06a548587ecd1c4ab658"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"bytes",
"futures-core",
"futures-util",
@ -6654,7 +6648,7 @@ dependencies = [
"arrow-string",
"base64 0.13.1",
"base64 0.21.0",
"bitflags 2.3.1",
"bitflags",
"byteorder",
"bytes",
"cc",

View File

@ -24,7 +24,7 @@ arrow-ord = { version = "39", default-features = false, features = ["dyn_cmp_dic
arrow-string = { version = "39", default-features = false, features = ["dyn_cmp_dict"] }
base64-594e8ee84c453af0 = { package = "base64", version = "0.13" }
base64-647d43efb71741da = { package = "base64", version = "0.21" }
bitflags = { version = "2" }
bitflags = { version = "1" }
byteorder = { version = "1" }
bytes = { version = "1" }
chrono = { version = "0.4", default-features = false, features = ["alloc", "clock", "serde"] }
@ -101,7 +101,7 @@ zstd-sys = { version = "2", default-features = false, features = ["legacy", "std
ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] }
base64-594e8ee84c453af0 = { package = "base64", version = "0.13" }
base64-647d43efb71741da = { package = "base64", version = "0.21" }
bitflags = { version = "2" }
bitflags = { version = "1" }
byteorder = { version = "1" }
bytes = { version = "1" }
cc = { version = "1", default-features = false, features = ["parallel"] }