-
-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the crates-io group with 29 updates #1848
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the crates-io group with 29 updates: | Package | From | To | | --- | --- | --- | | [cargo-config2](https://github.com/taiki-e/cargo-config2) | `0.1.9` | `0.1.15` | | [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.18.0` | `0.18.1` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.27` | `1.0.28` | | [regex](https://github.com/rust-lang/regex) | `1.7.3` | `1.9.4` | | [serde](https://github.com/serde-rs/serde) | `1.0.183` | `1.0.192` | | [serde_json](https://github.com/serde-rs/json) | `1.0.105` | `1.0.108` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.7` | `0.10.8` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.6.0` | `3.8.0` | | [toml](https://github.com/toml-rs/toml) | `0.7.4` | `0.8.8` | | [toml_edit](https://github.com/toml-rs/toml) | `0.19.15` | `0.21.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.47` | `1.0.50` | | [fs-err](https://github.com/andrewhickman/fs-err) | `2.9.0` | `2.10.0` | | [semver](https://github.com/dtolnay/semver) | `1.0.18` | `1.0.20` | | [target-lexicon](https://github.com/bytecodealliance/target-lexicon) | `0.12.11` | `0.12.12` | | [indexmap](https://github.com/bluss/indexmap) | `1.9.3` | `2.1.0` | | [pyproject-toml](https://github.com/PyO3/pyproject-toml-rs) | `0.6.1` | `0.8.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.0.82` | `1.0.84` | | [pep440_rs](https://github.com/konstin/pep440-rs) | `0.3.6` | `0.3.12` | | [pep508_rs](https://github.com/konstin/pep508_rs) | `0.2.1` | `0.2.3` | | [time](https://github.com/time-rs/time) | `0.3.20` | `0.3.30` | | [cargo-xwin](https://github.com/rust-cross/cargo-xwin) | `0.14.8` | `0.14.9` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.37` | `0.1.40` | | [minijinja](https://github.com/mitsuhiko/minijinja) | `1.0.8` | `1.0.10` | | [bytesize](https://github.com/hyunsik/bytesize) | `1.2.0` | `1.3.0` | | [rustls-pemfile](https://github.com/rustls/pemfile) | `1.0.3` | `1.0.4` | | [wild](https://gitlab.com/kornelski/wild) | `2.1.0` | `2.2.0` | | [indoc](https://github.com/dtolnay/indoc) | `2.0.3` | `2.0.4` | | [trycmd](https://github.com/assert-rs/trycmd) | `0.14.16` | `0.14.19` | | [which](https://github.com/harryfei/which-rs) | `4.4.0` | `5.0.0` | Updates `cargo-config2` from 0.1.9 to 0.1.15 - [Release notes](https://github.com/taiki-e/cargo-config2/releases) - [Changelog](https://github.com/taiki-e/cargo-config2/blob/main/CHANGELOG.md) - [Commits](taiki-e/cargo-config2@v0.1.9...v0.1.15) Updates `cargo_metadata` from 0.18.0 to 0.18.1 - [Release notes](https://github.com/oli-obk/cargo_metadata/releases) - [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md) - [Commits](oli-obk/cargo_metadata@0.18.0...0.18.1) Updates `flate2` from 1.0.27 to 1.0.28 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.0.27...1.0.28) Updates `regex` from 1.7.3 to 1.9.4 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.7.3...1.9.4) Updates `serde` from 1.0.183 to 1.0.192 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.183...v1.0.192) Updates `serde_json` from 1.0.105 to 1.0.108 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.105...v1.0.108) Updates `sha2` from 0.10.7 to 0.10.8 - [Commits](RustCrypto/hashes@sha2-v0.10.7...sha2-v0.10.8) Updates `tempfile` from 3.6.0 to 3.8.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.6.0...v3.8.0) Updates `toml` from 0.7.4 to 0.8.8 - [Commits](toml-rs/toml@toml-v0.7.4...toml-v0.8.8) Updates `toml_edit` from 0.19.15 to 0.21.0 - [Commits](toml-rs/toml@v0.19.15...v0.21.0) Updates `thiserror` from 1.0.47 to 1.0.50 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.47...1.0.50) Updates `fs-err` from 2.9.0 to 2.10.0 - [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md) - [Commits](andrewhickman/fs-err@2.9.0...2.10.0) Updates `semver` from 1.0.18 to 1.0.20 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.18...1.0.20) Updates `target-lexicon` from 0.12.11 to 0.12.12 - [Commits](bytecodealliance/target-lexicon@v0.12.11...v0.12.12) Updates `indexmap` from 1.9.3 to 2.1.0 - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@1.9.3...2.1.0) Updates `pyproject-toml` from 0.6.1 to 0.8.1 - [Changelog](https://github.com/PyO3/pyproject-toml-rs/blob/main/Changelog.md) - [Commits](PyO3/pyproject-toml-rs@v0.6.1...v0.8.1) Updates `cc` from 1.0.82 to 1.0.84 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](rust-lang/cc-rs@1.0.82...1.0.84) Updates `pep440_rs` from 0.3.6 to 0.3.12 - [Changelog](https://github.com/konstin/pep440-rs/blob/main/Changelog.md) - [Commits](konstin/pep440-rs@v0.3.6...v0.3.12) Updates `pep508_rs` from 0.2.1 to 0.2.3 - [Commits](konstin/pep508_rs@v0.2.1...v0.2.3) Updates `time` from 0.3.20 to 0.3.30 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.20...v0.3.30) Updates `cargo-xwin` from 0.14.8 to 0.14.9 - [Release notes](https://github.com/rust-cross/cargo-xwin/releases) - [Commits](rust-cross/cargo-xwin@v0.14.8...v0.14.9) Updates `tracing` from 0.1.37 to 0.1.40 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.37...tracing-0.1.40) Updates `minijinja` from 1.0.8 to 1.0.10 - [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/minijinja@1.0.8...1.0.10) Updates `bytesize` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/hyunsik/bytesize/releases) - [Commits](bytesize-rs/bytesize@v1.2.0...v1.3.0) Updates `rustls-pemfile` from 1.0.3 to 1.0.4 - [Commits](rustls/pemfile@v/1.0.3...v/1.0.4) Updates `wild` from 2.1.0 to 2.2.0 - [Commits](https://gitlab.com/kornelski/wild/compare/v2.1.0...v2.2.0) Updates `indoc` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](dtolnay/indoc@2.0.3...2.0.4) Updates `trycmd` from 0.14.16 to 0.14.19 - [Changelog](https://github.com/assert-rs/trycmd/blob/main/CHANGELOG.md) - [Commits](assert-rs/snapbox@v0.14.16...v0.14.19) Updates `which` from 4.4.0 to 5.0.0 - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/commits) --- updated-dependencies: - dependency-name: cargo-config2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: cargo_metadata dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: fs-err dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: target-lexicon dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-major dependency-group: crates-io - dependency-name: pyproject-toml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: pep440_rs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: pep508_rs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: cargo-xwin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: minijinja dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: bytesize dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: wild dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: indoc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: trycmd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: which dependency-type: direct:production update-type: version-update:semver-major dependency-group: crates-io ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Something related to dependencies
rust
Pull requests that update Rust code
labels
Nov 13, 2023
✅ Deploy Preview for maturin-guide ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the crates-io group with 29 updates:
0.1.9
0.1.15
0.18.0
0.18.1
1.0.27
1.0.28
1.7.3
1.9.4
1.0.183
1.0.192
1.0.105
1.0.108
0.10.7
0.10.8
3.6.0
3.8.0
0.7.4
0.8.8
0.19.15
0.21.0
1.0.47
1.0.50
2.9.0
2.10.0
1.0.18
1.0.20
0.12.11
0.12.12
1.9.3
2.1.0
0.6.1
0.8.1
1.0.82
1.0.84
0.3.6
0.3.12
0.2.1
0.2.3
0.3.20
0.3.30
0.14.8
0.14.9
0.1.37
0.1.40
1.0.8
1.0.10
1.2.0
1.3.0
1.0.3
1.0.4
2.1.0
2.2.0
2.0.3
2.0.4
0.14.16
0.14.19
4.4.0
5.0.0
Updates
cargo-config2
from 0.1.9 to 0.1.15Release notes
Sourced from cargo-config2's releases.
Changelog
Sourced from cargo-config2's changelog.
Commits
51a6485
Release 0.1.152865adc
Update changelogb13eba1
Use toml_edit directlyfa94ae3
Bump MSRV to 1.679ef41dd
Update cspell dictionarya39799f
Fix clippy::impl_trait_in_params warning1fd816b
ci: Pass --detach-path-deps=skip-exact to cargo-minimal-versionsf76882f
Update cspell dictionary454542a
Update cargo-check-external-types configafb3991
Tweak scriptsUpdates
cargo_metadata
from 0.18.0 to 0.18.1Commits
5b794f8
Merge pull request #252 from bend-n/libtest87adb46
Update CHANGELOG.mdbd379af
clarify libtest module level doc04d1899
update changelog023b857
patch bumpd7d326f
add "unstable" featuredb32e7e
add helper methods for health9259190
add stdout helper method162826a
make mod pub60f783d
add bench testUpdates
flate2
from 1.0.27 to 1.0.28Release notes
Sourced from flate2's releases.
Commits
a99b53e
Merge pull request #378 from Byron/prep-release223f829
Merge pull request #380 from Manishearth/reset-stream7a61ea5
Reset StreamWrapper after calling mz_inflate / mz_deflate1260d3e
prepare next patch-releasef62ff42
Merge pull request #375 from georeth/fix-read-doc5b23cc9
Fix and unify docs ofbufread
andread
types.f285e9a
Merge pull request #373 from anforowicz/fix-spare-capacity-handling69972b8
Fix soundness ofwrite_to_spare_capacity_of_vec
.82e45fa
Refactoring: Dedupe code intowrite_to_spare_capacity_of_vec
helper.20cdcbe
Merge pull request #371 from jongiddy/jgiddy/msrv-1.53Updates
regex
from 1.7.3 to 1.9.4Changelog
Sourced from regex's changelog.
... (truncated)
Commits
f39ab4d
1.9.43f15f1c
deps: bump regex-syntax and regex-automata versions89b452a
regex-automata-0.3.7990979b
regex-syntax-0.7.5e008f83
changelog: 1.9.4c788378
ci: drop mips, add powerpc and s390xde03399
automata: fix incorrect use of Aho-Corasick's "standard" semantics7536e05
syntax: remove superfluousborrow
81e328a
doc: fix typo in module-level doc10faa44
doc: fix a couple typosUpdates
serde
from 1.0.183 to 1.0.192Release notes
Sourced from serde's releases.
Commits
4676abd
Release 1.0.19235700eb
Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untagged59892e7
Release 1.0.19197dd07a
Merge pull request #2647 from dtolnay/doccfgc8bc97c
Document "rc" and "unstable" features on docs.rs9dacfbb
Fill in more doc(cfg) attributes05c2509
Relocate cfg attrs into deref_impl64f949b
Relocate cfg attrs into parse_ip_impl and parse_socket_impl3f339de
Relocate cfg attrs into seq_impl and map_impl215c2b7
Relocate cfg attrs into forwarded_impl macroUpdates
serde_json
from 1.0.105 to 1.0.108Release notes
Sourced from serde_json's releases.
Commits
4bc1eaa
Release 1.0.1081454eac
Merge pull request #1082 from dtolnay/fromdoc0f072fa
Improve Value From and FromIterator docsa8e6f75
Merge pull request #1081 from fritzrehde/masterebaf617
fixed typosf56053d
Merge pull request #1080 from serde-rs/negativenan4e091d5
Add test of negative NaN and negative infinity421a70d
Fix unused imports39f5ad1
Remove 'remember to update' reminder from Cargo.toml5bb6960
Merge pull request #1075 from dimo414/masterUpdates
sha2
from 0.10.7 to 0.10.8Commits
28a7b0d
Update Cargo.lockc6decdf
sha2: Add inline-asm backend for LoongArch64 targets (#507)026b0e8
md5: minor code tweaks, bump to v0.10.6 (#506)a24e8b7
md5: Add inline-asm backend for LoongArch64 targets (#505)7aba4b5
Add asm!-based backend for LoongArch64 targets (#504)dcfd5a5
build(deps): bump actions/checkout from 3 to 4 (#501)4372c77
CI: replace MIPS cross tests with PPC32 (#503)42d3a25
k12: fix incorrect hash calculation (#499)342dbfa
Update asm dependencies (#498)59176e0
Update Clippy and fix lintsUpdates
tempfile
from 3.6.0 to 3.8.0Changelog
Sourced from tempfile's changelog.
Commits
ded4c25
chore: release 3.8.032ef2ac
chore: more test cleanups (#253)b4a2f64
feat: add convenience methods for creating temp files with prefixes (#250)f994e9f
chore: cleanup tempdir tests (#252)8b3703c
chore: clippy fixes (#251)bf8f7ea
chore: release 3.7.1a5c236c
Userename
/unlink
/etc. instead of
renameat/
unlinkat`/etc. (#247)d258544
chore: release 3.7.0da36cd5
Provide implementations for I/O safety traits unconditionally (#244)74f9fbc
Update to rustix 0.38 and update MSRV to 1.63 (#241)Updates
toml
from 0.7.4 to 0.8.8Commits
2e99658
chore: Release61a68e5
docs: Update changelog7b110a0
Merge pull request #649 from epage/fixe162e9f
fix: Remove unused dependencies0026e2a
chore: Release6b8e4aa
chore: Release36e3a02
docs: Update changelog7ba0932
Merge pull request #648 from epage/splitef9fd0a
fix(edit)!: Allow disabling parser or display5b53ff1
refactor(edit): Remove 'use' for optional modsUpdates
toml_edit
from 0.19.15 to 0.21.0Commits
6b8e4aa
chore: Release36e3a02
docs: Update changelog7ba0932
Merge pull request #648 from epage/splitef9fd0a
fix(edit)!: Allow disabling parser or display5b53ff1
refactor(edit): Remove 'use' for optional mods52b5c6f
refactor(edit): Pull error out of parser3cba874
fix(edit): Format-by-clearing for keys/reprs, like decor6c8885e
docs: Update repo linksd5676a8
chore: Release5bdc0f7
docs: Update changelogUpdates
thiserror
from 1.0.47 to 1.0.50Release notes
Sourced from thiserror's releases.
Commits
a7d220d
Release 1.0.504088d16
Ignore module_name_repetitions pedantic clippy lintebebf77
Format ui tests with rustfmtff0a0a5
Source and From attributes only have single-ident path7cec716
Remove reliance on Spanned for Memberc9fe739
Touch up PR 2584850c6f
Merge pull request #258 from de-vri-es/as-dyn-error-spana49f7c6
Change span ofas_dyn_error()
to point compile error at attribute.f4eac7e
Ignore needless_raw_string_hashes clippy lint54465b7
Release 1.0.49Updates
fs-err
from 2.9.0 to 2.10.0Changelog
Sourced from fs-err's changelog.
Commits
186bb7c
chore: Release fs-err version 2.10.035dc1a4
Update Cargo.lock4dedcc5
Implement Path::try_exists (#48)d1e9422
Check in cargo.lock in accordance with latest guidance (#49)9f3feb6
Merge pull request #44 from hniksic/patch-172b94da
Fix typo OptionOptionsb21779b
Merge pull request #41 from shellixyz/remove_unneeded_ref_derefaccab5d
Remove unneeded referencing and referencingUpdates
semver
from 1.0.18 to 1.0.20Release notes
Sourced from semver's releases.
Commits
55fa2ca
Release 1.0.205feccc0
Merge pull request #305 from dtolnay/precedence83aaaf0
Add a method for precedence comparison of Versions83154ea
Test docs.rs documentation build in CI72a6b5a
Release 1.0.1983abc7f
Relocate comparator parse testing2d34e8f
Touch up PR 299 test cases5e09329
More comprehensible excessive version comparator test473209f
Merge pull request #299 from CXWorks/mastercb07901
Update actions/checkout@v3 -> v4Updates
target-lexicon
from 0.12.11 to 0.12.12Commits
b62a1c7
chore: Release target-lexicon version 0.12.121f9d02e
Add a zkASM architecture (#94)Updates
indexmap
from 1.9.3 to 2.1.0Changelog
Sourced from indexmap's changelog.
... (truncated)
Commits
ff49792
Merge pull request #283 from cuviper/release-2.1.0f1ea007
Release 2.1.0cd641d2
Merge pull request #282 from Eh2406/binary_search7326a6e
Re-wrap the binary search docseec4c43
Add plain binary search to maps and sets too1350db6
Capitalize "see" in binary search docs3263c0f
fix wording0d5ee80
Merge pull request #278 from cuviper/slice-newd93534f
add tests348b42f
add binary_search and friendsUpdates
pyproject-toml
from 0.6.1 to 0.8.1Changelog
Sourced from pyproject-toml's changelog.
Commits
ee007c2
Bump version to 0.8.1f64fad6
Merge pull request #16 from PyO3/alex-patch-1bc7df6c
Update toml dependency to 0.89543160
Update version to 0.8 in README.md06b924d
Merge pull request #15 from PyO3/optional-build_system458b423
Make thebuild_system
table optionalf0134ca
Merge pull request #14 from PyO3/dependabot/github_actions/actions/checkout-4b4b958b
Bump actions/checkout from 3 to 49043ba0
Bump version to 0.7.03bfe33c
Update indexmap to 2.0.0Updates
cc
from 1.0.82 to 1.0.84Release notes
Sourced from cc's releases.
Commits
17f9e01
Release cc v1.0.84 (#898)bb1220d
added a function to remove flags (#885)4c0062d
fix: Add apple tvos support (#881)fcedb00
Optimization: Vendor jobserver impl and rm thread spawning in parallel compil...bd25128
Merge pull request #894 from NobodyXu/bump-msrv3ff2368
Disable msrv checking on macos-latest022713c
Bump MSRV to 1.53.0 and re-enable macos MSRV check6c9be16
Fix msrv CI: Check for--all-features
(#890)59255ce
Pass -Wno-unused-command-line-argument to clang inis_flag_supported
(#886)9b569ae
fix(flag_check): never link to avoid false positives (#839)Updates
pep440_rs
from 0.3.6 to 0.3.12Changelog
Sourced from pep440_rs's changelog.
... (truncated)
Commits
74c297a
ImplementFromPyObject
forVersion
6e322b5
clippy fixcb0f4a0
cargo updatea6896c5
v0.3.11ca6badc
v0.3.10b675669
Merge pull request #11 from jelmer/pyo3-0.199f581c0
Bump pyo3 to 0.19a37f0dd
Merge pull request #10 from mitsuhiko/feature/optional-tracingca6a438
Make tracing optional6f16a97
v0.3.9 - fix typoUpdates
pep508_rs
from 0.2.1 to 0.2.3Commits
0e705a2
Update dependencieseae63ed
Merge pull request #11 from jelmer/pyo3-0.1992191d8
Bump pyo3 to 0.1971fe55b
Update dependencies9f951fc
Merge pull request #10 from charbeljc/bugfix-env-current-rc3eb6cce
Make tests more concise and fix releaselevel parsing8b56004
fix MarkerEnvironment.current()56c99f1
better test for MarkerEnvironment.current()a28f340
more tests for environment markers257a239
marker: numpy; python_version in '2.6 2.7 3.2 3.3'Updates
time
from 0.3.20 to 0.3.30Release notes
Sourced from time's releases.