Skip to content
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

build(deps): bump the crates group across 1 directory with 19 updates #2128

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2024

Bumps the crates group with 12 updates in the /userspace/ksud directory:

Package From To
clap 4.5.18 4.5.20
is_executable 1.0.3 1.0.4
tempfile 3.12.0 3.13.0
procfs 0.16.0 0.17.0
addr2line 0.24.1 0.24.2
cc 1.1.22 1.1.29
indexmap 2.5.0 2.6.0
object 0.36.4 0.36.5
once_cell 1.19.0 1.20.2
proc-macro2 1.0.86 1.0.87
syn 2.0.77 2.0.79
wasm-bindgen 0.2.93 0.2.95

Updates clap from 4.5.18 to 4.5.20

Release notes

Sourced from clap's releases.

v4.5.19

[4.5.19] - 2024-10-01

Internal

  • Update dependencies
Changelog

Sourced from clap's changelog.

[4.5.20] - 2024-10-08

Features

  • (unstable) Add CommandExt

[4.5.19] - 2024-10-01

Internal

  • Update dependencies
Commits
  • 5034cab chore: Release
  • b5b690c docs: Update changelog
  • abba196 Merge pull request #5688 from epage/rename
  • 6ddd5d4 fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates
  • 71c5e27 fix(complete)!: Rename CustomCompleter to ValueCandidates
  • 1089073 chore: Release
  • c9b8c85 docs: Update changelog
  • 8b3de18 Merge pull request #5685 from epage/engine
  • b38538d fix(complete)!: Rename dynamic to engine
  • 232af62 Merge pull request #5684 from epage/endless
  • Additional commits viewable in compare view

Updates is_executable from 1.0.3 to 1.0.4

Commits

Updates tempfile from 3.12.0 to 3.13.0

Changelog

Sourced from tempfile's changelog.

3.13.0

  • Add with_suffix constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to @​Borgerr.
  • Update dependencies (fastrand & rustix).
Commits

Updates procfs from 0.16.0 to 0.17.0

Release notes

Sourced from procfs's releases.

v0.17.0

What's Changed

New Contributors

Full Changelog: eminence/procfs@v0.16.0...v0.17.0

Commits
  • e303757 Version 0.17.0
  • 6c959b6 Merge pull request #311 from yamaura/proc_devices
  • f2a51ef Merge pull request #315 from Hwatwasthat/master
  • dc70412 Update Devices struct doc comment to clarify block_devices can be empty
  • d66c910 Remove unnecessary #[allow(non_snake_case)]
  • eb26215 Add support for /dev/devices
  • 53dc3a7 Updated readme to show what the crypto example produces.
  • e0dec8b Implemented example for /dev/crypto parser
  • 784dd2c Merge pull request #314 from Hwatwasthat/master
  • 296791a Reworked pressure example to be more readable.
  • Additional commits viewable in compare view

Updates addr2line from 0.24.1 to 0.24.2

Changelog

Sourced from addr2line's changelog.

0.24.2 (2024/10/04)

Changed

  • Enabled caching of DWARF abbreviations. #318

  • Changed the addr2line binary to prefer symbol names over DWARF names. #332

  • Updated gimli dependency.

Added


Commits

Updates cc from 1.1.22 to 1.1.29

Release notes

Sourced from cc's releases.

cc-v1.1.29

Other

  • Regenerate target info (#1243)

cc-v1.1.28

Other

  • Environment variables: For one accepting boolean, treat "0", "false" and empty env as false (#1238)

cc-v1.1.27

Other

  • Revert "Use debug version of MSVC runtime library on debug (#1231)" (#1237)
  • Disable CC_ENABLE_DEBUG_OUTPUT if it is set to "0" (#1234)

cc-v1.1.26

Other

  • Use debug version of MSVC runtime library on debug (#1231)

cc-v1.1.25

Other

  • Remove incorrect "lib" prefixes in CXXSTDLIB doc comments (#1228)

cc-v1.1.24

Other

  • Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (#1221)
  • Reduce the need for the host target triple (#1224)
  • Add auto cancellation for CI jobs (#1222)

cc-v1.1.23

Other

  • Update doc for detecting changes/upgrades of compilers (#1218)
Changelog

Sourced from cc's changelog.

1.1.29 - 2024-10-11

Other

  • Regenerate target info (#1243)

1.1.28 - 2024-10-06

Other

  • Environment variables: For one accepting boolean, treat "0", "false" and empty env as false (#1238)

1.1.27 - 2024-10-06

Other

  • Revert "Use debug version of MSVC runtime library on debug (#1231)" (#1237)
  • Disable CC_ENABLE_DEBUG_OUTPUT if it is set to "0" (#1234)

1.1.26 - 2024-10-06

Other

  • Use debug version of MSVC runtime library on debug (#1231)

1.1.25 - 2024-10-05

Other

  • Remove incorrect "lib" prefixes in CXXSTDLIB doc comments (#1228)

1.1.24 - 2024-10-01

Other

  • Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (#1221)
  • Reduce the need for the host target triple (#1224)
  • Add auto cancellation for CI jobs (#1222)

1.1.23 - 2024-09-30

Other

  • Update doc for detecting changes/upgrades of compilers (#1218)
Commits

Updates clap_builder from 4.5.18 to 4.5.20

Release notes

Sourced from clap_builder's releases.

v4.5.19

[4.5.19] - 2024-10-01

Internal

  • Update dependencies
Changelog

Sourced from clap_builder's changelog.

[4.5.20] - 2024-10-08

Features

  • (unstable) Add CommandExt

[4.5.19] - 2024-10-01

Internal

  • Update dependencies
Commits
  • 61f5ee5 chore: Release
  • 3e65384 docs: Update changelog
  • fca8f73 Merge pull request #5706 from shannmu/external_subcommand
  • fc82a3e feat(complete): Support to complete custom external subcommand
  • 6a09122 test(complete): Add test for external subcommand
  • d2874a5 Merge pull request #5766 from epage/completer
  • a767a97 feat: Add CommandExt support
  • 32853d7 refactor(builder): Make Ext code similar for Arg, Command
  • e9ce1be refactor(builder): Rename AppTag to AppExt
  • f89afeb refactor(complete): Put most general completer first
  • Additional commits viewable in compare view

Updates gimli from 0.31.0 to 0.31.1

Changelog

Sourced from gimli's changelog.

0.31.1

Released 2024/10/04.

Changed

  • Changed read::Evaluation::evaluate to validate DW_OP_deref_size. #739

  • Changed write::LineProgram to allow use of file index 0 for DWARF version 5. #740

  • Improved the workaround for reading zero length entries in .debug_frame. #741

  • Implemented Default for read::DwarfSections and read::DwarfPackageSections. #742

  • Changed read::ArangeEntryIter to handle tombstones in .debug_aranges. #743

  • Improved handling handling of 0 for tombstones in DW_LNE_set_address and address pairs in ranges and locations. #750

  • Changed the read::ArrayLike trait implementation to use const generics. #752

Added

  • Added MIPS::HI and MIPS::LO. #749

Commits
  • 7e9d923 Release 0.31.1 (#753)
  • 3e6ff1d ci: bump deprecated actions to latest version
  • 19a9606 read: use const generics in src/read/util.rs
  • 7ba06e8 read: improve handling of 0 for tombstones (#750)
  • 2d28dbe Rework tests for rnglists and loclists (#751)
  • 1f0f1fc Improve simple_write example (#747)
  • 4981be0 arch: added missing MIPS HI/LO register defs (#749)
  • f49dfeb read: handle tombstones in .debug_aranges (#743)
  • dd3c98c read: implement Default for DwarfSections and DwarfPackageSections (#742)
  • 5a2b2e6 read/cfi: fix hack for zero length entries in .debug_frame (#741)
  • Additional commits viewable in compare view

Updates indexmap from 2.5.0 to 2.6.0

Changelog

Sourced from indexmap's changelog.

2.6.0 (2024-10-01)

  • Implemented Clone for map::IntoIter and set::IntoIter.
  • Updated the hashbrown dependency to version 0.15.
Commits
  • bf0362b Merge pull request #354 from cuviper/release-2.6.0
  • bd0b4f7 Add all release dates
  • 5340049 Release 2.6.0
  • 7f80229 Merge pull request #343 from cuviper/hash_table
  • e577bf2 Use hashbrown::HashTable instead of RawTable
  • 09b48ec Merge pull request #353 from cuviper/move_index
  • 267b83d Add an explicit bounds check in move_index
  • d74a4da Merge pull request #349 from waywardmonkeys/improve-doc-formatting
  • 5b0ed20 docs: Improve doc formatting with backticks
  • 15518f3 Merge pull request #348 from cuviper/clone-intoiter
  • Additional commits viewable in compare view

Updates object from 0.36.4 to 0.36.5

Changelog

Sourced from object's changelog.

0.36.5

Released 2024/10/04.

Added

  • Added Architecture::E2K32 and Architecture::E2K64. #727

  • Added read and write support for pe::IMAGE_REL_ARM64_BRANCH26. #731

Changed

  • Fixed decompression of multi-frame Zstandard data in read::CompressedData::decompress. #730

Commits

Updates once_cell from 1.19.0 to 1.20.2

Changelog

Sourced from once_cell's changelog.

1.20.2

  • Remove portable_atomic from Cargo.lock if it is not, in fact, used: #267 This is a work-around for this cargo bug: rust-lang/cargo#10801.

1.20.1

  • Allow using race module using just portable_atomic, without critical_section and provide better error messages on targets without atomic CAS instruction, #265.
Commits
  • 4fbd4a5 release 1.20.3
  • 0aef2f8 Merge pull request #267 from taiki-e/portable-atomic
  • cf87ac6 Remove "portable-atomic?/require-cas" from race feature
  • 3b9bd9b release 1.20.1
  • f61508a Merge pull request #265 from taiki-e/portable-atomic
  • 449e5d7 Add portable-atomic feature and disable portable-atomic/critical-section by d...
  • 72f7c2e Merge pull request #260 from brodycj/propagate-critical-section-to-portable-a...
  • be6b623 v1.20.0
  • f2d95bf update Cargo (dev-)dependencies; update Cargo.lock.msrv
  • dd6b5c2 ci: fix TEST_BETA with TEMPORARY WORKAROUND in RUSTFLAGS
  • Additional commits viewable in compare view

Updates proc-macro2 from 1.0.86 to 1.0.87

Release notes

Sourced from proc-macro2's releases.

1.0.87

  • Check valid punctuation character in Punct::new (#470)
Commits
  • 50b477d Release 1.0.87
  • f0b6802 Merge pull request #471 from dtolnay/punctnew
  • 98ea261 Check valid punctuation character in Punct::new
  • d60aaad Ignore missing_panics_doc pedantic clippy lint
  • 27061af Ignore needless_lifetimes clippy lint
  • 9c1d3eb Upload CI Cargo.lock for reproducing failures
  • See full diff in compare view

Updates procfs-core from 0.16.0 to 0.17.0

Release notes

Sourced from procfs-core's releases.

v0.17.0

What's Changed

New Contributors

Full Changelog: eminence/procfs@v0.16.0...v0.17.0

Commits
  • e303757 Version 0.17.0
  • 6c959b6 Merge pull request #311 from yamaura/proc_devices
  • f2a51ef Merge pull request #315 from Hwatwasthat/master
  • dc70412 Update Devices struct doc comment to clarify block_devices can be empty
  • d66c910 Remove unnecessary #[allow(non_snake_case)]
  • eb26215 Add support for /dev/devices
  • 53dc3a7 Updated readme to show what the crypto example produces.
  • e0dec8b Implemented example for /dev/crypto parser
  • 784dd2c Merge pull request #314 from Hwatwasthat/master
  • 296791a Reworked pressure example to be more readable.
  • Additional commits viewable in compare view

Updates syn from 2.0.77 to 2.0.79

Release notes

Sourced from syn's releases.

2.0.79

  • Fix infinite loop on parsing chained ranges (#1741)
  • Fix panic in parsing use items containing absolute paths (#1742)

2.0.78

  • Fix infinite loop on chained comparison (#1739)
Commits
  • 732e6e3 Release 2.0.79
  • af63396 Merge pull request #1742 from dtolnay/usecrateroot
  • 31e8632 Fix construction of UseGroup containing crate roots
  • 037861a Merge pull request #1741 from dtolnay/binoploop
  • 8df4dd0 Force cursor to advance in parse_expr calls
  • 09d020f Release 2.0.78
  • 7eaebfb Merge pull request #1739 from dtolnay/chainedcomparison
  • b3d2886 Fix infinite loop on chained comparison
  • 3f3d0c5 Add regression test for issue 1738
  • 346efae Touch up PR 1737
  • Additional commits viewable in compare view

Updates wasm-bindgen from 0.2.93 to 0.2.95

Changelog

Sourced from wasm-bindgen's changelog.

0.2.95

Released 2024-10-10

Added

  • Added support for implicit discriminants in enums. #4152

  • Added support for Self in complex type expressions in methods. #4155

Changed

  • String enums are no longer generate TypeScript types. #4174

Fixed

  • Fixed generated setters from WebIDL interface attributes binding to wrong JS method names. #4170

  • Fix string enums showing up in JS documentation and TypeScript bindings without corresponding types. #4175


0.2.94 (YANKED)

Released 2024-10-09

Added

  • Added support for the WebAssembly Tail Call proposal. #4111

  • Add bindings for RTCPeerConnection.setConfiguration(RTCConfiguration) method. #4105

  • Add bindings to RTCRtpTransceiverDirection.stopped. #4102

  • Added experimental support for Symbol.dispose via WASM_BINDGEN_EXPERIMENTAL_SYMBOL_DISPOSE. #4118

  • Added bindings for the draft WebRTC Encoded Transform spec. #4125

  • Added Debug implementation to JsError. #4136

... (truncated)

Commits

Updates wasm-bindgen-backend from 0.2.93 to 0.2.95

Changelog

Sourced from wasm-bindgen-backend's changelog.

0.2.95

Released 2024-10-10

Added

  • Added support for implicit discriminants in enums. #4152

  • Added support for Self in complex type expressions in methods. #4155

Changed

  • String enums are no longer generate TypeScript types. #4174

Fixed

  • Fixed generated setters from WebIDL interface attributes binding to wrong JS method names. #4170

  • Fix string enums showing up in JS documentation and TypeScript bindings without corresponding types. #4175


0.2.94 (YANKED)

Released 2024-10-09

Added

  • Added support for the WebAssembly Tail Call proposal. #4111

  • Add bindings for RTCPeerConnection.setConfiguration(RTCConfiguration) method. #4105

  • Add bindings to RTCRtpTransceiverDirection.stopped. #4102

  • Added experimental support for Symbol.dispose via WASM_BINDGEN_EXPERIMENTAL_SYMBOL_DISPOSE. #4118

  • Added bindings for the draft WebRTC Encoded Transform spec. #4125

  • Added Debug implementation to JsError. #4136

... (truncated)

Commits

Update...

Description has been truncated

Bumps the crates group with 12 updates in the /userspace/ksud directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.20` |
| [is_executable](https://github.com/fitzgen/is_executable) | `1.0.3` | `1.0.4` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.12.0` | `3.13.0` |
| [procfs](https://github.com/eminence/procfs) | `0.16.0` | `0.17.0` |
| [addr2line](https://github.com/gimli-rs/addr2line) | `0.24.1` | `0.24.2` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.22` | `1.1.29` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.5.0` | `2.6.0` |
| [object](https://github.com/gimli-rs/object) | `0.36.4` | `0.36.5` |
| [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.2` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.86` | `1.0.87` |
| [syn](https://github.com/dtolnay/syn) | `2.0.77` | `2.0.79` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.93` | `0.2.95` |



Updates `clap` from 4.5.18 to 4.5.20
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.18...clap_complete-v4.5.20)

Updates `is_executable` from 1.0.3 to 1.0.4
- [Commits](fitzgen/is_executable@v1.0.3...v1.0.4)

Updates `tempfile` from 3.12.0 to 3.13.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.12.0...v3.13.0)

Updates `procfs` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/eminence/procfs/releases)
- [Commits](eminence/procfs@v0.16.0...v0.17.0)

Updates `addr2line` from 0.24.1 to 0.24.2
- [Changelog](https://github.com/gimli-rs/addr2line/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/addr2line@0.24.1...0.24.2)

Updates `cc` from 1.1.22 to 1.1.29
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.1.22...cc-v1.1.29)

Updates `clap_builder` from 4.5.18 to 4.5.20
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.18...v4.5.20)

Updates `gimli` from 0.31.0 to 0.31.1
- [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/gimli@0.31.0...0.31.1)

Updates `indexmap` from 2.5.0 to 2.6.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.5.0...2.6.0)

Updates `object` from 0.36.4 to 0.36.5
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/object@0.36.4...0.36.5)

Updates `once_cell` from 1.19.0 to 1.20.2
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.19.0...v1.20.2)

Updates `proc-macro2` from 1.0.86 to 1.0.87
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.86...1.0.87)

Updates `procfs-core` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/eminence/procfs/releases)
- [Commits](eminence/procfs@v0.16.0...v0.17.0)

Updates `syn` from 2.0.77 to 2.0.79
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.77...2.0.79)

Updates `wasm-bindgen` from 0.2.93 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.93...0.2.95)

Updates `wasm-bindgen-backend` from 0.2.93 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.93...0.2.95)

Updates `wasm-bindgen-macro` from 0.2.93 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.93...0.2.95)

Updates `wasm-bindgen-macro-support` from 0.2.93 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.93...0.2.95)

Updates `wasm-bindgen-shared` from 0.2.93 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.93...0.2.95)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: is_executable
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates
- dependency-name: procfs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates
- dependency-name: addr2line
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: clap_builder
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: gimli
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: indexmap
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: crates
- dependency-name: object
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: once_cell
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: crates
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: procfs-core
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: crates
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: wasm-bindgen
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: wasm-bindgen-backend
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: wasm-bindgen-macro
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: wasm-bindgen-macro-support
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: wasm-bindgen-shared
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2024

Superseded by #2133.

@dependabot dependabot bot closed this Oct 14, 2024
@dependabot dependabot bot deleted the dependabot/cargo/userspace/ksud/crates-266db3d6f5 branch October 14, 2024 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants