mirror of
https://github.com/roapi/roapi.git
synced 2026-06-11 21:00:56 +08:00
bump version to 0.12.7
This commit is contained in:
parent
0a247a96a8
commit
10bc5537b5
14
Cargo.lock
generated
14
Cargo.lock
generated
@ -1512,7 +1512,7 @@ dependencies = [
|
||||
"arrayvec",
|
||||
"cc",
|
||||
"cfg-if",
|
||||
"constant_time_eq 0.3.1",
|
||||
"constant_time_eq",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -2062,12 +2062,6 @@ version = "0.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
|
||||
|
||||
[[package]]
|
||||
name = "constant_time_eq"
|
||||
version = "0.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
|
||||
|
||||
[[package]]
|
||||
name = "convert_case"
|
||||
version = "0.8.0"
|
||||
@ -7007,7 +7001,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "roapi"
|
||||
version = "0.12.6"
|
||||
version = "0.12.7"
|
||||
dependencies = [
|
||||
"arrow-cast",
|
||||
"arrow-flight",
|
||||
@ -7018,7 +7012,7 @@ dependencies = [
|
||||
"base64 0.22.1",
|
||||
"clap",
|
||||
"columnq",
|
||||
"constant_time_eq 0.4.2",
|
||||
"constant_time_eq",
|
||||
"dashmap",
|
||||
"env_logger",
|
||||
"futures",
|
||||
@ -7044,7 +7038,7 @@ dependencies = [
|
||||
"tokio-stream",
|
||||
"toml",
|
||||
"tonic",
|
||||
"tower 0.5.2",
|
||||
"tower 0.4.13",
|
||||
"tower-http 0.5.2",
|
||||
"tower-layer",
|
||||
"tower-service",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "roapi"
|
||||
version = "0.12.6"
|
||||
version = "0.12.7"
|
||||
authors = ["QP Hou <dave2008713@gmail.com>"]
|
||||
homepage = "https://github.com/roapi/roapi"
|
||||
license = "MIT"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user