Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the 3rdparty group across 1 directory with 10 updates #120

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps the 3rdparty group with 10 updates in the / directory:

Package From To
3rdparty/filesystem 42ea4fc b1982f0
3rdparty/spdlog 6230201 c3aed4b
3rdparty/fmt 74a1872 06948fa
3rdparty/pfs a671429 feeb3e0
3rdparty/json 199dea1 8c391e0
3rdparty/broker 889e440 3dc3aef
3rdparty/IXWebSocket dc8807e 9884c32
3rdparty/vcpkg 3c76dc5 c4467cb
3rdparty/glob 8cd1621 d025092
3rdparty/bpftool 20ce693 c428db1

Updates 3rdparty/filesystem from 42ea4fc to b1982f0

Commits

Updates 3rdparty/spdlog from 6230201 to c3aed4b

Commits

Updates 3rdparty/fmt from 74a1872 to 06948fa

Commits

Updates 3rdparty/pfs from a671429 to feeb3e0

Commits
  • feeb3e0 Add alpine3 docker for testing and missing include
  • 1423d0b src/mem.cpp: replace the deprecated preadv64 by preadv
  • 967c1d5 test/test_utils.hpp: include <sys/types.h> for dev_t
  • 6d0446e Sample handles task enum exceptions better
  • 3571af3 Remove unused include
  • b73c554 Adjust task stat members to newest kernels
  • fd003bf Automatic version bump to v0.9.0
  • 5f68a66 fix: set target_include_directory
  • bb0be73 Update find_package README section
  • a8e2158 Add find_package test when pfs is not installed
  • Additional commits viewable in compare view

Updates 3rdparty/json from 199dea1 to 8c391e0

Commits
  • 8c391e0 Docs: Fix wrong code usage in the Value access section of json_pointer.md (...
  • 01da82e Fix gdb pretty printer (#4343)
  • 97f0bda chore: fix some typos in comments (#4345)
  • c883fb0 Fix for incorrect function name in documentation example (#4342)
  • 377c767 Updated exception handling to catch const reference in out_of_range (#4331)
  • 16b3d84 Fixed an error in the Custom data source example. (#4335)
  • See full diff in compare view

Updates 3rdparty/broker from 889e440 to 3dc3aef

Commits

Updates 3rdparty/IXWebSocket from dc8807e to 9884c32

Commits

Updates 3rdparty/vcpkg from 3c76dc5 to c4467cb

Commits

Updates 3rdparty/glob from 8cd1621 to d025092

Commits

Updates 3rdparty/bpftool from 20ce693 to c428db1

Commits
  • c428db1 sync: Pull latest bpftool changes from kernel
  • 820fac6 bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops.
  • 3432403 sync: Update libbpf submodule
  • b50faf4 sync: Pull latest bpftool changes from kernel
  • 388e94a net: Add additional bit to support clockid_t timestamp type
  • 57ac2d7 bpftool: Un-const bpf_func_info to fix it for llvm 17 and newer
  • 5cd336c bpftool: Fix make dependencies for vmlinux.h
  • 0c50be2 bpftool: Introduce btf c dump sorting
  • 3c36aa1 tools headers: Synchronize linux/bits.h with the kernel sources
  • ccd5c21 sync: Update libbpf submodule
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the 3rdparty group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [3rdparty/filesystem](https://github.com/gulrak/filesystem) | ``42ea4fc`` | ``b1982f0`` |
| [3rdparty/spdlog](https://github.com/gabime/spdlog) | ``6230201`` | ``c3aed4b`` |
| [3rdparty/fmt](https://github.com/fmtlib/fmt) | ``74a1872`` | ``06948fa`` |
| [3rdparty/pfs](https://github.com/dtrugman/pfs) | ``a671429`` | ``feeb3e0`` |
| [3rdparty/json](https://github.com/nlohmann/json) | ``199dea1`` | ``8c391e0`` |
| [3rdparty/broker](https://github.com/zeek/broker) | ``889e440`` | ``3dc3aef`` |
| [3rdparty/IXWebSocket](https://github.com/machinezone/IXWebSocket) | ``dc8807e`` | ``9884c32`` |
| [3rdparty/vcpkg](https://github.com/microsoft/vcpkg) | ``3c76dc5`` | ``c4467cb`` |
| [3rdparty/glob](https://github.com/p-ranav/glob) | ``8cd1621`` | ``d025092`` |
| [3rdparty/bpftool](https://github.com/libbpf/bpftool) | ``20ce693`` | ``c428db1`` |



Updates `3rdparty/filesystem` from `42ea4fc` to `b1982f0`
- [Release notes](https://github.com/gulrak/filesystem/releases)
- [Commits](gulrak/filesystem@42ea4fc...b1982f0)

Updates `3rdparty/spdlog` from `6230201` to `c3aed4b`
- [Release notes](https://github.com/gabime/spdlog/releases)
- [Commits](gabime/spdlog@6230201...c3aed4b)

Updates `3rdparty/fmt` from `74a1872` to `06948fa`
- [Release notes](https://github.com/fmtlib/fmt/releases)
- [Commits](fmtlib/fmt@74a1872...06948fa)

Updates `3rdparty/pfs` from `a671429` to `feeb3e0`
- [Release notes](https://github.com/dtrugman/pfs/releases)
- [Commits](dtrugman/pfs@a671429...feeb3e0)

Updates `3rdparty/json` from `199dea1` to `8c391e0`
- [Release notes](https://github.com/nlohmann/json/releases)
- [Commits](nlohmann/json@199dea1...8c391e0)

Updates `3rdparty/broker` from `889e440` to `3dc3aef`
- [Release notes](https://github.com/zeek/broker/releases)
- [Commits](zeek/broker@889e440...3dc3aef)

Updates `3rdparty/IXWebSocket` from `dc8807e` to `9884c32`
- [Release notes](https://github.com/machinezone/IXWebSocket/releases)
- [Commits](machinezone/IXWebSocket@dc8807e...9884c32)

Updates `3rdparty/vcpkg` from `3c76dc5` to `c4467cb`
- [Release notes](https://github.com/microsoft/vcpkg/releases)
- [Commits](microsoft/vcpkg@3c76dc5...c4467cb)

Updates `3rdparty/glob` from `8cd1621` to `d025092`
- [Release notes](https://github.com/p-ranav/glob/releases)
- [Commits](p-ranav/glob@8cd1621...d025092)

Updates `3rdparty/bpftool` from `20ce693` to `c428db1`
- [Release notes](https://github.com/libbpf/bpftool/releases)
- [Commits](libbpf/bpftool@20ce693...c428db1)

---
updated-dependencies:
- dependency-name: 3rdparty/filesystem
  dependency-type: direct:production
  dependency-group: 3rdparty
- dependency-name: 3rdparty/spdlog
  dependency-type: direct:production
  dependency-group: 3rdparty
- dependency-name: 3rdparty/fmt
  dependency-type: direct:production
  dependency-group: 3rdparty
- dependency-name: 3rdparty/pfs
  dependency-type: direct:production
  dependency-group: 3rdparty
- dependency-name: 3rdparty/json
  dependency-type: direct:production
  dependency-group: 3rdparty
- dependency-name: 3rdparty/broker
  dependency-type: direct:production
  dependency-group: 3rdparty
- dependency-name: 3rdparty/IXWebSocket
  dependency-type: direct:production
  dependency-group: 3rdparty
- dependency-name: 3rdparty/vcpkg
  dependency-type: direct:production
  dependency-group: 3rdparty
- dependency-name: 3rdparty/glob
  dependency-type: direct:production
  dependency-group: 3rdparty
- dependency-name: 3rdparty/bpftool
  dependency-type: direct:production
  dependency-group: 3rdparty
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Jun 24, 2024
@rsmmr rsmmr merged commit 8621056 into main Jul 5, 2024
6 of 7 checks passed
@rsmmr rsmmr deleted the dependabot/submodules/3rdparty-977c9fe0e4 branch July 5, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant