+38
| # AI Policy | ||
| Using AI (i.e., LLMs) as tools for coding is welcome. A high bar is held for | ||
| all contributions to this project. Moreover, the project maintainers remain | ||
| responsible for any code that is published as part of a release. Contributors | ||
| are expected to be responsible for any code they publish. | ||
| **AI should not be used to generate comments when communicating with | ||
| maintainers**. Comments are expected to be written by humans. Comments that are | ||
| believed to be written by AI may be hidden without notice. | ||
| If you are opening an issue, you should be able to describe the problem in your | ||
| own words. | ||
| If you are opening a pull request, you are expected to be able to explain the | ||
| proposed changes in your own words. This includes the pull request body and | ||
| responses to questions. **Do not copy responses from the AI when replying to | ||
| questions from maintainers.** | ||
| This project requires a human in the loop who understands the work produced by | ||
| AI. **Autonomous agents are not allowed to be used for contributing to this | ||
| project**. Pull requests that appear in violation of this will be closed, | ||
| perhaps without notice. | ||
| If you wish to include context from an interaction with AI in your comments, it | ||
| must be in a quote block (e.g., using `>`) and disclosed as such. It must be | ||
| accompanied by human commentary explaining the relevance and implications of | ||
| the context. Do not share long snippets. | ||
| AI is useful when communicating as a non-native English speaker. If you are | ||
| using AI to edit your comments for this purpose, please take the time to ensure | ||
| it reflects your own voice and ideas. If using AI for translation, we recommend | ||
| writing in your native language and including the AI translation in a quote | ||
| block. | ||
| This policy was adapted from [uv's AI policy]. | ||
| [uv's AI policy]: https://github.com/astral-sh/.github/blob/c5187e200db51bfe11d56e13053d29bd3793fdd8/AI_POLICY.md |
| { | ||
| "git": { | ||
| "sha1": "63c6578f22bb8eda35a983e5c937d79c16b2a355" | ||
| "sha1": "134195be38c7c9a4887980fd0f6f8bae042dd91e" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+38
-39
@@ -7,3 +7,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "bstr" | ||
| version = "1.13.0" | ||
| version = "1.13.1" | ||
| dependencies = [ | ||
@@ -26,9 +26,10 @@ "memchr", | ||
| name = "getrandom" | ||
| version = "0.2.17" | ||
| version = "0.4.3" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" | ||
| checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" | ||
| dependencies = [ | ||
| "cfg-if", | ||
| "libc", | ||
| "wasi", | ||
| "r-efi", | ||
| "rand_core", | ||
| ] | ||
@@ -38,17 +39,17 @@ | ||
| name = "libc" | ||
| version = "0.2.181" | ||
| version = "0.2.189" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "459427e2af2b9c839b132acb702a1c654d95e10f8c326bfc2ad11310e458b1c5" | ||
| checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" | ||
| [[package]] | ||
| name = "memchr" | ||
| version = "2.8.0" | ||
| version = "2.8.3" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" | ||
| checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" | ||
| [[package]] | ||
| name = "proc-macro2" | ||
| version = "1.0.106" | ||
| version = "1.0.107" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" | ||
| checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" | ||
| dependencies = [ | ||
@@ -60,5 +61,5 @@ "unicode-ident", | ||
| name = "quickcheck" | ||
| version = "1.0.3" | ||
| version = "1.1.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" | ||
| checksum = "95c589f335db0f6aaa168a7cd27b1fc6920f5e1470c804f814d9cd6e62a0f70b" | ||
| dependencies = [ | ||
@@ -70,5 +71,5 @@ "rand", | ||
| name = "quote" | ||
| version = "1.0.44" | ||
| version = "1.0.47" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" | ||
| checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" | ||
| dependencies = [ | ||
@@ -79,7 +80,14 @@ "proc-macro2", | ||
| [[package]] | ||
| name = "r-efi" | ||
| version = "6.0.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" | ||
| [[package]] | ||
| name = "rand" | ||
| version = "0.8.5" | ||
| version = "0.10.2" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | ||
| checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" | ||
| dependencies = [ | ||
| "getrandom", | ||
| "rand_core", | ||
@@ -90,14 +98,11 @@ ] | ||
| name = "rand_core" | ||
| version = "0.6.4" | ||
| version = "0.10.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" | ||
| dependencies = [ | ||
| "getrandom", | ||
| ] | ||
| checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" | ||
| [[package]] | ||
| name = "regex-automata" | ||
| version = "0.4.14" | ||
| version = "0.4.18" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" | ||
| checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2" | ||
@@ -112,5 +117,5 @@ [[package]] | ||
| name = "serde_core" | ||
| version = "1.0.228" | ||
| version = "1.0.229" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" | ||
| checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" | ||
| dependencies = [ | ||
@@ -122,5 +127,5 @@ "serde_derive", | ||
| name = "serde_derive" | ||
| version = "1.0.228" | ||
| version = "1.0.229" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" | ||
| checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" | ||
| dependencies = [ | ||
@@ -134,5 +139,5 @@ "proc-macro2", | ||
| name = "syn" | ||
| version = "2.0.114" | ||
| version = "3.0.3" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" | ||
| checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3" | ||
| dependencies = [ | ||
@@ -155,16 +160,10 @@ "proc-macro2", | ||
| name = "unicode-ident" | ||
| version = "1.0.23" | ||
| version = "1.0.24" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e" | ||
| checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" | ||
| [[package]] | ||
| name = "unicode-segmentation" | ||
| version = "1.12.0" | ||
| version = "1.13.3" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" | ||
| [[package]] | ||
| name = "wasi" | ||
| version = "0.11.1+wasi-snapshot-preview1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" | ||
| checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" |
+1
-1
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "bstr" | ||
| version = "1.13.0" | ||
| version = "1.13.1" | ||
| authors = ["Andrew Gallant <jamslam@gmail.com>"] | ||
@@ -19,0 +19,0 @@ build = false |
@@ -5,3 +5,3 @@ // This is adapted from `fallback.rs` from rust-memchr. It's modified to return | ||
| use core::{cmp, usize}; | ||
| use core::cmp; | ||
@@ -8,0 +8,0 @@ const USIZE_BYTES: usize = core::mem::size_of::<usize>(); |
Sorry, the diff of this file is not supported yet