Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 5 updates (#171)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.40.0` |
| [prost](https://github.com/tokio-rs/prost) | `0.13.1` | `0.13.2` |
| [core-graphics](https://github.com/servo/core-foundation-rs) | `0.23.2` | `0.24.0` |
| [core-foundation](https://github.com/servo/core-foundation-rs) | `0.9.4` | `0.10.0` |
| [cocoa](https://github.com/servo/core-foundation-rs) | `0.25.0` | `0.26.0` |


Updates `tokio` from 1.39.2 to 1.40.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.40.0)

Updates `prost` from 0.13.1 to 0.13.2
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.1...v0.13.2)

Updates `core-graphics` from 0.23.2 to 0.24.0
- [Commits](https://github.com/servo/core-foundation-rs/commits/core-graphics-v0.24.0)

Updates `core-foundation` from 0.9.4 to 0.10.0
- [Commits](servo/core-foundation-rs@core-foundation-v0.9.4...core-foundation-v0.10.0)

Updates `cocoa` from 0.25.0 to 0.26.0
- [Commits](https://github.com/servo/core-foundation-rs/commits/cocoa-v0.26.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: core-graphics
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: core-foundation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cocoa
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Sep 1, 2024
1 parent cb70378 commit ea7123d
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 34 deletions.
62 changes: 36 additions & 26 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ once_cell = "1"
pretty-hex = "0.4.1"
rand_core = { version = "0.6.4", features = ["getrandom"] }
smoltcp = "0.11"
tokio = { version = "1.39.2", features = ["macros", "net", "rt-multi-thread", "sync", "time", "io-util", "process"] }
tokio = { version = "1.40.0", features = ["macros", "net", "rt-multi-thread", "sync", "time", "io-util", "process"] }
boringtun = { version = "0.6", default-features = false }
x25519-dalek = "2.0.0"
console-subscriber = { version = "0.4.0", optional = true }
image = { version = "0.25.2", default-features = false, features = ["png", "tiff"] }
prost = "0.13.1"
prost = "0.13.2"
tokio-util = { version = "0.7.10", features = ["codec"] }
futures-util = { version = "0.3.30", features = ["sink"] }
lru_time_cache = "0.11.11"
Expand Down Expand Up @@ -73,9 +73,9 @@ features = [
[target.'cfg(target_os = "macos")'.dependencies]
security-framework = "2.11.1"
nix = { version = "0.29.0", default-features = false, features = ["fs"] }
core-graphics = "0.23"
core-foundation = "0.9"
cocoa = "0.25"
core-graphics = "0.24"
core-foundation = "0.10"
cocoa = "0.26"
objc = "0.2"
sysinfo = "0.29.10"

Expand Down
2 changes: 1 addition & 1 deletion mitmproxy-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pyo3 = { version = "0.21", features = ["abi3", "abi3-py310", "extension-module",
pyo3-asyncio-0-21 = { version = "0.21", features = ["tokio-runtime"] }
pyo3-log = "0.11.0"
rand_core = { version = "0.6.4", features = ["getrandom"] }
tokio = { version = "1.39", features = ["macros", "net", "rt-multi-thread", "sync"] }
tokio = { version = "1.40", features = ["macros", "net", "rt-multi-thread", "sync"] }
boringtun = "0.6"
tar = "0.4.41"
console-subscriber = { version = "0.4.0", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions mitmproxy-windows/redirector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ publish.workspace = true

[target.'cfg(windows)'.dependencies]
mitmproxy = { path = "../../" }
tokio = { version = "1.39", features = ["macros", "net", "rt-multi-thread", "sync", "io-util"] }
tokio = { version = "1.40", features = ["macros", "net", "rt-multi-thread", "sync", "io-util"] }
anyhow = { version = "1.0.86", features = ["backtrace"] }
windivert = "0.6.0"
lru_time_cache = "0.11.11"
log = "0.4.22"
env_logger = "0.11.5"
prost = "0.13.1"
prost = "0.13.2"
internet-packet = { version = "0.2.0", features = ["checksums"] }

[target.'cfg(windows)'.dev-dependencies]
Expand Down

0 comments on commit ea7123d

Please sign in to comment.