neon_arch commited on
Commit
6200c5d
Β·
1 Parent(s): bbc49cb

🚨 chore: make clippy checks happy (#566)

Browse files
Files changed (2) hide show
  1. Cargo.lock +17 -18
  2. Cargo.toml +1 -1
Cargo.lock CHANGED
@@ -321,9 +321,9 @@ checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
321
 
322
  [[package]]
323
  name = "anyhow"
324
- version = "1.0.82"
325
  source = "registry+https://github.com/rust-lang/crates.io-index"
326
- checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
327
 
328
  [[package]]
329
  name = "arc-swap"
@@ -603,9 +603,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
603
 
604
  [[package]]
605
  name = "cc"
606
- version = "1.0.96"
607
  source = "registry+https://github.com/rust-lang/crates.io-index"
608
- checksum = "065a29261d53ba54260972629f9ca6bffa69bac13cd1fed61420f7fa68b9f8bd"
609
 
610
  [[package]]
611
  name = "cfg-if"
@@ -1433,9 +1433,9 @@ dependencies = [
1433
 
1434
  [[package]]
1435
  name = "getrandom"
1436
- version = "0.2.14"
1437
  source = "registry+https://github.com/rust-lang/crates.io-index"
1438
- checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
1439
  dependencies = [
1440
  "cfg-if 1.0.0",
1441
  "libc",
@@ -3241,11 +3241,11 @@ dependencies = [
3241
 
3242
  [[package]]
3243
  name = "security-framework"
3244
- version = "2.10.0"
3245
  source = "registry+https://github.com/rust-lang/crates.io-index"
3246
- checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6"
3247
  dependencies = [
3248
- "bitflags 1.3.2",
3249
  "core-foundation",
3250
  "core-foundation-sys",
3251
  "libc",
@@ -3254,9 +3254,9 @@ dependencies = [
3254
 
3255
  [[package]]
3256
  name = "security-framework-sys"
3257
- version = "2.10.0"
3258
  source = "registry+https://github.com/rust-lang/crates.io-index"
3259
- checksum = "41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef"
3260
  dependencies = [
3261
  "core-foundation-sys",
3262
  "libc",
@@ -3971,16 +3971,15 @@ dependencies = [
3971
 
3972
  [[package]]
3973
  name = "tokio-util"
3974
- version = "0.7.10"
3975
  source = "registry+https://github.com/rust-lang/crates.io-index"
3976
- checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
3977
  dependencies = [
3978
  "bytes 1.6.0",
3979
  "futures-core",
3980
  "futures-sink",
3981
  "pin-project-lite",
3982
  "tokio 1.37.0",
3983
- "tracing",
3984
  ]
3985
 
3986
  [[package]]
@@ -4569,18 +4568,18 @@ dependencies = [
4569
 
4570
  [[package]]
4571
  name = "zerocopy"
4572
- version = "0.7.32"
4573
  source = "registry+https://github.com/rust-lang/crates.io-index"
4574
- checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
4575
  dependencies = [
4576
  "zerocopy-derive",
4577
  ]
4578
 
4579
  [[package]]
4580
  name = "zerocopy-derive"
4581
- version = "0.7.32"
4582
  source = "registry+https://github.com/rust-lang/crates.io-index"
4583
- checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
4584
  dependencies = [
4585
  "proc-macro2 1.0.81",
4586
  "quote 1.0.36",
 
321
 
322
  [[package]]
323
  name = "anyhow"
324
+ version = "1.0.83"
325
  source = "registry+https://github.com/rust-lang/crates.io-index"
326
+ checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3"
327
 
328
  [[package]]
329
  name = "arc-swap"
 
603
 
604
  [[package]]
605
  name = "cc"
606
+ version = "1.0.97"
607
  source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
609
 
610
  [[package]]
611
  name = "cfg-if"
 
1433
 
1434
  [[package]]
1435
  name = "getrandom"
1436
+ version = "0.2.15"
1437
  source = "registry+https://github.com/rust-lang/crates.io-index"
1438
+ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
1439
  dependencies = [
1440
  "cfg-if 1.0.0",
1441
  "libc",
 
3241
 
3242
  [[package]]
3243
  name = "security-framework"
3244
+ version = "2.11.0"
3245
  source = "registry+https://github.com/rust-lang/crates.io-index"
3246
+ checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
3247
  dependencies = [
3248
+ "bitflags 2.5.0",
3249
  "core-foundation",
3250
  "core-foundation-sys",
3251
  "libc",
 
3254
 
3255
  [[package]]
3256
  name = "security-framework-sys"
3257
+ version = "2.11.0"
3258
  source = "registry+https://github.com/rust-lang/crates.io-index"
3259
+ checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
3260
  dependencies = [
3261
  "core-foundation-sys",
3262
  "libc",
 
3971
 
3972
  [[package]]
3973
  name = "tokio-util"
3974
+ version = "0.7.11"
3975
  source = "registry+https://github.com/rust-lang/crates.io-index"
3976
+ checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
3977
  dependencies = [
3978
  "bytes 1.6.0",
3979
  "futures-core",
3980
  "futures-sink",
3981
  "pin-project-lite",
3982
  "tokio 1.37.0",
 
3983
  ]
3984
 
3985
  [[package]]
 
4568
 
4569
  [[package]]
4570
  name = "zerocopy"
4571
+ version = "0.7.33"
4572
  source = "registry+https://github.com/rust-lang/crates.io-index"
4573
+ checksum = "087eca3c1eaf8c47b94d02790dd086cd594b912d2043d4de4bfdd466b3befb7c"
4574
  dependencies = [
4575
  "zerocopy-derive",
4576
  ]
4577
 
4578
  [[package]]
4579
  name = "zerocopy-derive"
4580
+ version = "0.7.33"
4581
  source = "registry+https://github.com/rust-lang/crates.io-index"
4582
+ checksum = "6f4b6c273f496d8fd4eaf18853e6b448760225dc030ff2c485a786859aea6393"
4583
  dependencies = [
4584
  "proc-macro2 1.0.81",
4585
  "quote 1.0.36",
Cargo.toml CHANGED
@@ -132,7 +132,7 @@ inherits = "release"
132
  opt-level = "s"
133
 
134
  [profile.bsr2]
135
- inherits = "bsr"
136
  opt-level = "z"
137
 
138
  [profile.lpcb1]
 
132
  opt-level = "s"
133
 
134
  [profile.bsr2]
135
+ inherits = "bsr1"
136
  opt-level = "z"
137
 
138
  [profile.lpcb1]