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 the cargo-dependencies group across 1 directory with 10 updates #1263

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the cargo-dependencies group with 10 updates in the / directory:

Package From To
candid 0.10.12 0.10.13
clap-num 1.1.1 1.2.0
clap 4.5.26 4.5.27
clap_complete 4.5.42 4.5.44
fs-err 3.0.0 3.1.0
ic-agent 0.39.2 0.39.3
ic-transport-types 0.39.2 0.39.3
ic-utils 0.39.2 0.39.3
serde_json 1.0.137 1.0.138
tempfile 3.15.0 3.16.0

Updates candid from 0.10.12 to 0.10.13

Changelog

Sourced from candid's changelog.

Candid 0.10.13

  • Add ArgumentEncoder::encode_ref, utils::{write_args, encode_args} that don't consume the value when encoding.

2025-01-15

Commits

Updates clap-num from 1.1.1 to 1.2.0

Release notes

Sourced from clap-num's releases.

Version 1.2.0

Added

  • Added maybe_bin and maybe_bin_range for binary numbers.
Changelog

Sourced from clap-num's changelog.

[1.2.0] - 2025-01-22

Added

  • Added maybe_bin and maybe_bin_range for binary numbers.
Commits
  • 7e70a75 version: 1.1.1 -> 1.2.0
  • 76ec4b8 maybe_bin: add a multi-digit positive path test
  • 7f21f98 feat: added maybe_bin and maybe_bin_range to crate
  • 729af08 Fix new clippy lints
  • See full diff in compare view

Updates clap from 4.5.26 to 4.5.27

Release notes

Sourced from clap's releases.

v4.5.27

[4.5.27] - 2025-01-20

Documentation

  • Iterate on tutorials and reference based on feedback
Changelog

Sourced from clap's changelog.

[4.5.27] - 2025-01-20

Documentation

  • Iterate on tutorials and reference based on feedback
Commits

Updates clap_complete from 4.5.42 to 4.5.44

Commits
  • 8e2c2c5 chore: Release
  • 427d4fc docs: Update changelog
  • 3b99593 Merge pull request #5896 from epage/env
  • f5fc765 feat(complete): Provide a way to disable env completions
  • c4105bd chore: Release
  • a029b20 docs: Update changelog
  • cf15d48 Merge pull request #5893 from 8LWXpg/patch-2
  • 7e54542 Merge pull request #5892 from 8LWXpg/patch-1
  • 6ffc88f fix(complete): Check if help string is empty
  • 7d8470e fix(complete): Fix single quote escaping in PowerShell
  • Additional commits viewable in compare view

Updates fs-err from 3.0.0 to 3.1.0

Changelog

Sourced from fs-err's changelog.

3.1.0

  • Added new wrappers for create_new and options functions on File (#69)
Commits

Updates ic-agent from 0.39.2 to 0.39.3

Release notes

Sourced from ic-agent's releases.

9ebf631

No release notes provided.

a96022b

No release notes provided.

446bea4

No release notes provided.

a651dbb

No release notes provided.

0a51f2a

No release notes provided.

9c80fb4

No release notes provided.

68aa5f2

No release notes provided.

48005c7

No release notes provided.

f1caf8a

No release notes provided.

86c4a43

No release notes provided.

f76fecf

No release notes provided.

a53948e

No release notes provided.

b95effb

No release notes provided.

03f8823

No release notes provided.

3f4cbcb

No release notes provided.

705f23f

No release notes provided.

fd670f3

What's Changed

... (truncated)

Changelog

Sourced from ic-agent's changelog.

[0.39.3] - 2025-01-21

  • Added wasm_memory_threshold field to CanisterSettings.

  • Added CanisterInfo to MgmtMethod.

  • Extended RouteProvider trait with fn routes_stats(), returning the number of total and healthy routes.

Commits

Updates ic-transport-types from 0.39.2 to 0.39.3

Release notes

Sourced from ic-transport-types's releases.

9ebf631

No release notes provided.

a96022b

No release notes provided.

446bea4

No release notes provided.

a651dbb

No release notes provided.

0a51f2a

No release notes provided.

9c80fb4

No release notes provided.

68aa5f2

No release notes provided.

48005c7

No release notes provided.

f1caf8a

No release notes provided.

86c4a43

No release notes provided.

f76fecf

No release notes provided.

a53948e

No release notes provided.

b95effb

No release notes provided.

03f8823

No release notes provided.

3f4cbcb

No release notes provided.

705f23f

No release notes provided.

fd670f3

What's Changed

... (truncated)

Changelog

Sourced from ic-transport-types's changelog.

[0.39.3] - 2025-01-21

  • Added wasm_memory_threshold field to CanisterSettings.

  • Added CanisterInfo to MgmtMethod.

  • Extended RouteProvider trait with fn routes_stats(), returning the number of total and healthy routes.

Commits

Updates ic-utils from 0.39.2 to 0.39.3

Release notes

Sourced from ic-utils's releases.

9ebf631

No release notes provided.

a96022b

No release notes provided.

446bea4

No release notes provided.

a651dbb

No release notes provided.

0a51f2a

No release notes provided.

9c80fb4

No release notes provided.

68aa5f2

No release notes provided.

48005c7

No release notes provided.

f1caf8a

No release notes provided.

86c4a43

No release notes provided.

f76fecf

No release notes provided.

a53948e

No release notes provided.

b95effb

No release notes provided.

03f8823

No release notes provided.

3f4cbcb

No release notes provided.

705f23f

No release notes provided.

fd670f3

What's Changed

... (truncated)

Changelog

Sourced from ic-utils's changelog.

[0.39.3] - 2025-01-21

  • Added wasm_memory_threshold field to CanisterSettings.

  • Added CanisterInfo to MgmtMethod.

  • Extended RouteProvider trait with fn routes_stats(), returning the number of total and healthy routes.

Commits

Updates serde_json from 1.0.137 to 1.0.138

Release notes

Sourced from serde_json's releases.

v1.0.138

  • Documentation improvements
Commits
  • c916099 Release 1.0.138
  • dc29e48 Move BufReader to caller
  • 29122f9 Sort imports from PR 1237
  • d33c1b5 Merge pull request #1237 from JonathanBrouwer/master
  • 8c2d800 Add more warnings to apply buffering on docs of affected functions
  • 65bbd1a Fix example of from_reader not applying buffering when it should
  • 87f78da More precise gitignore patterns
  • 4134f11 Remove *.sw[po] from gitignore
  • c7626db Remove **/*.rs.bk from project-specific gitignore
  • See full diff in compare view

Updates tempfile from 3.15.0 to 3.16.0

Changelog

Sourced from tempfile's changelog.

3.16.0

  • Update getrandom to 0.3.0 (thanks to @​paolobarbolini).
  • Allow windows-sys versions 0.59.x in addition to 0.59.0 (thanks @​ErichDonGubler).
  • Improved security documentation (thanks to @​n0toose for collaborating with me on this).
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…h 10 updates

Bumps the cargo-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [candid](https://github.com/dfinity/candid) | `0.10.12` | `0.10.13` |
| [clap-num](https://github.com/newAM/clap-num) | `1.1.1` | `1.2.0` |
| [clap](https://github.com/clap-rs/clap) | `4.5.26` | `4.5.27` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.42` | `4.5.44` |
| [fs-err](https://github.com/andrewhickman/fs-err) | `3.0.0` | `3.1.0` |
| [ic-agent](https://github.com/dfinity/agent-rs) | `0.39.2` | `0.39.3` |
| [ic-transport-types](https://github.com/dfinity/agent-rs) | `0.39.2` | `0.39.3` |
| [ic-utils](https://github.com/dfinity/agent-rs) | `0.39.2` | `0.39.3` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.137` | `1.0.138` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.15.0` | `3.16.0` |



Updates `candid` from 0.10.12 to 0.10.13
- [Release notes](https://github.com/dfinity/candid/releases)
- [Changelog](https://github.com/dfinity/candid/blob/master/Changelog.md)
- [Commits](https://github.com/dfinity/candid/commits)

Updates `clap-num` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/newAM/clap-num/releases)
- [Changelog](https://github.com/newAM/clap-num/blob/main/CHANGELOG.md)
- [Commits](newAM/clap-num@1.1.1...1.2.0)

Updates `clap` from 4.5.26 to 4.5.27
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.26...clap_complete-v4.5.27)

Updates `clap_complete` from 4.5.42 to 4.5.44
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.42...clap_complete-v4.5.44)

Updates `fs-err` from 3.0.0 to 3.1.0
- [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md)
- [Commits](andrewhickman/fs-err@3.0.0...3.1.0)

Updates `ic-agent` from 0.39.2 to 0.39.3
- [Release notes](https://github.com/dfinity/agent-rs/releases)
- [Changelog](https://github.com/dfinity/agent-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dfinity/agent-rs/commits)

Updates `ic-transport-types` from 0.39.2 to 0.39.3
- [Release notes](https://github.com/dfinity/agent-rs/releases)
- [Changelog](https://github.com/dfinity/agent-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dfinity/agent-rs/commits)

Updates `ic-utils` from 0.39.2 to 0.39.3
- [Release notes](https://github.com/dfinity/agent-rs/releases)
- [Changelog](https://github.com/dfinity/agent-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dfinity/agent-rs/commits)

Updates `serde_json` from 1.0.137 to 1.0.138
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.137...v1.0.138)

Updates `tempfile` from 3.15.0 to 3.16.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.15.0...v3.16.0)

---
updated-dependencies:
- dependency-name: candid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap-num
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: fs-err
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: ic-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: ic-transport-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: ic-utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 3, 2025 07:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 3, 2025
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.

0 participants