this repo has no description
1
fork

Configure Feed

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

chore: bump deps

isabel 300fe506 6fc93d93

+15 -15
+15 -15
Cargo.lock
··· 327 327 328 328 [[package]] 329 329 name = "cc" 330 - version = "1.2.48" 330 + version = "1.2.49" 331 331 source = "registry+https://github.com/rust-lang/crates.io-index" 332 - checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a" 332 + checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215" 333 333 dependencies = [ 334 334 "find-msvc-tools", 335 335 "shlex", ··· 1205 1205 1206 1206 [[package]] 1207 1207 name = "hyper-util" 1208 - version = "0.1.18" 1208 + version = "0.1.19" 1209 1209 source = "registry+https://github.com/rust-lang/crates.io-index" 1210 - checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56" 1210 + checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" 1211 1211 dependencies = [ 1212 1212 "base64 0.22.1", 1213 1213 "bytes", ··· 1444 1444 1445 1445 [[package]] 1446 1446 name = "libc" 1447 - version = "0.2.177" 1447 + version = "0.2.178" 1448 1448 source = "registry+https://github.com/rust-lang/crates.io-index" 1449 - checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 1449 + checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" 1450 1450 1451 1451 [[package]] 1452 1452 name = "libsqlite3-sys" ··· 1482 1482 1483 1483 [[package]] 1484 1484 name = "log" 1485 - version = "0.4.28" 1485 + version = "0.4.29" 1486 1486 source = "registry+https://github.com/rust-lang/crates.io-index" 1487 - checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 1487 + checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 1488 1488 1489 1489 [[package]] 1490 1490 name = "memchr" ··· 1547 1547 1548 1548 [[package]] 1549 1549 name = "mio" 1550 - version = "1.1.0" 1550 + version = "1.1.1" 1551 1551 source = "registry+https://github.com/rust-lang/crates.io-index" 1552 - checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" 1552 + checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 1553 1553 dependencies = [ 1554 1554 "libc", 1555 1555 "wasi 0.11.1+wasi-snapshot-preview1", ··· 2833 2833 dependencies = [ 2834 2834 "bytes", 2835 2835 "libc", 2836 - "mio 1.1.0", 2836 + "mio 1.1.1", 2837 2837 "pin-project-lite", 2838 2838 "socket2 0.6.1", 2839 2839 "tokio-macros", ··· 3732 3732 3733 3733 [[package]] 3734 3734 name = "zerocopy" 3735 - version = "0.8.30" 3735 + version = "0.8.31" 3736 3736 source = "registry+https://github.com/rust-lang/crates.io-index" 3737 - checksum = "4ea879c944afe8a2b25fef16bb4ba234f47c694565e97383b36f3a878219065c" 3737 + checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" 3738 3738 dependencies = [ 3739 3739 "zerocopy-derive", 3740 3740 ] 3741 3741 3742 3742 [[package]] 3743 3743 name = "zerocopy-derive" 3744 - version = "0.8.30" 3744 + version = "0.8.31" 3745 3745 source = "registry+https://github.com/rust-lang/crates.io-index" 3746 - checksum = "cf955aa904d6040f70dc8e9384444cb1030aed272ba3cb09bbc4ab9e7c1f34f5" 3746 + checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" 3747 3747 dependencies = [ 3748 3748 "proc-macro2", 3749 3749 "quote",