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

Bump camino from 1.0.5 to 1.0.7 #3158

Merged
merged 1 commit into from
Jan 18, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2022

Bumps camino from 1.0.5 to 1.0.7.

Release notes

Sourced from camino's releases.

camino 1.0.7

Added

  • Utf8Path::is_symlink checks whether a path is a symlink. Note that while std::path::Path only provides this method for version 1.58 and above, camino polyfills the method for all Rust versions it supports.

Changed

  • Update repository links to new location camino-rs/camino.
  • Update structopt example to clap 3's builtin derive feature. (camino continues to work with structopt as before.)
Changelog

Sourced from camino's changelog.

[1.0.7] - 2022-01-16

Added

  • Utf8Path::is_symlink checks whether a path is a symlink. Note that while std::path::Path only provides this method for version 1.58 and above, camino polyfills the method for all Rust versions it supports.

Changed

  • Update repository links to new location camino-rs/camino.
  • Update structopt example to clap 3's builtin derive feature. (camino continues to work with structopt as before.)

[1.0.6] - 2022-01-16

(This release was yanked due to a publishing issue.)

Commits
  • 8dcebd4 disable jekyll for docs, try 2
  • 140e57d disable jekyll for docs
  • 5df80fd don't build docs for the entire workspace
  • 27c424c add links to Utf8Path{,Buf} in lib.rs readme
  • 668a17b update changelog, add concurrency
  • 8ff6e62 small updates to the README
  • e6a65aa fix conflict markers in the README
  • 31ccaa4 add tag prefix to release action
  • 29d00ba prepare to release camino 1.0.6
  • 1427600 update badges in readme
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [camino](https://github.com/camino-rs/camino) from 1.0.5 to 1.0.7.
- [Release notes](https://github.com/camino-rs/camino/releases)
- [Changelog](https://github.com/camino-rs/camino/blob/main/CHANGELOG.md)
- [Commits](camino-rs/camino@camino-1.0.5...camino-1.0.7)

---
updated-dependencies:
- dependency-name: camino
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 17, 2022
@codecov
Copy link

codecov bot commented Jan 17, 2022

Codecov Report

Merging #3158 (806ee29) into master (9635a54) will increase coverage by 0.41%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3158      +/-   ##
==========================================
+ Coverage   31.84%   32.25%   +0.41%     
==========================================
  Files         503      503              
  Lines       46260    46274      +14     
  Branches    21171    21174       +3     
==========================================
+ Hits        14729    14920     +191     
+ Misses      17480    17441      -39     
+ Partials    14051    13913     -138     
Flag Coverage Δ
unittests 32.25% <ø> (+0.41%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
rpc/server/src/module/mod.rs 0.00% <0.00%> (-16.66%) ⬇️
consensus/src/consensus.rs 47.62% <0.00%> (-11.11%) ⬇️
vm/types/src/transaction/error.rs 3.58% <0.00%> (-10.71%) ⬇️
cmd/starcoin/src/cli_state.rs 44.74% <0.00%> (-5.26%) ⬇️
account/api/src/types.rs 47.23% <0.00%> (-4.29%) ⬇️
vm/vm-runtime/src/metrics.rs 29.17% <0.00%> (-4.16%) ⬇️
txpool/src/pool/listener/tests.rs 10.91% <0.00%> (-3.63%) ⬇️
types/src/block.rs 54.83% <0.00%> (-2.94%) ⬇️
network-p2p/src/peer_info.rs 46.20% <0.00%> (-2.17%) ⬇️
account/src/account_storage.rs 50.75% <0.00%> (-1.99%) ⬇️
... and 81 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9635a54...806ee29. Read the comment docs.

@jolestar jolestar merged commit 64ddd2c into master Jan 18, 2022
@jolestar jolestar deleted the dependabot/cargo/camino-1.0.7 branch January 18, 2022 01:43
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant