Skip to content

Commit

Permalink
Bump the patches group across 2 directories with 4 updates
Browse files Browse the repository at this point in the history
Bumps the patches group with 4 updates in the /pixie-server directory: [clap](https://github.com/clap-rs/clap), [libc](https://github.com/rust-lang/libc), [tokio-stream](https://github.com/tokio-rs/tokio) and [chrono](https://github.com/chronotope/chrono).
Bumps the patches group with 2 updates in the /pixie-web directory: [libc](https://github.com/rust-lang/libc) and [chrono](https://github.com/chronotope/chrono).


Updates `clap` from 4.5.22 to 4.5.23
- [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.22...clap_complete-v4.5.23)

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

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

Updates `chrono` from 0.4.38 to 0.4.39
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.38...v0.4.39)

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

Updates `chrono` from 0.4.38 to 0.4.39
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.38...v0.4.39)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: tokio-stream
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: chrono
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and veluca93 committed Dec 9, 2024
1 parent 9791bd4 commit 75a7c76
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
24 changes: 12 additions & 12 deletions pixie-server/Cargo.lock

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

8 changes: 4 additions & 4 deletions pixie-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ version = "0.1.0"
[dependencies]
anyhow = "1.0.75"
blake3 = "1"
clap = { version = "4.4.11", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
env_logger = "0.11.5"
interfaces = "0.0.9"
ipnet = { version = "2.9.0", features = ["serde"] }
libc = "0.2.150"
libc = "0.2.168"
log = "0.4.20"
macaddr = { version = "1.0.1", features = ["serde"] }
mktemp = "0.5.1"
Expand All @@ -27,8 +27,8 @@ tower-http = { version = "0.6.1", features = ["fs", "compression-gzip", "auth",
bytes = "1.5.0"
http-body-util = "0.1.0"
futures = "0.3.30"
tokio-stream = { version = "0.1.16", features = ["sync"] }
chrono = "0.4.38"
tokio-stream = { version = "0.1.17", features = ["sync"] }
chrono = "0.4.39"

[dependencies.pixie-shared]
path = "../pixie-shared"
Expand Down
8 changes: 4 additions & 4 deletions pixie-web/Cargo.lock

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

0 comments on commit 75a7c76

Please sign in to comment.