Spaces:
Running
Running
neon_arch
commited on
Commit
Β·
6200c5d
1
Parent(s):
bbc49cb
π¨ chore: make clippy checks happy (#566)
Browse files- Cargo.lock +17 -18
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -321,9 +321,9 @@ checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
|
|
321 |
|
322 |
[[package]]
|
323 |
name = "anyhow"
|
324 |
-
version = "1.0.
|
325 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
326 |
-
checksum = "
|
327 |
|
328 |
[[package]]
|
329 |
name = "arc-swap"
|
@@ -603,9 +603,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
603 |
|
604 |
[[package]]
|
605 |
name = "cc"
|
606 |
-
version = "1.0.
|
607 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
608 |
-
checksum = "
|
609 |
|
610 |
[[package]]
|
611 |
name = "cfg-if"
|
@@ -1433,9 +1433,9 @@ dependencies = [
|
|
1433 |
|
1434 |
[[package]]
|
1435 |
name = "getrandom"
|
1436 |
-
version = "0.2.
|
1437 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1438 |
-
checksum = "
|
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.
|
3245 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3246 |
-
checksum = "
|
3247 |
dependencies = [
|
3248 |
-
"bitflags
|
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.
|
3258 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3259 |
-
checksum = "
|
3260 |
dependencies = [
|
3261 |
"core-foundation-sys",
|
3262 |
"libc",
|
@@ -3971,16 +3971,15 @@ dependencies = [
|
|
3971 |
|
3972 |
[[package]]
|
3973 |
name = "tokio-util"
|
3974 |
-
version = "0.7.
|
3975 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3976 |
-
checksum = "
|
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.
|
4573 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4574 |
-
checksum = "
|
4575 |
dependencies = [
|
4576 |
"zerocopy-derive",
|
4577 |
]
|
4578 |
|
4579 |
[[package]]
|
4580 |
name = "zerocopy-derive"
|
4581 |
-
version = "0.7.
|
4582 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4583 |
-
checksum = "
|
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 = "
|
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]
|