{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":15510677,"defaultBranch":"main","name":"redis-rs","ownerLogin":"redis-rs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-12-29T15:46:50.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/105237247?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717303830.0","currentOid":""},"activityList":{"items":[{"before":"b9445a0df1b3a2dbe8b3a6b36aa17be8b4cbaef6","after":"115fbf3e417c8f7bda2a5a76ce1d4c9ea78eebb9","ref":"refs/heads/main","pushedAt":"2024-06-07T11:55:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"},"commit":{"message":"Fix flakey test.\n\n1. reduced the delay time (not required to fix the test, just to make it run faster.\n2. wait after restarting the server, in order to give the connection manager time to reconnect before sending another request.\nI ran this locally for 500 iterations without failing.","shortMessageHtmlLink":"Fix flakey test."}},{"before":"291426e3eb1869ddff7a9c1708bc6e74de5bae44","after":"b9445a0df1b3a2dbe8b3a6b36aa17be8b4cbaef6","ref":"refs/heads/main","pushedAt":"2024-06-07T07:54:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"},"commit":{"message":"Try getting a new port if the current port isn't available.","shortMessageHtmlLink":"Try getting a new port if the current port isn't available."}},{"before":"f77974e77f61788e1953f7a7a08fbbd532636e8b","after":"291426e3eb1869ddff7a9c1708bc6e74de5bae44","ref":"refs/heads/main","pushedAt":"2024-06-07T06:44:08.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"},"commit":{"message":"Wait for free port in legal range.\n\nThis issue happens often when I ran the tests locally on my MacOS machine.","shortMessageHtmlLink":"Wait for free port in legal range."}},{"before":"a3b8f362ffe6a9534e35057d312069a01b09a132","after":"f77974e77f61788e1953f7a7a08fbbd532636e8b","ref":"refs/heads/main","pushedAt":"2024-06-07T06:42:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"},"commit":{"message":"Implement `ToRedisArgs` for `std::borrow::Cow` (#1219)\n\nIn cases where `T: ToOwned, &T: ToRedisArgs, &T::Owned: ToRedisArgs`\r\nwe can implement `ToRedisArgs` for `Cow<'_, T>` by delegating to the\r\ninner implementations. This gives support for `Cow<[u8]>` and `Cow`\r\nout of the box, and allows downstream consumers to get `Cow`\r\nimplementations for free, without needing to `match` in their code.\r\n\r\nAn alternative implementation would be to always call `Cow::as_ref`,\r\nwhich would relax the bound of `&T::Owned: ToRedisArgs`, but in cases\r\nwhere the implementation of `ToRedisArgs` is specialized for `&T::Owned`\r\nthis is suboptimal. As an example, see [`String::as_bytes`][1] vs\r\n[`String::as_str`][2] followed by [`str::as_bytes`][3]; by using the\r\nspecialized implementation of `String::to_redis_args`, we save some\r\noverhead.\r\n\r\n[1]: https://doc.rust-lang.org/std/string/struct.String.html#method.as_bytes\r\n[2]: https://doc.rust-lang.org/std/string/struct.String.html#method.as_str\r\n[3]: https://doc.rust-lang.org/std/primitive.str.html#method.as_bytes","shortMessageHtmlLink":"Implement ToRedisArgs for std::borrow::Cow (#1219)"}},{"before":"bac849e3a36398e6eefeb88a8e427aaf4440bcd4","after":"a3b8f362ffe6a9534e35057d312069a01b09a132","ref":"refs/heads/main","pushedAt":"2024-06-06T16:03:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"},"commit":{"message":"Add max retry delay for every reconnect (#1194)\n\n* Add max retry delay for every reconnect\r\n\r\n* Update comment docs\r\n\r\n* Refactor code, make ConnectionConfigInfo include retry&timeout\r\n\r\n* Update code from feedback\r\n\r\n* Update test\r\n\r\n* Update docs\r\n\r\n* Update docs\r\n\r\n* Fix build\r\n\r\n* Remove comment in test\r\n\r\n* Fix lint when build\r\n\r\n* Fix build","shortMessageHtmlLink":"Add max retry delay for every reconnect (#1194)"}},{"before":"2baa0decb47128856e6ec55832ba293cde061b77","after":"bac849e3a36398e6eefeb88a8e427aaf4440bcd4","ref":"refs/heads/main","pushedAt":"2024-06-04T07:19:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"},"commit":{"message":"Fix typos","shortMessageHtmlLink":"Fix typos"}},{"before":"136b7081e9ac6f0fbb3d048ac07a49a8e12ec680","after":"2baa0decb47128856e6ec55832ba293cde061b77","ref":"refs/heads/main","pushedAt":"2024-06-02T04:50:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"},"commit":{"message":"Bump tokio from 1.37.0 to 1.38.0\n\nBumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.38.0.\n- [Release notes](https://github.com/tokio-rs/tokio/releases)\n- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.37.0...tokio-1.38.0)\n\n---\nupdated-dependencies:\n- dependency-name: tokio\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump tokio from 1.37.0 to 1.38.0"}},{"before":"ae0264ebb2bead7c534c0dba3321b3c02bacb8dc","after":null,"ref":"refs/heads/dependabot/cargo/tokio-1.38.0","pushedAt":"2024-06-02T04:50:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"}},{"before":"0dd8969cb6a2559a7605867a206572f05dff7816","after":null,"ref":"refs/heads/dependabot/cargo/serde-1.0.203","pushedAt":"2024-06-01T20:15:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"}},{"before":"9e44084db64d8ec5cad959650c212edaf856b3dc","after":"136b7081e9ac6f0fbb3d048ac07a49a8e12ec680","ref":"refs/heads/main","pushedAt":"2024-06-01T20:15:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"},"commit":{"message":"Bump serde from 1.0.199 to 1.0.203\n\nBumps [serde](https://github.com/serde-rs/serde) from 1.0.199 to 1.0.203.\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.203)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump serde from 1.0.199 to 1.0.203"}},{"before":"315280533b06aa6210398386627f6bcd95d7260b","after":null,"ref":"refs/heads/dependabot/cargo/rustls-0.23.8","pushedAt":"2024-06-01T19:26:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"}},{"before":"97ab23d2048375b051e04d56592538bb489dbaf6","after":"9e44084db64d8ec5cad959650c212edaf856b3dc","ref":"refs/heads/main","pushedAt":"2024-06-01T19:26:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"},"commit":{"message":"Bump rustls from 0.23.5 to 0.23.8\n\nBumps [rustls](https://github.com/rustls/rustls) from 0.23.5 to 0.23.8.\n- [Release notes](https://github.com/rustls/rustls/releases)\n- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rustls/rustls/compare/v/0.23.5...v/0.23.8)\n\n---\nupdated-dependencies:\n- dependency-name: rustls\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rustls from 0.23.5 to 0.23.8"}},{"before":"6fff817dc8a5579f920d683ab5a1486c57b180b3","after":"97ab23d2048375b051e04d56592538bb489dbaf6","ref":"refs/heads/main","pushedAt":"2024-06-01T18:48:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"},"commit":{"message":"Bump ryu from 1.0.17 to 1.0.18\n\nBumps [ryu](https://github.com/dtolnay/ryu) from 1.0.17 to 1.0.18.\n- [Release notes](https://github.com/dtolnay/ryu/releases)\n- [Commits](https://github.com/dtolnay/ryu/compare/1.0.17...1.0.18)\n\n---\nupdated-dependencies:\n- dependency-name: ryu\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump ryu from 1.0.17 to 1.0.18"}},{"before":"83fb14c8d4c2ade5036d39069c7965d439906315","after":null,"ref":"refs/heads/dependabot/cargo/ryu-1.0.18","pushedAt":"2024-06-01T18:48:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"}},{"before":"26730010492033e27cde5e735cecf3022e0354df","after":"ae0264ebb2bead7c534c0dba3321b3c02bacb8dc","ref":"refs/heads/dependabot/cargo/tokio-1.38.0","pushedAt":"2024-06-01T18:08:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump tokio from 1.37.0 to 1.38.0\n\nBumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.38.0.\n- [Release notes](https://github.com/tokio-rs/tokio/releases)\n- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.37.0...tokio-1.38.0)\n\n---\nupdated-dependencies:\n- dependency-name: tokio\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump tokio from 1.37.0 to 1.38.0"}},{"before":"27b4fc28a2958b8bb1df7be88c0f1aeab004aad4","after":null,"ref":"refs/heads/dependabot/cargo/tempfile-3.10.1","pushedAt":"2024-06-01T18:08:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"}},{"before":"83e9d8718f8dea65808fb72246656071d28b1afb","after":"6fff817dc8a5579f920d683ab5a1486c57b180b3","ref":"refs/heads/main","pushedAt":"2024-06-01T18:08:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"},"commit":{"message":"Bump tempfile from 3.9.0 to 3.10.1\n\nBumps [tempfile](https://github.com/Stebalien/tempfile) from 3.9.0 to 3.10.1.\n- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/Stebalien/tempfile/compare/v3.9.0...v3.10.1)\n\n---\nupdated-dependencies:\n- dependency-name: tempfile\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump tempfile from 3.9.0 to 3.10.1"}},{"before":"68395d1957d7c018177955aa3612f326f6e636e5","after":"0dd8969cb6a2559a7605867a206572f05dff7816","ref":"refs/heads/dependabot/cargo/serde-1.0.203","pushedAt":"2024-06-01T17:56:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump serde from 1.0.199 to 1.0.203\n\nBumps [serde](https://github.com/serde-rs/serde) from 1.0.199 to 1.0.203.\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.203)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump serde from 1.0.199 to 1.0.203"}},{"before":"b5574774eda861207fc2766f3811848416b525b0","after":"26730010492033e27cde5e735cecf3022e0354df","ref":"refs/heads/dependabot/cargo/tokio-1.38.0","pushedAt":"2024-06-01T17:46:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump tokio from 1.37.0 to 1.38.0\n\nBumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.38.0.\n- [Release notes](https://github.com/tokio-rs/tokio/releases)\n- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.37.0...tokio-1.38.0)\n\n---\nupdated-dependencies:\n- dependency-name: tokio\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump tokio from 1.37.0 to 1.38.0"}},{"before":"e32d315a2de5573c04b1bced429ca03624f330de","after":null,"ref":"refs/heads/dependabot/cargo/tokio-util-0.7.11","pushedAt":"2024-06-01T17:45:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"}},{"before":"17fdf7e3ddc505557628ec33f4cf5332b0e1cec1","after":"83e9d8718f8dea65808fb72246656071d28b1afb","ref":"refs/heads/main","pushedAt":"2024-06-01T17:45:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"},"commit":{"message":"Bump tokio-util from 0.7.10 to 0.7.11\n\nBumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.10 to 0.7.11.\n- [Release notes](https://github.com/tokio-rs/tokio/releases)\n- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.10...tokio-util-0.7.11)\n\n---\nupdated-dependencies:\n- dependency-name: tokio-util\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump tokio-util from 0.7.10 to 0.7.11"}},{"before":"4eb002d2bdb843da84b089fa49cfedb096640ee2","after":"17fdf7e3ddc505557628ec33f4cf5332b0e1cec1","ref":"refs/heads/main","pushedAt":"2024-06-01T17:44:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"},"commit":{"message":"Bump num-bigint from 0.4.4 to 0.4.5\n\nBumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.4 to 0.4.5.\n- [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)\n- [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.4...num-bigint-0.4.5)\n\n---\nupdated-dependencies:\n- dependency-name: num-bigint\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump num-bigint from 0.4.4 to 0.4.5"}},{"before":"94f9b3dc942d3ad4018038cf9532bc9e29420ef6","after":null,"ref":"refs/heads/dependabot/cargo/num-bigint-0.4.5","pushedAt":"2024-06-01T17:44:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"}},{"before":"0da0cb814837bc1ed7d95c99544fce271ed67c91","after":"315280533b06aa6210398386627f6bcd95d7260b","ref":"refs/heads/dependabot/cargo/rustls-0.23.8","pushedAt":"2024-06-01T17:43:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump rustls from 0.23.5 to 0.23.8\n\nBumps [rustls](https://github.com/rustls/rustls) from 0.23.5 to 0.23.8.\n- [Release notes](https://github.com/rustls/rustls/releases)\n- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rustls/rustls/compare/v/0.23.5...v/0.23.8)\n\n---\nupdated-dependencies:\n- dependency-name: rustls\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rustls from 0.23.5 to 0.23.8"}},{"before":"60c20d9c67a25937fbf34949f343784153c9fecd","after":"4eb002d2bdb843da84b089fa49cfedb096640ee2","ref":"refs/heads/main","pushedAt":"2024-06-01T17:42:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"},"commit":{"message":"Bump rustls-pemfile from 2.1.1 to 2.1.2\n\nBumps [rustls-pemfile](https://github.com/rustls/pemfile) from 2.1.1 to 2.1.2.\n- [Release notes](https://github.com/rustls/pemfile/releases)\n- [Commits](https://github.com/rustls/pemfile/compare/v/2.1.1...v/2.1.2)\n\n---\nupdated-dependencies:\n- dependency-name: rustls-pemfile\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rustls-pemfile from 2.1.1 to 2.1.2"}},{"before":"6e3bd03a2cb9e43cdf413a8b3d3a85d5dcb75d37","after":null,"ref":"refs/heads/dependabot/cargo/rustls-pemfile-2.1.2","pushedAt":"2024-06-01T17:42:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"}},{"before":"9b4affee507412e328e7c4cd55f447f829cbb688","after":"0da0cb814837bc1ed7d95c99544fce271ed67c91","ref":"refs/heads/dependabot/cargo/rustls-0.23.8","pushedAt":"2024-06-01T17:40:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump rustls from 0.23.5 to 0.23.8\n\nBumps [rustls](https://github.com/rustls/rustls) from 0.23.5 to 0.23.8.\n- [Release notes](https://github.com/rustls/rustls/releases)\n- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rustls/rustls/compare/v/0.23.5...v/0.23.8)\n\n---\nupdated-dependencies:\n- dependency-name: rustls\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rustls from 0.23.5 to 0.23.8"}},{"before":"1c7092c7534c3b6dbe0f1aece99f129b5b3da523","after":"83fb14c8d4c2ade5036d39069c7965d439906315","ref":"refs/heads/dependabot/cargo/ryu-1.0.18","pushedAt":"2024-06-01T17:40:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump ryu from 1.0.17 to 1.0.18\n\nBumps [ryu](https://github.com/dtolnay/ryu) from 1.0.17 to 1.0.18.\n- [Release notes](https://github.com/dtolnay/ryu/releases)\n- [Commits](https://github.com/dtolnay/ryu/compare/1.0.17...1.0.18)\n\n---\nupdated-dependencies:\n- dependency-name: ryu\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump ryu from 1.0.17 to 1.0.18"}},{"before":"c2a641442edba6678c3394d5e2faefebb403aa54","after":"68395d1957d7c018177955aa3612f326f6e636e5","ref":"refs/heads/dependabot/cargo/serde-1.0.203","pushedAt":"2024-06-01T17:40:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump serde from 1.0.199 to 1.0.203\n\nBumps [serde](https://github.com/serde-rs/serde) from 1.0.199 to 1.0.203.\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.203)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump serde from 1.0.199 to 1.0.203"}},{"before":"43b81e7ab3499cfdd911d0c78775ce612fb5bb50","after":null,"ref":"refs/heads/dependabot/cargo/serde_json-1.0.117","pushedAt":"2024-06-01T17:39:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nihohit","name":"Shachar Langbeheim","path":"/nihohit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4604038?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXyt02wA","startCursor":null,"endCursor":null}},"title":"Activity ยท redis-rs/redis-rs"}