Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(client): update rust crates

+13 -13
+13 -13
Cargo.lock
··· 180 180 181 181 [[package]] 182 182 name = "bytes" 183 - version = "1.6.0" 183 + version = "1.6.1" 184 184 source = "registry+https://github.com/rust-lang/crates.io-index" 185 - checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" 185 + checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" 186 186 187 187 [[package]] 188 188 name = "camino" ··· 192 192 193 193 [[package]] 194 194 name = "cc" 195 - version = "1.1.0" 195 + version = "1.1.2" 196 196 source = "registry+https://github.com/rust-lang/crates.io-index" 197 - checksum = "eaff6f8ce506b9773fa786672d63fc7a191ffea1be33f72bbd4aeacefca9ffc8" 197 + checksum = "47de7e88bbbd467951ae7f5a6f34f70d1b4d9cfce53d5fd70f74ebe118b3db56" 198 198 199 199 [[package]] 200 200 name = "cfg-if" ··· 573 573 574 574 [[package]] 575 575 name = "hyper" 576 - version = "0.14.29" 576 + version = "0.14.30" 577 577 source = "registry+https://github.com/rust-lang/crates.io-index" 578 - checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" 578 + checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" 579 579 dependencies = [ 580 580 "bytes", 581 581 "futures-channel", ··· 828 828 [[package]] 829 829 name = "phoenix_channels_client" 830 830 version = "0.9.0" 831 - source = "git+https://github.com/liveview-native/phoenix-channels-client.git#466f635b4467fd545bd868cd59151711ec30684b" 831 + source = "git+https://github.com/liveview-native/phoenix-channels-client.git#7dc002bf38a26d782539debeb92f1ee8000ad54b" 832 832 dependencies = [ 833 833 "arc-swap", 834 834 "atomic-take", ··· 1327 1327 1328 1328 [[package]] 1329 1329 name = "syn" 1330 - version = "2.0.70" 1330 + version = "2.0.71" 1331 1331 source = "registry+https://github.com/rust-lang/crates.io-index" 1332 - checksum = "2f0209b68b3613b093e0ec905354eccaedcfe83b8cb37cbdeae64026c3064c16" 1332 + checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462" 1333 1333 dependencies = [ 1334 1334 "proc-macro2", 1335 1335 "quote", ··· 1365 1365 1366 1366 [[package]] 1367 1367 name = "thiserror" 1368 - version = "1.0.61" 1368 + version = "1.0.62" 1369 1369 source = "registry+https://github.com/rust-lang/crates.io-index" 1370 - checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" 1370 + checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" 1371 1371 dependencies = [ 1372 1372 "thiserror-impl", 1373 1373 ] 1374 1374 1375 1375 [[package]] 1376 1376 name = "thiserror-impl" 1377 - version = "1.0.61" 1377 + version = "1.0.62" 1378 1378 source = "registry+https://github.com/rust-lang/crates.io-index" 1379 - checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" 1379 + checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" 1380 1380 dependencies = [ 1381 1381 "proc-macro2", 1382 1382 "quote",