- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
chore(deps): update rust crate guppy to v0.17.23 #6
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
          
     Open
      
      
            renovate
  wants to merge
  1
  commit into
  main
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
renovate/guppy-0.x-lockfile
  
      
      
   
  
    
  
  
  
 
  
      
    base: main
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          Conversation
  
    
      This file contains hidden or 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
    
  
  
    
    7621fc8    to
    88de182      
    Compare
  
    88de182    to
    e36b29e      
    Compare
  
    e36b29e    to
    2194198      
    Compare
  
    2194198    to
    633bd70      
    Compare
  
    7d33f1b    to
    7a5d1e5      
    Compare
  
    17d7663    to
    9ecf354      
    Compare
  
    9ecf354    to
    b030d85      
    Compare
  
    b030d85    to
    18a4941      
    Compare
  
    18a4941    to
    55332de      
    Compare
  
    55332de    to
    6c4fb77      
    Compare
  
    6c4fb77    to
    aa95009      
    Compare
  
    db152e3    to
    a5d2e5f      
    Compare
  
    a5d2e5f    to
    ea4980c      
    Compare
  
    ea4980c    to
    973490e      
    Compare
  
    
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  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.
  
    
  
    
This PR contains the following updates:
0.17.7->0.17.23Release Notes
guppy-rs/guppy (guppy)
v0.17.23: guppy 0.17.23Compare Source
Changed
cargo_metadataupdated to 0.23.0.v0.17.22: guppy 0.17.22Compare Source
Fixed
Replaced obsolete
doc_auto_cfgwithdoc_cfg, to fix Rust nightly builds with thedoc_cfgflag enabled.v0.17.21: guppy 0.17.21Compare Source
Changed
cargo_metadataupdated to 0.22.0.v0.17.20: guppy 0.17.20Compare Source
Changed
cargo_metadataupdated to 0.21.0.v0.17.19: guppy 0.17.19Compare Source
Changed
cargo_metadataupdated to 0.20.0.cargo_metadata. If you run into an error, please update your nightly toolchain. Nightly versions from at least 2024-07 do not appear to produce invalid metadata.v0.17.18: guppy 0.17.18Compare Source
Added
CargoSet::with_package_resolversupports passing in aPackageResolverfor additional dynamic filtering of dependency edges.CargoSet::target_linksandhost_linksreturn the set ofPackageLinkinstances followed on the target and host platforms, respectively.Thanks to anforowicz for these contributions!
v0.17.17: guppy 0.17.17Compare Source
Added
PlatformEval::target_specsto obtain the list ofTargetSpecinstances backing a platform evaluator. Thanks to anforowicz for the contribution!v0.17.16: guppy 0.17.16Compare Source
Added
BuildTarget::test_by_defaultreturns true if tests are run for a build target by default.BuildTarget::doc_by_defaultreturns true if documentation is enabled for a build target, respectively.Changed
BuildTarget::doc_testsis nowBuildTarget::doctest_by_default. The old name has been deprecated, but is kept around for compatibility.v0.17.15: guppy 0.17.15Compare Source
Added
BuildTarget::tests_enabledandBuildTarget::docs_enabledreturn true if tests and documentation is enabled for a build target, respectively.Changed
BuildTarget::doc_testsis nowBuildTarget::doc_tests_enabled. The old name has been deprecated, but is kept around for compatibility.v0.17.14: guppy 0.17.14Compare Source
Added
MetadataCommand::envadds environment variables to thecargo metadatacommand.Thanks to anforowicz for your first contribution!
v0.17.13: guppy 0.17.13Compare Source
Changed
PlatformSpec::currenttoPlatformSpec::build_targetto indicate that it is determined at build time, not at runtime. The old method is still available but has been marked deprecated.v0.17.12: guppy 0.17.12Compare Source
Added
Added support for custom sparse registries (
sparse+https://...). Thanks to jonhoo for your first contribution!v0.17.11: guppy 0.17.11Compare Source
Added
Added support for the upcoming Cargo resolver version
3:
within guppy,
CargoResolverVersion::V3. Resolver version 3 enables MSRV-awareversion resolution in Cargo.
The portion of dependency resolution that guppy works with (package and feature
resolution) happens after dependency versions have been resolved and
Cargo.lockis refreshed. This means that from guppy's perspective, resolverversion 3 is the same as version 2, and
CargoResolverVersion::V3acts as analias for
CargoResolverVersion::V2.v0.17.10: guppy 0.17.10Compare Source
Changed
cargo_metadataupdated to 0.19.1.v0.17.9: guppy 0.17.9Compare Source
Fixed
Cargo.tomlis within a subdirectory of oneof its members. (This is an uncommon situation, but one that is supported by Cargo.)
Changed
cargo_metadataupdated to 0.19.0.v0.17.8: guppy 0.17.8Compare Source
Fixed
Changed
target-specto 3.2.2.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.