Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package himmelblau for openSUSE:Factory checked in at 2026-02-06 21:29:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/himmelblau (Old) and /work/SRC/openSUSE:Factory/.himmelblau.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "himmelblau" Fri Feb 6 21:29:17 2026 rev:42 rq:1331730 version:2.3.4+git0.db5df80 Changes: -------- --- /work/SRC/openSUSE:Factory/himmelblau/himmelblau.changes 2026-02-03 21:33:23.241376798 +0100 +++ /work/SRC/openSUSE:Factory/.himmelblau.new.1670/himmelblau.changes 2026-02-06 21:29:18.235588980 +0100 @@ -1,0 +2,9 @@ +Fri Feb 06 16:58:20 UTC 2026 - David Mulder <[email protected]> + +- Update to version 2.3.4+git0.db5df80: + * Version 2.3.4 + * cargo vet + * deps(rust): bump the all-cargo-updates group across 1 directory with 8 updates + * Revert sketching update (which breaks SLE16 build) + +------------------------------------------------------------------- Old: ---- himmelblau-2.3.3+git0.25e8b73.tar.bz2 New: ---- himmelblau-2.3.4+git0.db5df80.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ himmelblau.spec ++++++ --- /var/tmp/diff_new_pack.GYBdQD/_old 2026-02-06 21:29:20.939702479 +0100 +++ /var/tmp/diff_new_pack.GYBdQD/_new 2026-02-06 21:29:20.943702647 +0100 @@ -30,7 +30,7 @@ %endif Name: himmelblau -Version: 2.3.3+git0.25e8b73 +Version: 2.3.4+git0.db5df80 Release: 0 Summary: Interoperability suite for Microsoft Azure Entra Id License: GPL-3.0-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.GYBdQD/_old 2026-02-06 21:29:21.027706173 +0100 +++ /var/tmp/diff_new_pack.GYBdQD/_new 2026-02-06 21:29:21.035706509 +0100 @@ -2,7 +2,7 @@ <service name="tar_scm" mode="manual"> <param name="url">https://github.com/himmelblau-idm/himmelblau.git</param> <param name="scm">git</param> - <param name="revision">2.3.3</param> + <param name="revision">2.3.4</param> <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param> <param name="versionrewrite-pattern">himmelblau-(.*)</param> <param name="versionrewrite-replacement">\1</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.GYBdQD/_old 2026-02-06 21:29:21.067707852 +0100 +++ /var/tmp/diff_new_pack.GYBdQD/_new 2026-02-06 21:29:21.075708188 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/himmelblau-idm/himmelblau.git</param> - <param name="changesrevision">25e8b73248125e79ea92f97ce78a35a33e924729</param></service></servicedata> + <param name="changesrevision">db5df809518ae4bb0d5aaeec0a963fb72b0e96ce</param></service></servicedata> (No newline at EOF) ++++++ himmelblau-2.3.3+git0.25e8b73.tar.bz2 -> himmelblau-2.3.4+git0.db5df80.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/himmelblau-2.3.3+git0.25e8b73/Cargo.lock new/himmelblau-2.3.4+git0.db5df80/Cargo.lock --- old/himmelblau-2.3.3+git0.25e8b73/Cargo.lock 2026-02-02 17:40:50.000000000 +0100 +++ new/himmelblau-2.3.4+git0.db5df80/Cargo.lock 2026-02-04 18:37:43.000000000 +0100 @@ -4,7 +4,7 @@ [[package]] name = "aad-tool" -version = "2.3.3" +version = "2.3.4" dependencies = [ "anyhow", "broker-client", @@ -307,6 +307,28 @@ ] [[package]] +name = "async-stream" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" +dependencies = [ + "async-stream-impl", + "futures-core", + "pin-project-lite", +] + +[[package]] +name = "async-stream-impl" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] name = "async-task" version = "4.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -387,25 +409,72 @@ [[package]] name = "axum" +version = "0.7.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" +dependencies = [ + "async-trait", + "axum-core 0.4.5", + "bytes", + "futures-util", + "http", + "http-body", + "http-body-util", + "itoa", + "matchit 0.7.3", + "memchr", + "mime", + "percent-encoding", + "pin-project-lite", + "rustversion", + "serde", + "sync_wrapper", + "tower 0.5.2", + "tower-layer", + "tower-service", +] + +[[package]] +name = "axum" version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" dependencies = [ - "axum-core", + "axum-core 0.5.5", "bytes", "futures-util", "http", "http-body", "http-body-util", "itoa", - "matchit", + "matchit 0.8.4", "memchr", "mime", "percent-encoding", "pin-project-lite", "serde_core", "sync_wrapper", - "tower", + "tower 0.5.2", + "tower-layer", + "tower-service", +] + +[[package]] +name = "axum-core" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" +dependencies = [ + "async-trait", + "bytes", + "futures-util", + "http", + "http-body", + "http-body-util", + "mime", + "pin-project-lite", + "rustversion", + "sync_wrapper", "tower-layer", "tower-service", ] @@ -618,7 +687,7 @@ [[package]] name = "broker" -version = "2.3.3" +version = "2.3.4" dependencies = [ "dbus", "himmelblau_unix_common", @@ -629,7 +698,7 @@ [[package]] name = "broker-client" -version = "2.3.3" +version = "2.3.4" dependencies = [ "serde_json", "zbus", @@ -655,9 +724,9 @@ [[package]] name = "bytes" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "c-types" @@ -686,7 +755,7 @@ dependencies = [ "clap", "heck", - "indexmap", + "indexmap 2.12.1", "log", "proc-macro2", "quote", @@ -699,9 +768,9 @@ [[package]] name = "cc" -version = "1.2.53" +version = "1.2.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932" +checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29" dependencies = [ "find-msvc-tools", "jobserver", @@ -766,9 +835,9 @@ [[package]] name = "clap" -version = "4.5.54" +version = "4.5.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" +checksum = "a75ca66430e33a14957acc24c5077b503e7d374151b2b4b3a10c83b4ceb4be0e" dependencies = [ "clap_builder", "clap_derive", @@ -776,9 +845,9 @@ [[package]] name = "clap_builder" -version = "4.5.54" +version = "4.5.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" +checksum = "793207c7fa6300a0608d1080b858e5fdbe713cdc1c8db9fb17777d8a13e63df0" dependencies = [ "anstream", "anstyle", @@ -797,9 +866,9 @@ [[package]] name = "clap_derive" -version = "4.5.49" +version = "4.5.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" +checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" dependencies = [ "heck", "proc-macro2", @@ -868,9 +937,9 @@ checksum = "e8599749b6667e2f0c910c1d0dff6901163ff698a52d5a39720f61b5be4b20d3" dependencies = [ "futures-core", - "prost", + "prost 0.14.1", "prost-types", - "tonic", + "tonic 0.14.3", "tonic-prost", "tracing-core", ] @@ -888,14 +957,14 @@ "hdrhistogram", "humantime", "hyper-util", - "prost", + "prost 0.14.1", "prost-types", "serde", "serde_json", "thread_local", "tokio", "tokio-stream", - "tonic", + "tonic 0.14.3", "tracing", "tracing-core", "tracing-subscriber", @@ -1432,7 +1501,7 @@ checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -1507,9 +1576,9 @@ [[package]] name = "find-msvc-tools" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db" +checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "flagset" @@ -1716,16 +1785,6 @@ ] [[package]] -name = "gethostname" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" -dependencies = [ - "rustix 1.1.3", - "windows-link 0.2.1", -] - -[[package]] name = "getopts" version = "0.2.23" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1800,7 +1859,7 @@ "futures-core", "futures-sink", "http", - "indexmap", + "indexmap 2.12.1", "slab", "tokio", "tokio-util", @@ -1819,6 +1878,12 @@ [[package]] name = "hashbrown" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" + +[[package]] +name = "hashbrown" version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" @@ -1884,7 +1949,7 @@ [[package]] name = "himmelblau-fuzz" -version = "2.3.3" +version = "2.3.4" dependencies = [ "arbitrary", "himmelblau_unix_common", @@ -1896,7 +1961,7 @@ [[package]] name = "himmelblau_policies" -version = "2.3.3" +version = "2.3.4" dependencies = [ "anyhow", "async-trait", @@ -1918,7 +1983,7 @@ [[package]] name = "himmelblau_unix_common" -version = "2.3.3" +version = "2.3.4" dependencies = [ "anyhow", "async-trait", @@ -1959,7 +2024,7 @@ [[package]] name = "himmelblaud" -version = "2.3.3" +version = "2.3.4" dependencies = [ "async-trait", "base64 0.22.1", @@ -2341,7 +2406,7 @@ [[package]] name = "idmap" -version = "2.3.3" +version = "2.3.4" dependencies = [ "bindgen 0.72.1", "cc", @@ -2373,6 +2438,16 @@ [[package]] name = "indexmap" +version = "1.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" +dependencies = [ + "autocfg", + "hashbrown 0.12.3", +] + +[[package]] +name = "indexmap" version = "2.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" @@ -2893,6 +2968,12 @@ [[package]] name = "matchit" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" + +[[package]] +name = "matchit" version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" @@ -3052,7 +3133,7 @@ [[package]] name = "nss_himmelblau" -version = "2.3.3" +version = "2.3.4" dependencies = [ "himmelblau_unix_common", "lazy_static", @@ -3089,9 +3170,9 @@ [[package]] name = "num-conv" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" +checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" [[package]] name = "num-derive" @@ -3158,7 +3239,7 @@ [[package]] name = "o365" -version = "2.3.3" +version = "2.3.4" dependencies = [ "anyhow", "reqwest", @@ -3237,23 +3318,23 @@ [[package]] name = "opentelemetry" -version = "0.31.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b84bcd6ae87133e903af7ef497404dda70c60d0ea14895fc8a5e6722754fc2a0" +checksum = "ab70038c28ed37b97d8ed414b6429d343a8bbf44c9f79ec854f3a643029ba6d7" dependencies = [ "futures-core", "futures-sink", "js-sys", "pin-project-lite", - "thiserror 2.0.17", + "thiserror 1.0.69", "tracing", ] [[package]] name = "opentelemetry-http" -version = "0.31.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7a6d09a73194e6b66df7c8f1b680f156d916a1a942abf2de06823dd02b7855d" +checksum = "10a8a7f5f6ba7c1b286c2fbca0454eaba116f63bbe69ed250b642d36fbb04d80" dependencies = [ "async-trait", "bytes", @@ -3263,56 +3344,61 @@ [[package]] name = "opentelemetry-otlp" -version = "0.31.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a2366db2dca4d2ad033cad11e6ee42844fd727007af5ad04a1730f4cb8163bf" +checksum = "91cf61a1868dacc576bf2b2a1c3e9ab150af7272909e80085c3173384fe11f76" dependencies = [ + "async-trait", + "futures-core", "http", "opentelemetry", "opentelemetry-http", "opentelemetry-proto", "opentelemetry_sdk", - "prost", + "prost 0.13.5", "serde", - "thiserror 2.0.17", + "thiserror 1.0.69", "tokio", - "tonic", + "tonic 0.12.3", ] [[package]] name = "opentelemetry-proto" -version = "0.31.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7175df06de5eaee9909d4805a3d07e28bb752c34cab57fa9cff549da596b30f" +checksum = "a6e05acbfada5ec79023c85368af14abd0b307c015e9064d249b2a950ef459a6" dependencies = [ "opentelemetry", "opentelemetry_sdk", - "prost", - "tonic", - "tonic-prost", + "prost 0.13.5", + "tonic 0.12.3", ] [[package]] name = "opentelemetry-semantic-conventions" -version = "0.31.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e62e29dfe041afb8ed2a6c9737ab57db4907285d999ef8ad3a59092a36bdc846" +checksum = "bc1b6902ff63b32ef6c489e8048c5e253e2e4a803ea3ea7e783914536eb15c52" [[package]] name = "opentelemetry_sdk" -version = "0.31.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14ae4f5991976fd48df6d843de219ca6d31b01daaab2dad5af2badeded372bd" +checksum = "231e9d6ceef9b0b2546ddf52335785ce41252bc7474ee8ba05bfad277be13ab8" dependencies = [ + "async-trait", "futures-channel", "futures-executor", "futures-util", + "glob", "opentelemetry", "percent-encoding", - "rand 0.9.2", - "thiserror 2.0.17", + "rand 0.8.5", + "serde_json", + "thiserror 1.0.69", "tokio", "tokio-stream", + "tracing", ] [[package]] @@ -3366,7 +3452,7 @@ [[package]] name = "pam_himmelblau" -version = "2.3.3" +version = "2.3.4" dependencies = [ "himmelblau_unix_common", "libc", @@ -3783,12 +3869,35 @@ [[package]] name = "prost" +version = "0.13.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" +dependencies = [ + "bytes", + "prost-derive 0.13.5", +] + +[[package]] +name = "prost" version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d" dependencies = [ "bytes", - "prost-derive", + "prost-derive 0.14.1", +] + +[[package]] +name = "prost-derive" +version = "0.13.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" +dependencies = [ + "anyhow", + "itertools", + "proc-macro2", + "quote", + "syn 2.0.101", ] [[package]] @@ -3810,7 +3919,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72" dependencies = [ - "prost", + "prost 0.14.1", ] [[package]] @@ -3831,7 +3940,7 @@ [[package]] name = "qr-greeter" -version = "2.3.3" +version = "2.3.4" [[package]] name = "quinn" @@ -3885,7 +3994,7 @@ "once_cell", "socket2 0.5.9", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -3973,9 +4082,9 @@ [[package]] name = "regex" -version = "1.12.2" +version = "1.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" +checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" dependencies = [ "aho-corasick", "memchr", @@ -4038,7 +4147,7 @@ "tokio", "tokio-native-tls", "tokio-rustls", - "tower", + "tower 0.5.2", "tower-http", "tower-service", "url", @@ -4168,7 +4277,7 @@ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -4339,7 +4448,7 @@ [[package]] name = "selinux" -version = "2.3.3" +version = "2.3.4" [[package]] name = "semver" @@ -4555,11 +4664,10 @@ [[package]] name = "sketching" -version = "1.8.5" +version = "1.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1f2c980b1e968594993bb0768e84c1e29ad2e3ad2e0df0d2648cad9fb574f00" +checksum = "d06088f4ce7d395e3489507cff25e2eb7ace732117f9a1b95d2365f153dc3aa2" dependencies = [ - "gethostname", "num_enum", "opentelemetry", "opentelemetry-otlp", @@ -4626,7 +4734,7 @@ [[package]] name = "sshd-config" -version = "2.3.3" +version = "2.3.4" [[package]] name = "sshkey-attest" @@ -4637,7 +4745,7 @@ [[package]] name = "sso" -version = "2.3.3" +version = "2.3.4" dependencies = [ "broker-client", "clap", @@ -4845,9 +4953,9 @@ [[package]] name = "time" -version = "0.3.45" +version = "0.3.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd" +checksum = "9da98b7d9b7dad93488a84b8248efc35352b0b2657397d4167e7ad67e5d535e5" dependencies = [ "deranged", "itoa", @@ -4860,15 +4968,15 @@ [[package]] name = "time-core" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b36ee98fd31ec7426d599183e8fe26932a8dc1fb76ddb6214d05493377d34ca" +checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" [[package]] name = "time-macros" -version = "0.2.25" +version = "0.2.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e552d1249bf61ac2a52db88179fd0673def1e1ad8243a00d9ec9ed71fee3dd" +checksum = "78cc610bac2dcee56805c99642447d4c5dbde4d01f752ffea0199aee1f601dc4" dependencies = [ "num-conv", "time-core", @@ -5020,7 +5128,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" dependencies = [ - "indexmap", + "indexmap 2.12.1", "serde", "serde_spanned", "toml_datetime", @@ -5036,12 +5144,42 @@ [[package]] name = "tonic" -version = "0.14.2" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" +dependencies = [ + "async-stream", + "async-trait", + "axum 0.7.9", + "base64 0.22.1", + "bytes", + "h2", + "http", + "http-body", + "http-body-util", + "hyper", + "hyper-timeout", + "hyper-util", + "percent-encoding", + "pin-project", + "prost 0.13.5", + "socket2 0.5.9", + "tokio", + "tokio-stream", + "tower 0.4.13", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "tonic" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203" +checksum = "a286e33f82f8a1ee2df63f4fa35c0becf4a85a0cb03091a15fd7bf0b402dc94a" dependencies = [ "async-trait", - "axum", + "axum 0.8.6", "base64 0.22.1", "bytes", "h2", @@ -5057,7 +5195,7 @@ "sync_wrapper", "tokio", "tokio-stream", - "tower", + "tower 0.5.2", "tower-layer", "tower-service", "tracing", @@ -5070,8 +5208,28 @@ checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67" dependencies = [ "bytes", - "prost", - "tonic", + "prost 0.14.1", + "tonic 0.14.3", +] + +[[package]] +name = "tower" +version = "0.4.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" +dependencies = [ + "futures-core", + "futures-util", + "indexmap 1.9.3", + "pin-project", + "pin-project-lite", + "rand 0.8.5", + "slab", + "tokio", + "tokio-util", + "tower-layer", + "tower-service", + "tracing", ] [[package]] @@ -5082,7 +5240,7 @@ dependencies = [ "futures-core", "futures-util", - "indexmap", + "indexmap 2.12.1", "pin-project-lite", "slab", "sync_wrapper", @@ -5106,7 +5264,7 @@ "http-body", "iri-string", "pin-project-lite", - "tower", + "tower 0.5.2", "tower-layer", "tower-service", ] @@ -5157,9 +5315,9 @@ [[package]] name = "tracing-forest" -version = "0.3.1" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f09cb459317a3811f76644334473239d696cd8efc606963ae7d1c308cead3b74" +checksum = "3298fe855716711a00474eceb89cc7dc254bbe67f6bc4afafdeec5f0c538771c" dependencies = [ "smallvec", "thiserror 2.0.17", @@ -5182,12 +5340,14 @@ [[package]] name = "tracing-opentelemetry" -version = "0.32.1" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ac28f2d093c6c477eaa76b23525478f38de514fa9aeb1285738d4b97a9552fc" +checksum = "97a971f6058498b5c0f1affa23e7ea202057a7301dbff68e968b2d578bcbd053" dependencies = [ "js-sys", + "once_cell", "opentelemetry", + "opentelemetry_sdk", "smallvec", "tracing", "tracing-core", @@ -5345,9 +5505,9 @@ [[package]] name = "uuid" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" +checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" dependencies = [ "getrandom 0.3.3", "js-sys", @@ -5572,7 +5732,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/himmelblau-2.3.3+git0.25e8b73/Cargo.toml new/himmelblau-2.3.4+git0.db5df80/Cargo.toml --- old/himmelblau-2.3.3+git0.25e8b73/Cargo.toml 2026-02-02 17:40:50.000000000 +0100 +++ new/himmelblau-2.3.4+git0.db5df80/Cargo.toml 2026-02-04 18:37:43.000000000 +0100 @@ -33,7 +33,7 @@ picky-krb = { path = "src/picky-krb" } [workspace.package] -version = "2.3.3" +version = "2.3.4" authors = [ "David Mulder <[email protected]>" ] @@ -92,7 +92,7 @@ openssl = "^0.10.75" rand = "^0.9.2" tss-esapi = "^7.2.0" -sketching = "~1.8.5" +sketching = "~1.7.4" tracing-forest = "^0.1.6" rusqlite = "^0.37.0" hashbrown = { version = "0.16.1", features = ["serde", "inline-more"] } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/himmelblau-2.3.3+git0.25e8b73/supply-chain/audits.toml new/himmelblau-2.3.4+git0.db5df80/supply-chain/audits.toml --- old/himmelblau-2.3.3+git0.25e8b73/supply-chain/audits.toml 2026-02-02 17:40:50.000000000 +0100 +++ new/himmelblau-2.3.4+git0.db5df80/supply-chain/audits.toml 2026-02-04 18:37:43.000000000 +0100 @@ -162,6 +162,11 @@ [[audits.cc]] who = "David Mulder <[email protected]>" criteria = "safe-to-deploy" +version = "1.2.55" + +[[audits.cc]] +who = "David Mulder <[email protected]>" +criteria = "safe-to-deploy" delta = "1.2.41 -> 1.2.44" [[audits.chrono]] @@ -229,6 +234,11 @@ criteria = "safe-to-deploy" version = "0.1.8" +[[audits.find-msvc-tools]] +who = "David Mulder <[email protected]>" +criteria = "safe-to-deploy" +version = "0.1.9" + [[audits.foldhash]] who = "David Mulder <[email protected]>" criteria = "safe-to-deploy" @@ -294,6 +304,11 @@ criteria = "safe-to-deploy" version = "0.8.6" +[[audits.num-conv]] +who = "David Mulder <[email protected]>" +criteria = "safe-to-deploy" +version = "0.2.0" + [[audits.num_enum]] who = "David Mulder <[email protected]>" criteria = "safe-to-deploy" @@ -322,6 +337,11 @@ [[audits.opentelemetry]] who = "David Mulder <[email protected]>" criteria = "safe-to-deploy" +version = "0.27.1" + +[[audits.opentelemetry]] +who = "David Mulder <[email protected]>" +criteria = "safe-to-deploy" version = "0.31.0" [[audits.opentelemetry-http]] @@ -332,21 +352,41 @@ [[audits.opentelemetry-otlp]] who = "David Mulder <[email protected]>" criteria = "safe-to-deploy" +version = "0.27.0" + +[[audits.opentelemetry-otlp]] +who = "David Mulder <[email protected]>" +criteria = "safe-to-deploy" version = "0.31.0" [[audits.opentelemetry-proto]] who = "David Mulder <[email protected]>" criteria = "safe-to-deploy" +version = "0.27.0" + +[[audits.opentelemetry-proto]] +who = "David Mulder <[email protected]>" +criteria = "safe-to-deploy" version = "0.31.0" [[audits.opentelemetry-semantic-conventions]] who = "David Mulder <[email protected]>" criteria = "safe-to-deploy" +version = "0.27.0" + +[[audits.opentelemetry-semantic-conventions]] +who = "David Mulder <[email protected]>" +criteria = "safe-to-deploy" version = "0.31.0" [[audits.opentelemetry_sdk]] who = "David Mulder <[email protected]>" criteria = "safe-to-deploy" +version = "0.27.1" + +[[audits.opentelemetry_sdk]] +who = "David Mulder <[email protected]>" +criteria = "safe-to-deploy" version = "0.31.0" [[audits.owo-colors]] @@ -479,16 +519,36 @@ criteria = "safe-to-deploy" version = "0.3.45" +[[audits.time]] +who = "David Mulder <[email protected]>" +criteria = "safe-to-deploy" +version = "0.3.46" + [[audits.time-core]] who = "David Mulder <[email protected]>" criteria = "safe-to-deploy" version = "0.1.7" +[[audits.time-core]] +who = "David Mulder <[email protected]>" +criteria = "safe-to-deploy" +version = "0.1.8" + [[audits.time-macros]] who = "David Mulder <[email protected]>" criteria = "safe-to-deploy" version = "0.2.25" +[[audits.time-macros]] +who = "David Mulder <[email protected]>" +criteria = "safe-to-deploy" +version = "0.2.26" + +[[audits.tonic]] +who = "David Mulder <[email protected]>" +criteria = "safe-to-deploy" +version = "0.14.3" + [[audits.tonic]] who = "David Mulder <[email protected]>" criteria = "safe-to-deploy" @@ -499,6 +559,16 @@ criteria = "safe-to-deploy" version = "0.14.2" +[[audits.tower]] +who = "David Mulder <[email protected]>" +criteria = "safe-to-deploy" +version = "0.4.13" + +[[audits.tracing-forest]] +who = "David Mulder <[email protected]>" +criteria = "safe-to-deploy" +version = "0.2.0" + [[audits.tracing-forest]] who = "David Mulder <[email protected]>" criteria = "safe-to-deploy" @@ -524,6 +594,11 @@ criteria = "safe-to-deploy" delta = "4.2.3 -> 5.4.0" +[[audits.uuid]] +who = "David Mulder <[email protected]>" +criteria = "safe-to-deploy" +version = "1.20.0" + [[audits.zbus]] who = "David Mulder <[email protected]>" criteria = "safe-to-deploy" @@ -1407,7 +1482,7 @@ [[trusted.rustls]] criteria = "safe-to-deploy" -user-id = 4556 +user-id = 4556 # Dirkjan Ochtman (djc) start = "2022-05-18" end = "2026-11-20" @@ -1611,7 +1686,7 @@ [[trusted.tracing-opentelemetry]] criteria = "safe-to-deploy" -user-id = 4556 +user-id = 4556 # Dirkjan Ochtman (djc) start = "2024-05-29" end = "2027-01-20" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/himmelblau-2.3.3+git0.25e8b73/supply-chain/imports.lock new/himmelblau-2.3.4+git0.db5df80/supply-chain/imports.lock --- old/himmelblau-2.3.3+git0.25e8b73/supply-chain/imports.lock 2026-02-02 17:40:50.000000000 +0100 +++ new/himmelblau-2.3.4+git0.db5df80/supply-chain/imports.lock 2026-02-04 18:37:43.000000000 +0100 @@ -83,8 +83,8 @@ user-name = "Nick Fitzgerald" [[publisher.bytes]] -version = "1.11.0" -when = "2025-11-14" +version = "1.11.1" +when = "2026-02-03" user-id = 6741 user-login = "Darksonn" user-name = "Alice Ryhl" @@ -97,15 +97,15 @@ user-name = "Emilio Cobos Álvarez" [[publisher.clap]] -version = "4.5.54" -when = "2026-01-02" +version = "4.5.56" +when = "2026-01-29" user-id = 6743 user-login = "epage" user-name = "Ed Page" [[publisher.clap_builder]] -version = "4.5.54" -when = "2026-01-02" +version = "4.5.56" +when = "2026-01-29" user-id = 6743 user-login = "epage" user-name = "Ed Page" @@ -118,8 +118,8 @@ user-name = "Ed Page" [[publisher.clap_derive]] -version = "4.5.49" -when = "2025-10-13" +version = "4.5.55" +when = "2026-01-27" user-id = 6743 user-login = "epage" user-name = "Ed Page" @@ -351,6 +351,13 @@ user-name = "David Mulder" [[publisher.indexmap]] +version = "1.9.3" +when = "2023-03-24" +user-id = 539 +user-login = "cuviper" +user-name = "Josh Stone" + +[[publisher.indexmap]] version = "2.12.1" when = "2025-11-20" user-id = 539 @@ -572,8 +579,8 @@ user-name = "David Tolnay" [[publisher.regex]] -version = "1.12.2" -when = "2025-10-13" +version = "1.12.3" +when = "2026-02-03" user-id = 189 user-login = "BurntSushi" user-name = "Andrew Gallant" @@ -684,11 +691,11 @@ user-name = "Tony Arcieri" [[publisher.sketching]] -version = "1.8.5" -when = "2025-12-13" -user-id = 31100 -user-login = "Firstyear" -user-name = "Firstyear" +version = "1.7.4" +when = "2025-10-13" +user-id = 127515 +user-login = "yaleman" +user-name = "James Hodgkinson" [[publisher.slab]] version = "0.4.9" @@ -837,6 +844,13 @@ user-login = "seanmonstar" user-name = "Sean McArthur" +[[publisher.tracing-opentelemetry]] +version = "0.28.0" +when = "2024-11-13" +user-id = 4556 +user-login = "djc" +user-name = "Dirkjan Ochtman" + [[publisher.unicode-width]] version = "0.2.1" when = "2025-06-09" @@ -2614,11 +2628,6 @@ criteria = "safe-to-deploy" version = "0.3.22" -[[audits.himmelblau.audits.uuid]] -who = "David Mulder <[email protected]>" -criteria = "safe-to-deploy" -version = "1.19.0" - [[audits.himmelblau.audits.uzers]] who = "David Mulder <[email protected]>" criteria = "safe-to-deploy" @@ -3303,6 +3312,13 @@ """ aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" +[[audits.mozilla.audits.hashbrown]] +who = "Mike Hommey <[email protected]>" +criteria = "safe-to-deploy" +version = "0.12.3" +notes = "This version is used in rust's libstd, so effectively we're already trusting it" +aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" + [[audits.mozilla.audits.hashlink]] who = "Mike Hommey <[email protected]>" criteria = "safe-to-deploy" @@ -3504,16 +3520,6 @@ delta = "0.6.5 -> 0.7.1" aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" -[[audits.mozilla.audits.num-conv]] -who = "Alex Franchuk <[email protected]>" -criteria = "safe-to-deploy" -version = "0.1.0" -notes = """ -Very straightforward, simple crate. No dependencies, unsafe, extern, -side-effectful std functions, etc. -""" -aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" - [[audits.mozilla.audits.num-derive]] who = "Josh Stone <[email protected]>" criteria = "safe-to-deploy" ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/himmelblau/vendor.tar.zst /work/SRC/openSUSE:Factory/.himmelblau.new.1670/vendor.tar.zst differ: char 7, line 1
