Skip to content

Bump dependencies and update versions in Cargo.toml files #167

Bump dependencies and update versions in Cargo.toml files

Bump dependencies and update versions in Cargo.toml files #167

Triggered via pull request August 18, 2024 07:12
Status Failure
Total duration 1m 10s
Artifacts

build.yml

on: pull_request
build-data
58s
build-data
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 8 warnings
arguments to this function are incorrect: azure-kusto-data/src/connection_string.rs#L365
error[E0308]: arguments to this function are incorrect --> azure-kusto-data/src/connection_string.rs:365:27 | 365 | } => Arc::new(ClientSecretCredential::new( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 366 | azure_core::new_http_client(), 367 | client_authority, | ---------------- argument #2 of type `azure_core::Url` is missing ... 370 | TokenCredentialOptions::default(), | --------------------------------- unexpected argument #5 of type `azure_identity::TokenCredentialOptions` | note: associated function defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/azure_identity-0.20.0/src/token_credentials/client_secret_credentials.rs:43:12 | 43 | pub fn new( | ^^^ help: did you mean | 365 | } => Arc::new(ClientSecretCredential::new(azure_core::new_http_client(), /* azure_core::Url */, client_id, client_secret, client_authority)), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
no function or associated item named `default` found for struct `azure_identity::DefaultAzureCredential` in the current scope: azure-kusto-data/src/connection_string.rs#L351
error[E0599]: no function or associated item named `default` found for struct `azure_identity::DefaultAzureCredential` in the current scope --> azure-kusto-data/src/connection_string.rs:351:79 | 351 | ConnectionStringAuth::Default => Arc::new(DefaultAzureCredential::default()), | ^^^^^^^ function or associated item not found in `DefaultAzureCredential` | note: if you're trying to build a new `azure_identity::DefaultAzureCredential`, consider using `azure_identity::DefaultAzureCredential::create` which returns `std::result::Result<azure_identity::DefaultAzureCredential, azure_core::Error>` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/azure_identity-0.20.0/src/token_credentials/default_credentials.rs:256:5 | 256 | pub fn create(options: TokenCredentialOptions) -> azure_core::Result<DefaultAzureCredential> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
struct `ImdsManagedIdentityCredential` is private: azure-kusto-data/src/connection_string.rs#L14
error[E0603]: struct `ImdsManagedIdentityCredential` is private --> azure-kusto-data/src/connection_string.rs:14:5 | 14 | ImdsManagedIdentityCredential, TokenCredentialOptions, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ private struct | note: the struct `ImdsManagedIdentityCredential` is defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/azure_identity-0.20.0/src/lib.rs:55:9 | 55 | pub use crate::token_credentials::*; | ^^^^^^^^^^^^^^^^^^^^^^^^
build-data
Clippy had exited with the 101 exit code
build-data
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-data
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/clippy-check@v1, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-data
At least one of the FILES, JUNIT_FILES, NUNIT_FILES, XUNIT_FILES, or TRX_FILES options has to be set! Falling back to deprecated default "*.xml"
build-data
Could not find any files for *.xml
build-data
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-data
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-data
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-data
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/