Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: plotly/plotly.rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.13.1
Choose a base ref
...
head repository: plotly/plotly.rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.13.2
Choose a head ref
  • 10 commits
  • 10 files changed
  • 2 contributors

Commits on Jul 7, 2025

  1. fix typo in book example link

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    b55d331 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Update fantoccini requirement from 0.21 to 0.22

    Updates the requirements on [fantoccini](https://github.com/jonhoo/fantoccini) to permit the latest version.
    - [Commits](jonhoo/fantoccini@v0.21.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: fantoccini
      dependency-version: 0.22.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and andrei-ng committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    f18cf7e View commit details
    Browse the repository at this point in the history
  2. Update reqwest requirement from 0.11 to 0.12

    Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
    - [Release notes](https://github.com/seanmonstar/reqwest/releases)
    - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
    - [Commits](seanmonstar/reqwest@v0.11.0...v0.12.22)
    
    ---
    updated-dependencies:
    - dependency-name: reqwest
      dependency-version: 0.12.22
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and andrei-ng committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    97d6788 View commit details
    Browse the repository at this point in the history
  3. Update env_logger requirement from 0.10 to 0.11

    Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version.
    - [Release notes](https://github.com/rust-cli/env_logger/releases)
    - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
    - [Commits](rust-cli/env_logger@v0.10.0...v0.11.8)
    
    ---
    updated-dependencies:
    - dependency-name: env_logger
      dependency-version: 0.11.8
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and andrei-ng committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    4344639 View commit details
    Browse the repository at this point in the history
  4. Update dirs requirement from 5.0 to 6.0

    ---
    updated-dependencies:
    - dependency-name: dirs
      dependency-version: 6.0.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and andrei-ng committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    98aafd7 View commit details
    Browse the repository at this point in the history
  5. cleanup readme

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    b1b0c50 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. Update darling requirement from 0.20 to 0.21

    Updates the requirements on [darling](https://github.com/TedDriggs/darling) to permit the latest version.
    - [Release notes](https://github.com/TedDriggs/darling/releases)
    - [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)
    - [Commits](TedDriggs/darling@v0.20.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: darling
      dependency-version: 0.21.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and andrei-ng committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    68cd7da View commit details
    Browse the repository at this point in the history
  2. fix typo

    andrei-ng committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    597c737 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2025

  1. fix plotly_static docs.rs build

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    7578677 View commit details
    Browse the repository at this point in the history
  2. bump versions

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    dcbfd10 View commit details
    Browse the repository at this point in the history
Loading