mirror of
https://github.com/bytedance/g3.git
synced 2026-04-28 03:30:31 +00:00
update packages and ignore warning in generated code
This commit is contained in:
parent
8c8d368132
commit
ac472e163f
6 changed files with 9 additions and 5 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -2513,9 +2513,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "indexmap"
|
||||
version = "2.9.0"
|
||||
version = "2.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
||||
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
|
||||
dependencies = [
|
||||
"equivalent",
|
||||
"hashbrown",
|
||||
|
|
@ -2726,9 +2726,9 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
|||
|
||||
[[package]]
|
||||
name = "lru"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9f8cc7106155f10bdf99a6f379688f543ad6596a415375b36a59a054ceda1198"
|
||||
checksum = "0281c2e25e62316a5c9d98f2d2e9e95a37841afdaf4383c177dbb5c1dfab0568"
|
||||
|
||||
[[package]]
|
||||
name = "lru-slab"
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ ip_network_table = "0.2"
|
|||
radix_trie = "0.2"
|
||||
fixedbitset = "0.5"
|
||||
bitflags = "2.8"
|
||||
lru = { version = "0.14", default-features = false }
|
||||
lru = { version = "0.15", default-features = false }
|
||||
#
|
||||
blake3 = { version = "1.5", default-features = false }
|
||||
hex = "0.4.2"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
*/
|
||||
|
||||
#![allow(clippy::needless_lifetimes)]
|
||||
#![allow(clippy::uninlined_format_args)]
|
||||
|
||||
pub mod types_capnp {
|
||||
#![allow(clippy::extra_unused_type_parameters)]
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
*/
|
||||
|
||||
#![allow(clippy::needless_lifetimes)]
|
||||
#![allow(clippy::uninlined_format_args)]
|
||||
|
||||
pub mod types_capnp {
|
||||
#![allow(clippy::extra_unused_type_parameters)]
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
*/
|
||||
|
||||
#![allow(clippy::needless_lifetimes)]
|
||||
#![allow(clippy::uninlined_format_args)]
|
||||
|
||||
pub mod types_capnp {
|
||||
#![allow(clippy::extra_unused_type_parameters)]
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
*/
|
||||
|
||||
#![allow(clippy::needless_lifetimes)]
|
||||
#![allow(clippy::uninlined_format_args)]
|
||||
|
||||
pub mod types_capnp {
|
||||
#![allow(clippy::extra_unused_type_parameters)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue