update packages and ignore warning in generated code

This commit is contained in:
Zhang Jingqiang 2025-06-27 09:37:56 +08:00 committed by Zhang Jingqiang
parent 8c8d368132
commit ac472e163f
6 changed files with 9 additions and 5 deletions

8
Cargo.lock generated
View file

@ -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"

View file

@ -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"

View file

@ -4,6 +4,7 @@
*/
#![allow(clippy::needless_lifetimes)]
#![allow(clippy::uninlined_format_args)]
pub mod types_capnp {
#![allow(clippy::extra_unused_type_parameters)]

View file

@ -4,6 +4,7 @@
*/
#![allow(clippy::needless_lifetimes)]
#![allow(clippy::uninlined_format_args)]
pub mod types_capnp {
#![allow(clippy::extra_unused_type_parameters)]

View file

@ -4,6 +4,7 @@
*/
#![allow(clippy::needless_lifetimes)]
#![allow(clippy::uninlined_format_args)]
pub mod types_capnp {
#![allow(clippy::extra_unused_type_parameters)]

View file

@ -4,6 +4,7 @@
*/
#![allow(clippy::needless_lifetimes)]
#![allow(clippy::uninlined_format_args)]
pub mod types_capnp {
#![allow(clippy::extra_unused_type_parameters)]