Skip to content

Commit

Permalink
devel/libdatadog: Update to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 9, 2023
1 parent 8732235 commit 166ba3a
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 67 deletions.
2 changes: 1 addition & 1 deletion devel/libdatadog/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libdatadog
PORTVERSION= 2.0.0
PORTVERSION= 2.1.0
DISTVERSIONPREFIX= v
CATEGORIES= devel

Expand Down
44 changes: 26 additions & 18 deletions devel/libdatadog/Makefile.crates
@@ -1,32 +1,35 @@
CARGO_CRATES= aho-corasick-0.7.20 \
android_system_properties-0.1.5 \
anes-0.1.6 \
anyhow-1.0.68 \
async-trait-0.1.63 \
async-trait-0.1.64 \
atty-0.2.14 \
autocfg-1.1.0 \
base64-0.21.0 \
bitflags-1.3.2 \
bstr-0.2.17 \
bitmaps-3.2.0 \
bumpalo-3.12.0 \
byteorder-1.4.3 \
bytes-1.3.0 \
bytes-1.4.0 \
cast-0.3.0 \
cc-1.0.78 \
cfg-if-1.0.0 \
chrono-0.4.23 \
clap-2.34.0 \
ciborium-0.2.0 \
ciborium-io-0.2.0 \
ciborium-ll-0.2.0 \
clap-3.2.23 \
clap_lex-0.2.4 \
codespan-reporting-0.11.1 \
common-multipart-rfc7578-0.5.0 \
core-foundation-0.9.3 \
core-foundation-sys-0.8.3 \
criterion-0.3.6 \
criterion-plot-0.4.5 \
criterion-0.4.0 \
criterion-plot-0.5.0 \
crossbeam-channel-0.5.6 \
crossbeam-deque-0.8.2 \
crossbeam-epoch-0.9.13 \
crossbeam-utils-0.8.14 \
csv-1.1.6 \
csv-core-0.1.10 \
ctor-0.1.26 \
cxx-1.0.87 \
cxx-build-1.0.87 \
Expand All @@ -38,6 +41,8 @@ CARGO_CRATES= aho-corasick-0.7.20 \
educe-0.4.20 \
either-1.8.0 \
enum-ordinalize-3.1.12 \
errno-0.2.8 \
errno-dragonfly-0.1.2 \
fastrand-1.8.0 \
fnv-1.0.7 \
futures-0.3.25 \
Expand Down Expand Up @@ -69,17 +74,19 @@ CARGO_CRATES= aho-corasick-0.7.20 \
indexmap-1.9.2 \
instant-0.1.12 \
io-lifetimes-0.7.5 \
io-lifetimes-1.0.5 \
itertools-0.10.5 \
itoa-0.4.8 \
itoa-1.0.5 \
js-sys-0.3.60 \
lazy_static-1.4.0 \
libc-0.2.139 \
link-cplusplus-1.0.8 \
linux-raw-sys-0.1.4 \
log-0.4.17 \
lz4_flex-0.9.5 \
maplit-1.0.2 \
memchr-2.5.0 \
memfd-0.6.2 \
memoffset-0.6.5 \
memoffset-0.7.1 \
mime-0.3.16 \
Expand All @@ -95,6 +102,7 @@ CARGO_CRATES= aho-corasick-0.7.20 \
oorandom-11.1.3 \
openssl-probe-0.1.5 \
opentelemetry-0.17.0 \
os_str_bytes-6.4.1 \
output_vt100-0.1.3 \
overload-0.1.1 \
paste-1.0.11 \
Expand All @@ -121,15 +129,14 @@ CARGO_CRATES= aho-corasick-0.7.20 \
rayon-core-1.10.2 \
redox_syscall-0.2.16 \
regex-1.7.1 \
regex-automata-0.1.10 \
regex-syntax-0.6.28 \
remove_dir_all-0.5.3 \
ring-0.16.20 \
rlimit-0.8.3 \
rmp-0.8.11 \
rmp-serde-0.15.5 \
rustc-hash-1.1.0 \
rustc_version-0.4.0 \
rustix-0.36.8 \
rustls-0.20.8 \
rustls-native-certs-0.6.2 \
rustls-pemfile-1.0.2 \
Expand All @@ -144,22 +151,20 @@ CARGO_CRATES= aho-corasick-0.7.20 \
semver-1.0.16 \
sendfd-0.4.3 \
serde-1.0.152 \
serde_cbor-0.11.2 \
serde_derive-1.0.152 \
serde_json-1.0.91 \
sharded-slab-0.1.4 \
signal-hook-registry-1.4.0 \
slab-0.4.7 \
smallvec-1.10.0 \
socket2-0.4.7 \
spin-0.5.2 \
static_assertions-1.1.0 \
syn-1.0.107 \
sys-info-0.9.1 \
tarpc-0.30.0 \
tarpc-plugins-0.12.0 \
tempfile-3.3.0 \
tempfile-3.4.0 \
termcolor-1.2.0 \
textwrap-0.11.0 \
textwrap-0.16.0 \
thiserror-1.0.38 \
thiserror-impl-1.0.38 \
thread_local-1.1.4 \
Expand All @@ -183,7 +188,7 @@ CARGO_CRATES= aho-corasick-0.7.20 \
unicode-ident-1.0.6 \
unicode-width-0.1.10 \
untrusted-0.7.1 \
uuid-0.8.2 \
uuid-1.3.0 \
valuable-0.1.0 \
version_check-0.9.4 \
walkdir-2.3.2 \
Expand All @@ -201,11 +206,14 @@ CARGO_CRATES= aho-corasick-0.7.20 \
winapi-util-0.1.5 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-sys-0.42.0 \
windows-sys-0.45.0 \
windows-targets-0.42.1 \
windows_aarch64_gnullvm-0.42.1 \
windows_aarch64_msvc-0.42.1 \
windows_i686_gnu-0.42.1 \
windows_i686_msvc-0.42.1 \
windows_x86_64_gnu-0.42.1 \
windows_x86_64_gnullvm-0.42.1 \
windows_x86_64_msvc-0.42.1 \
yansi-0.5.1
yansi-0.5.1 \
tarpc,tarpc-plugins@git+https://github.com/pawelchcki/tarpc.git?branch=extend_rpc_with_streaming_msgs\#e567304243b9ca2eb4aa03756200a3464dd72838

0 comments on commit 166ba3a

Please sign in to comment.