Skip to content

Commit

Permalink
Bump the patch-updates group across 1 directory with 6 updates (#1421)
Browse files Browse the repository at this point in the history
Bumps the patch-updates group with 6 updates in the /nym-vpn-core directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.90` | `1.0.91` |
| [clap](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.20` |
| [futures](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [libc](https://github.com/rust-lang/libc) | `0.2.158` | `0.2.161` |
| [serde](https://github.com/serde-rs/serde) | `1.0.211` | `1.0.214` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `1.0.65` |



Updates `anyhow` from 1.0.90 to 1.0.91
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.90...1.0.91)

Updates `clap` from 4.5.18 to 4.5.20
- [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.18...clap_complete-v4.5.20)

Updates `futures` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

Updates `libc` from 0.2.158 to 0.2.161
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.161/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.158...0.2.161)

Updates `serde` from 1.0.211 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.211...v1.0.214)

Updates `thiserror` from 1.0.64 to 1.0.65
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.64...1.0.65)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and jmwample committed Oct 30, 2024
1 parent 9915573 commit a5ccc5a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
68 changes: 34 additions & 34 deletions nym-vpn-core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions nym-vpn-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ edition = "2021"
license = "GPL-3.0-only"

[workspace.dependencies]
anyhow = "1.0.89"
anyhow = "1.0.91"
async-trait = "0.1.83"
backon = "1.2"
base64 = "0.22"
Expand All @@ -73,7 +73,7 @@ clap = "4.5"
dbus = "0.9"
dirs = "5.0.1"
duct = "0.13"
futures = "0.3.30"
futures = "0.3.31"
hex = "0.4"
hickory-resolver = "0.24.1"
http = "0.2.12" # version compatible with tonic
Expand Down Expand Up @@ -104,7 +104,7 @@ sysinfo = "0.31"
system-configuration = "0.6"
tap = "1.0.1"
tempfile = "3.13"
thiserror = "1.0.64"
thiserror = "1.0.65"
time = "0.3.36"
tokio = { version = "1.39" }
tokio-stream = "0.1.15"
Expand Down

0 comments on commit a5ccc5a

Please sign in to comment.