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 camino from 1.1.4 to 1.1.6 #4558

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps camino from 1.1.4 to 1.1.6.

Release notes

Sourced from camino's releases.

camino 1.1.6

Added

  • Implement Deserialize for Box<Utf8Path>.
Changelog

Sourced from camino's changelog.

[1.1.6] - 2023-07-11

Added

  • Implement Deserialize for Box<Utf8Path>.

[1.1.5] - 2023-07-11

(This release was not published due to an internal issue.)

Commits
  • 421259f [camino] version 1.1.6
  • f6bab9d fix a publishing issue
  • 2c77fa9 [camino] version 1.1.5
  • f21e6bd Prepare release
  • a554154 Use cargo-hack for feature-powerset testing
  • 97371d8 Add Deserialize impl for Box<Utf8Path>
  • e667038 Prevent dependabot from opening clap PRs
  • 1eeb5f6 Remove code of conduct from this repo since there's a global one now
  • 4ae426c Correct doc block symbol name.
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 28, 2023
Bumps [camino](https://github.com/camino-rs/camino) from 1.1.4 to 1.1.6.
- [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.1.4...camino-1.1.6)

---
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 force-pushed the dependabot/cargo/camino-1.1.6 branch from 5c7b0e3 to ab751f7 Compare August 29, 2023 14:06
@cgwalters
Copy link
Member

    ima: # -00644 0 0     23 { [(b'security.ima', b"\003\002\004\006J\230\026\001}\217\342\233s\337sk/G\354y\004\3050\346\225\3032To7Q-\f\341\302\206\304byH;Z\241W6\221\360\020\t\205\222\345\rQ\212\302b2\367\277\035\003\021\307\366\234\360\f\260J\243m\321\221\016\2343\305i.\017L$V#\355\357\031\252\216\202vh\223-\343[\266\206R\224\2150\261\241\\\253f\246\210\255\352\253dBR(\356?\341\346\002\205\177\307\351\252\034z\202\322W\221\261\305|\201\217\322\237\233\001\375\305|m%%\322\001\035p%p\023\354\313\361?<\032\253\351\021\224\245/ \324\277\234\312\035\264\225U\fV\323\251\305\207m\314B3\212JKz\200bg!2x\272\267M\2443\224-\n\202A\376\315\036\016l\220\024\342\351\335d\021N\036\373=d\200s5\354\360\264`0\207\346\377v\304\331\261\263\277\265\037\220%G\306eR\017_iVjx\020\355=d\225\021\027\255*\241t\f\344\323/\350\265\337\320P'&K\314\272g\232\347Q21aoG\022\203%T\323j1\017\357\377\007\265p\255\375\300\262\321q\203\361%\350\333\274W\366M\316\345\306\232\336Z!tD|\325J\031\375\341\373E\301\272?\360\265o\024\343V\244\226\332L\271(\033\v4\r \361Q\373\334\204\265\203X\r\250\005&s\002j\270p:\027Fey\366cQ\372\351u\336\335eC\3307fD"), (b'security.selinux', b'system_u:object_r:bin_t:s0')] } /usr/bin/test-ima-signed
   ima: + fatal 'File '\''ima.txt'\'' doesn'\''t match fixed string list '\''(b'\''security.ima'\'', [byte 0x'\'''
   ima: + echo error: File ''\''ima.txt'\''' 'doesn'\''t' match fixed string list ''\''(b'\''security.ima'\'',' '[byte' '0x'\'''
   ima: error: File 'ima.txt' doesn't match fixed string list '(b'security.ima', [byte 0x'

Err...exciting, did the glib variant output format change?

@cgwalters cgwalters merged commit c694a44 into main Aug 30, 2023
13 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/camino-1.1.6 branch August 30, 2023 20:03
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.

1 participant