summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock80
1 files changed, 39 insertions, 41 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5ec337b32..ed3d79e91 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -213,7 +213,7 @@ dependencies = [
"hickory-proto",
"humantime",
"humantime-serde",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"libc",
"notify",
"paste",
@@ -1981,9 +1981,9 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
[[package]]
name = "fast-socks5"
-version = "0.9.6"
+version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f89f36d4ee12370d30d57b16c7e190950a1a916e7dbbb5fd5a412f5ef913fe84"
+checksum = "d09fe4a491909a716088083eeb5bcc25427330fdbcd4ecd3dfa5469b3da795df"
dependencies = [
"anyhow",
"async-trait",
@@ -2060,7 +2060,7 @@ name = "fixup-features"
version = "0.1.0"
dependencies = [
"anyhow",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"pico-args",
"toml_edit",
]
@@ -2986,6 +2986,15 @@ dependencies = [
]
[[package]]
+name = "itertools"
+version = "0.14.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
+dependencies = [
+ "either",
+]
+
+[[package]]
name = "itoa"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3259,13 +3268,12 @@ dependencies = [
[[package]]
name = "nalgebra"
-version = "0.32.6"
+version = "0.33.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7b5c17de023a86f59ed79891b2e5d5a94c705dbe904a5b5c9c952ea6221b03e4"
+checksum = "26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b"
dependencies = [
"approx",
"matrixmultiply",
- "nalgebra-macros",
"num-complex",
"num-rational",
"num-traits",
@@ -3276,17 +3284,6 @@ dependencies = [
]
[[package]]
-name = "nalgebra-macros"
-version = "0.2.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.89",
-]
-
-[[package]]
name = "native-tls"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3436,6 +3433,7 @@ version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
dependencies = [
+ "num-bigint",
"num-integer",
"num-traits",
]
@@ -4770,9 +4768,9 @@ dependencies = [
[[package]]
name = "simba"
-version = "0.8.1"
+version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae"
+checksum = "b3a386a501cd104797982c15ae17aafe8b9261315b5d07e3ec803f2ea26be0fa"
dependencies = [
"approx",
"num-complex",
@@ -4974,9 +4972,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "statrs"
-version = "0.17.1"
+version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f697a07e4606a0a25c044de247e583a330dbb1731d11bc7350b81f48ad567255"
+checksum = "2a3fe7c28c6512e766b0874335db33c94ad7b8f9054228ae1c2abd47ce7d335e"
dependencies = [
"approx",
"nalgebra",
@@ -5378,7 +5376,7 @@ dependencies = [
"derive_more",
"educe",
"hex",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"libc",
"paste",
"rand",
@@ -5467,7 +5465,7 @@ dependencies = [
"futures",
"futures-await-test",
"hex-literal",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"oneshot-fused-workaround",
"postage",
"rand",
@@ -5519,7 +5517,7 @@ dependencies = [
"futures-await-test",
"hex",
"humantime-serde",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"once_cell",
"oneshot-fused-workaround",
"pin-project",
@@ -5566,7 +5564,7 @@ dependencies = [
"figment",
"fs-mistrust",
"futures",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"notify",
"once_cell",
"paste",
@@ -5642,7 +5640,7 @@ dependencies = [
"http",
"httparse",
"httpdate",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"memchr",
"thiserror 2.0.3",
"tor-circmgr",
@@ -5678,7 +5676,7 @@ dependencies = [
"hex-literal",
"humantime",
"humantime-serde",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"memmap2 0.9.5",
"once_cell",
"oneshot-fused-workaround",
@@ -5784,7 +5782,7 @@ dependencies = [
"futures",
"humantime",
"humantime-serde",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"num_enum",
"oneshot-fused-workaround",
"pin-project",
@@ -5826,7 +5824,7 @@ dependencies = [
"either",
"futures",
"humantime",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"oneshot-fused-workaround",
"postage",
"rand",
@@ -5877,7 +5875,7 @@ dependencies = [
"hex",
"hex-literal",
"humantime",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"paste",
"rand",
"safelog",
@@ -5940,7 +5938,7 @@ dependencies = [
"growable-bloom-filter",
"hex",
"humantime",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"k12",
"libc",
"once_cell",
@@ -6023,7 +6021,7 @@ dependencies = [
"glob-match",
"humantime",
"inventory",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"rand",
"serde",
"serde_json",
@@ -6056,7 +6054,7 @@ dependencies = [
"derive_more",
"hex",
"hex-literal",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"safelog",
"serde",
"serde_test",
@@ -6133,7 +6131,7 @@ dependencies = [
"dyn-clone",
"educe",
"futures",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"paste",
"pin-project",
"rand",
@@ -6169,7 +6167,7 @@ dependencies = [
"hex",
"hex-literal",
"humantime",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"num_enum",
"postage",
"rand",
@@ -6208,7 +6206,7 @@ dependencies = [
"hex",
"hex-literal",
"humantime",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"once_cell",
"phf",
"rand",
@@ -6253,7 +6251,7 @@ dependencies = [
"fslock-guard",
"futures",
"humantime",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"oneshot-fused-workaround",
"paste",
"sanitize-filename",
@@ -6293,7 +6291,7 @@ dependencies = [
"hkdf",
"hmac",
"humantime",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"oneshot-fused-workaround",
"pin-project",
"rand",
@@ -6347,7 +6345,7 @@ dependencies = [
"derive_builder_fork_arti",
"fs-mistrust",
"futures",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"oneshot-fused-workaround",
"serde",
"thiserror 2.0.3",
@@ -6487,7 +6485,7 @@ dependencies = [
"futures",
"futures-await-test",
"humantime",
- "itertools 0.13.0",
+ "itertools 0.14.0",
"oneshot-fused-workaround",
"pin-project",
"priority-queue",