From 85a1de4d869b8a15cbf5bb372a10f18625f6d370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:26:25 +0000 Subject: [PATCH] Bump the patches group across 2 directories with 4 updates Bumps the patches group with 4 updates in the /pixie-server directory: [anyhow](https://github.com/dtolnay/anyhow), [env_logger](https://github.com/rust-cli/env_logger), [libc](https://github.com/rust-lang/libc) and [serde_json](https://github.com/serde-rs/json). Bumps the patches group with 3 updates in the /pixie-web directory: [anyhow](https://github.com/dtolnay/anyhow), [libc](https://github.com/rust-lang/libc) and [serde_json](https://github.com/serde-rs/json). Updates `anyhow` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.94...1.0.95) Updates `env_logger` from 0.11.5 to 0.11.6 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.5...v0.11.6) Updates `libc` from 0.2.168 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.168...0.2.169) Updates `serde_json` from 1.0.133 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134) Updates `anyhow` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.94...1.0.95) Updates `libc` from 0.2.168 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.168...0.2.169) Updates `serde_json` from 1.0.133 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: env_logger 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: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: anyhow dependency-type: indirect 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: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] --- pixie-server/Cargo.lock | 16 ++++++++-------- pixie-server/Cargo.toml | 8 ++++---- pixie-web/Cargo.lock | 12 ++++++------ pixie-web/Cargo.toml | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/pixie-server/Cargo.lock b/pixie-server/Cargo.lock index 77dd31d..5fcddb7 100644 --- a/pixie-server/Cargo.lock +++ b/pixie-server/Cargo.lock @@ -92,9 +92,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "arrayref" @@ -430,9 +430,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.5" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" +checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0" dependencies = [ "anstream", "anstyle", @@ -810,9 +810,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.168" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "log" @@ -1181,9 +1181,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", diff --git a/pixie-server/Cargo.toml b/pixie-server/Cargo.toml index b692efe..d1d9530 100644 --- a/pixie-server/Cargo.toml +++ b/pixie-server/Cargo.toml @@ -4,13 +4,13 @@ name = "pixie-server" version = "0.1.0" [dependencies] -anyhow = "1.0.75" +anyhow = "1.0.95" blake3 = "1" clap = { version = "4.5.23", features = ["derive"] } -env_logger = "0.11.5" +env_logger = "0.11.6" interfaces = "0.0.9" ipnet = { version = "2.9.0", features = ["serde"] } -libc = "0.2.168" +libc = "0.2.169" log = "0.4.20" macaddr = { version = "1.0.1", features = ["serde"] } mktemp = "0.5.1" @@ -19,7 +19,7 @@ serde = "1.0.216" serde_derive = "1.0.193" serde_yaml = "0.9" tokio = { version = "1.34.0", features = ["macros", "fs", "rt-multi-thread", "sync", "signal"] } -serde_json = "1.0.108" +serde_json = "1.0.134" hostfile = "1.0.0" hex = "0.4.3" axum = { version = "0.7.2", features = ["ws"] } diff --git a/pixie-web/Cargo.lock b/pixie-web/Cargo.lock index a9ec163..5bb6ab6 100644 --- a/pixie-web/Cargo.lock +++ b/pixie-web/Cargo.lock @@ -43,9 +43,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "approx" @@ -1151,9 +1151,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.168" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "litemap" @@ -1789,9 +1789,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", diff --git a/pixie-web/Cargo.toml b/pixie-web/Cargo.toml index ea483b2..7050151 100644 --- a/pixie-web/Cargo.toml +++ b/pixie-web/Cargo.toml @@ -14,5 +14,5 @@ log = "0.4.22" #macaddr = "1.0.1" pixie-shared = { version = "0.1.0", path = "../pixie-shared", features = ["macaddr", "std"] } reqwest = { version = "0.12.7", default-features = false, features = ["stream"] } -serde_json = "1.0.128" +serde_json = "1.0.134" thaw = { version = "0.3.4", features = ["csr"] }