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

chore(deps): bump local-ip-address from 0.4.8 to 0.5.3 #327

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

Bumps local-ip-address from 0.4.8 to 0.5.3.

Commits
  • f6abfb9 chore: bump version
  • 5d606b6 linux: use correct message types for requests (#121)
  • 788c02e Add interface to get local IPv6 address (#105)
  • 8be57e8 chore(deps): bump actions/cache from 2 to 3 (#115)
  • ffd436b feat: macOS and FreeBSD reuse the same code (#116)
  • d1af179 chore(deps): bump dependabot/fetch-metadata from 1.1.1 to 1.4.0 (#119)
  • 1504869 chore(deps): update windows-sys requirement from 0.45.0 to 0.48.0 (#117)
  • 6d2be1d build on additional targets and fix musl compatibility (#108)
  • ffe73d0 fix: trim Unexpected \0 in network interface name (#111)
  • 05418d3 chore: bump version to v0.5.2
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 10, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/local-ip-address-0.5.3 branch 4 times, most recently from 4ba96c1 to e68e21b Compare July 10, 2023 20:44
Bumps [local-ip-address](https://github.com/EstebanBorai/local-ip-address) from 0.4.8 to 0.5.3.
- [Release notes](https://github.com/EstebanBorai/local-ip-address/releases)
- [Changelog](https://github.com/EstebanBorai/local-ip-address/blob/main/CHANGELOG.md)
- [Commits](EstebanBorai/local-ip-address@v0.4.8...v0.5.3)

---
updated-dependencies:
- dependency-name: local-ip-address
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/local-ip-address-0.5.3 branch from e68e21b to b0b3b53 Compare July 10, 2023 21:17
@pschmitt
Copy link

This one fixes the build on Termux.

With 0.4.8 it errors out:

$ cargo install http-server 
[...]
Compiling local-ip-address v0.4.9                                                                                                                           
error[E0308]: mismatched types                                                                                                                                 
  --> /data/data/com.termux/files/home/.local/share/cargo/registry/src/index.crates.io-6f17d22bba15001f/local-ip-address-0.4.9/src/lib.rs:75:22                
   |                                                                                                                                                           
75 | pub fn local_ip() -> Result<IpAddr, Error> {                                                                                                              
   |        --------      ^^^^^^^^^^^^^^^^^^^^^ expected `Result<IpAddr, Error>`, found `()`                                                                   
   |        |                                                                                                                                                  
   |        implicitly returns `()` as its body has no tail or `return` expression                                                                             
   |                                                                                                                                                           
   = note:   expected enum `Result<IpAddr, error::Error>`                                                                                                      
           found unit type `()`                                                                                                                                
                                                                                                                                                               
For more information about this error, try `rustc --explain E0308`.                                                                                            
error: could not compile `local-ip-address` (lib) due to previous error                                                                                        
warning: build failed, waiting for other jobs to finish...                                                                                                     
error: failed to compile `http-server v0.8.5`, intermediate artifacts can be found at `/data/data/com.termux/files/home/.cache/tmpdir/cargo-installBA2ZT4`  

@EstebanBorai
Copy link
Member

This one fixes the build on Termux.

With 0.4.8 it errors out:


$ cargo install http-server 

[...]

Compiling local-ip-address v0.4.9                                                                                                                           

error[E0308]: mismatched types                                                                                                                                 

  --> /data/data/com.termux/files/home/.local/share/cargo/registry/src/index.crates.io-6f17d22bba15001f/local-ip-address-0.4.9/src/lib.rs:75:22                

   |                                                                                                                                                           

75 | pub fn local_ip() -> Result<IpAddr, Error> {                                                                                                              

   |        --------      ^^^^^^^^^^^^^^^^^^^^^ expected `Result<IpAddr, Error>`, found `()`                                                                   

   |        |                                                                                                                                                  

   |        implicitly returns `()` as its body has no tail or `return` expression                                                                             

   |                                                                                                                                                           

   = note:   expected enum `Result<IpAddr, error::Error>`                                                                                                      

           found unit type `()`                                                                                                                                

                                                                                                                                                               

For more information about this error, try `rustc --explain E0308`.                                                                                            

error: could not compile `local-ip-address` (lib) due to previous error                                                                                        

warning: build failed, waiting for other jobs to finish...                                                                                                     

error: failed to compile `http-server v0.8.5`, intermediate artifacts can be found at `/data/data/com.termux/files/home/.cache/tmpdir/cargo-installBA2ZT4`  



Thanks for sharing! Will draft a release later today!

@EstebanBorai EstebanBorai merged commit 7379cde into main Jul 17, 2023
6 of 7 checks passed
@EstebanBorai EstebanBorai deleted the dependabot/cargo/local-ip-address-0.5.3 branch July 17, 2023 13:50
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.

None yet

2 participants