Skip to content

Commit

Permalink
build(deps): bump the patch-updates group
Browse files Browse the repository at this point in the history
Bumps the patch-updates group in /nym-vpn-core with 3 updates: [axum](https://github.com/tokio-rs/axum), [clap](https://github.com/clap-rs/clap) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `axum` from 0.7.5 to 0.7.6
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.7.5...axum-v0.7.6)

Updates `clap` from 4.5.17 to 4.5.18
- [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.17...clap_complete-v4.5.18)

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

---
updated-dependencies:
- dependency-name: axum
  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: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 23, 2024
1 parent 7ab34d2 commit 7d3ba02
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 27 deletions.
66 changes: 41 additions & 25 deletions nym-vpn-core/Cargo.lock

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

4 changes: 2 additions & 2 deletions nym-vpn-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ license = "GPL-3.0-only"

anyhow = "1.0.89"
async-trait = "0.1.81"
axum = { version = "0.7.5" }
axum = { version = "0.7.6" }
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
base64 = "0.22"
base64-url = "3.0.0"
Expand Down Expand Up @@ -88,7 +88,7 @@ sqlx = "0.6.3"
sysinfo = "0.31"
tap = "1.0.1"
tempfile = "3.12"
thiserror = "1.0.63"
thiserror = "1.0.64"
time = "0.3.36"
tokio = { version = "1.39" }
tokio-stream = "0.1.15"
Expand Down

0 comments on commit 7d3ba02

Please sign in to comment.