diff --git a/NOTICE b/NOTICE index bcb5a59..9a8c7a2 100644 --- a/NOTICE +++ b/NOTICE @@ -5,7 +5,7 @@ This page lists the licenses of the projects used in cargo-about. ## Overview of licenses - Apache License 2.0 (195) -- MIT License (71) +- MIT License (69) - BSD 3-Clause "New" or "Revised" License (2) - Eclipse Public License 1.0 (2) - ISC License (1) @@ -210,7 +210,7 @@ This page lists the licenses of the projects used in cargo-about. #### Used by -- [deranged]( https://github.com/jhpratt/deranged ) 0.3.9 +- [deranged]( https://github.com/jhpratt/deranged ) 0.3.11 - [time]( https://github.com/time-rs/time ) 0.3.31 - [time-core]( https://github.com/time-rs/time ) 0.1.2 @@ -2130,7 +2130,7 @@ This page lists the licenses of the projects used in cargo-about. #### Used by -- [env_logger]( https://github.com/rust-cli/env_logger ) 0.10.1 +- [env_logger]( https://github.com/rust-cli/env_logger ) 0.10.2 - [foreign-types]( https://github.com/sfackler/foreign-types ) 0.3.2 - [foreign-types-shared]( https://github.com/sfackler/foreign-types ) 0.1.1 - [humantime]( https://github.com/tailhook/humantime ) 2.1.0 @@ -2350,23 +2350,23 @@ This page lists the licenses of the projects used in cargo-about. #### Used by -- [anyhow]( https://github.com/dtolnay/anyhow ) 1.0.75 +- [anyhow]( https://github.com/dtolnay/anyhow ) 1.0.79 - [async-trait]( https://github.com/dtolnay/async-trait ) 0.1.77 -- [itoa]( https://github.com/dtolnay/itoa ) 1.0.9 -- [libc]( https://github.com/rust-lang/libc ) 0.2.150 -- [prettyplease]( https://github.com/dtolnay/prettyplease ) 0.2.15 +- [itoa]( https://github.com/dtolnay/itoa ) 1.0.10 +- [libc]( https://github.com/rust-lang/libc ) 0.2.152 +- [prettyplease]( https://github.com/dtolnay/prettyplease ) 0.2.16 - [proc-macro2]( https://github.com/dtolnay/proc-macro2 ) 1.0.76 - [quote]( https://github.com/dtolnay/quote ) 1.0.35 - [rustversion]( https://github.com/dtolnay/rustversion ) 1.0.14 -- [ryu]( https://github.com/dtolnay/ryu ) 1.0.15 +- [ryu]( https://github.com/dtolnay/ryu ) 1.0.16 - [serde]( https://github.com/serde-rs/serde ) 1.0.195 - [serde_derive]( https://github.com/serde-rs/serde ) 1.0.195 - [serde_json]( https://github.com/serde-rs/json ) 1.0.111 -- [serde_path_to_error]( https://github.com/dtolnay/path-to-error ) 0.1.14 +- [serde_path_to_error]( https://github.com/dtolnay/path-to-error ) 0.1.15 - [serde_urlencoded]( https://github.com/nox/serde_urlencoded ) 0.7.1 - [syn]( https://github.com/dtolnay/syn ) 2.0.48 -- [thiserror]( https://github.com/dtolnay/thiserror ) 1.0.50 -- [thiserror-impl]( https://github.com/dtolnay/thiserror ) 1.0.50 +- [thiserror]( https://github.com/dtolnay/thiserror ) 1.0.56 +- [thiserror-impl]( https://github.com/dtolnay/thiserror ) 1.0.56 - [unicode-ident]( https://github.com/dtolnay/unicode-ident ) 1.0.12 #### License @@ -4272,18 +4272,18 @@ limitations under the License. - [autocfg]( https://github.com/cuviper/autocfg ) 1.1.0 - [backtrace]( https://github.com/rust-lang/backtrace-rs ) 0.3.69 - [base64]( https://github.com/marshallpierce/rust-base64 ) 0.13.1 -- [base64]( https://github.com/marshallpierce/rust-base64 ) 0.21.5 +- [base64]( https://github.com/marshallpierce/rust-base64 ) 0.21.7 - [bitflags]( https://github.com/bitflags/bitflags ) 1.3.2 -- [bitflags]( https://github.com/bitflags/bitflags ) 2.4.1 +- [bitflags]( https://github.com/bitflags/bitflags ) 2.4.2 - [bumpalo]( https://github.com/fitzgen/bumpalo ) 3.14.0 - [cc]( https://github.com/rust-lang/cc-rs ) 1.0.83 - [cfg-if]( https://github.com/alexcrichton/cfg-if ) 1.0.0 - [cmake]( https://github.com/rust-lang/cmake-rs ) 0.1.50 -- [concurrent-queue]( https://github.com/smol-rs/concurrent-queue ) 2.3.0 +- [concurrent-queue]( https://github.com/smol-rs/concurrent-queue ) 2.4.0 - [core-foundation]( https://github.com/servo/core-foundation-rs ) 0.9.4 - [core-foundation-sys]( https://github.com/servo/core-foundation-rs ) 0.8.6 -- [crossbeam-channel]( https://github.com/crossbeam-rs/crossbeam ) 0.5.10 -- [crossbeam-utils]( https://github.com/crossbeam-rs/crossbeam ) 0.8.18 +- [crossbeam-channel]( https://github.com/crossbeam-rs/crossbeam ) 0.5.11 +- [crossbeam-utils]( https://github.com/crossbeam-rs/crossbeam ) 0.8.19 - [either]( https://github.com/bluss/either ) 1.9.0 - [equivalent]( https://github.com/cuviper/equivalent ) 1.0.1 - [event-listener]( https://github.com/smol-rs/event-listener ) 2.5.3 @@ -4295,7 +4295,7 @@ limitations under the License. - [hashbrown]( https://github.com/rust-lang/hashbrown ) 0.12.3 - [hashbrown]( https://github.com/rust-lang/hashbrown ) 0.14.3 - [heck]( https://github.com/withoutboats/heck ) 0.4.1 -- [hermit-abi]( https://github.com/hermitcore/hermit-rs ) 0.3.3 +- [hermit-abi]( https://github.com/hermitcore/hermit-rs ) 0.3.4 - [httparse]( https://github.com/seanmonstar/httparse ) 1.8.0 - [hyper-timeout]( https://github.com/hjr3/hyper-timeout ) 0.4.1 - [hyper-tls]( https://github.com/hyperium/hyper-tls ) 0.5.0 @@ -4303,9 +4303,10 @@ limitations under the License. - [indexmap]( https://github.com/bluss/indexmap ) 1.9.3 - [indexmap]( https://github.com/bluss/indexmap ) 2.1.0 - [itertools]( https://github.com/rust-itertools/itertools ) 0.10.5 -- [js-sys]( https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys ) 0.3.66 +- [itertools]( https://github.com/rust-itertools/itertools ) 0.11.0 +- [js-sys]( https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys ) 0.3.67 - [lazy_static]( https://github.com/rust-lang-nursery/lazy-static.rs ) 1.4.0 -- [linux-raw-sys]( https://github.com/sunfishcode/linux-raw-sys ) 0.4.12 +- [linux-raw-sys]( https://github.com/sunfishcode/linux-raw-sys ) 0.4.13 - [log]( https://github.com/rust-lang/log ) 0.4.20 - [mime]( https://github.com/hyperium/mime ) 0.3.17 - [mockall]( https://github.com/asomers/mockall ) 0.11.4 @@ -4313,16 +4314,16 @@ limitations under the License. - [multimap]( https://github.com/havarnov/multimap ) 0.8.3 - [num-traits]( https://github.com/rust-num/num-traits ) 0.2.17 - [num_cpus]( https://github.com/seanmonstar/num_cpus ) 1.16.0 -- [object]( https://github.com/gimli-rs/object ) 0.32.1 -- [once_cell]( https://github.com/matklad/once_cell ) 1.18.0 +- [object]( https://github.com/gimli-rs/object ) 0.32.2 +- [once_cell]( https://github.com/matklad/once_cell ) 1.19.0 - [openssl-probe]( https://github.com/alexcrichton/openssl-probe ) 0.1.5 - [percent-encoding]( https://github.com/servo/rust-url/ ) 2.3.1 -- [pest]( https://github.com/pest-parser/pest ) 2.7.5 -- [pest_derive]( https://github.com/pest-parser/pest ) 2.7.5 -- [pest_generator]( https://github.com/pest-parser/pest ) 2.7.5 -- [pest_meta]( https://github.com/pest-parser/pest ) 2.7.5 +- [pest]( https://github.com/pest-parser/pest ) 2.7.6 +- [pest_derive]( https://github.com/pest-parser/pest ) 2.7.6 +- [pest_generator]( https://github.com/pest-parser/pest ) 2.7.6 +- [pest_meta]( https://github.com/pest-parser/pest ) 2.7.6 - [petgraph]( https://github.com/petgraph/petgraph ) 0.6.4 -- [pkg-config]( https://github.com/rust-lang/pkg-config-rs ) 0.3.27 +- [pkg-config]( https://github.com/rust-lang/pkg-config-rs ) 0.3.29 - [prost]( https://github.com/tokio-rs/prost ) 0.12.3 - [prost-build]( https://github.com/tokio-rs/prost ) 0.12.3 - [prost-derive]( https://github.com/tokio-rs/prost ) 0.12.3 @@ -4332,29 +4333,28 @@ limitations under the License. - [regex-syntax]( https://github.com/rust-lang/regex/tree/master/regex-syntax ) 0.8.2 - [ron]( https://github.com/ron-rs/ron ) 0.7.1 - [rustc-demangle]( https://github.com/alexcrichton/rustc-demangle ) 0.1.23 -- [rustix]( https://github.com/bytecodealliance/rustix ) 0.38.28 +- [rustix]( https://github.com/bytecodealliance/rustix ) 0.38.30 - [security-framework]( https://github.com/kornelski/rust-security-framework ) 2.9.2 - [security-framework-sys]( https://github.com/kornelski/rust-security-framework ) 2.9.1 -- [socket2]( https://github.com/rust-lang/socket2 ) 0.4.10 - [socket2]( https://github.com/rust-lang/socket2 ) 0.5.5 - [syn]( https://github.com/dtolnay/syn ) 1.0.109 - [tempfile]( https://github.com/Stebalien/tempfile ) 3.9.0 - [toml]( https://github.com/toml-rs/toml ) 0.5.11 - [ucd-trie]( https://github.com/BurntSushi/ucd-generate ) 0.1.6 -- [unicode-bidi]( https://github.com/servo/unicode-bidi ) 0.3.13 +- [unicode-bidi]( https://github.com/servo/unicode-bidi ) 0.3.15 - [unicode-normalization]( https://github.com/unicode-rs/unicode-normalization ) 0.1.22 - [unicode-segmentation]( https://github.com/unicode-rs/unicode-segmentation ) 1.10.1 - [url]( https://github.com/servo/rust-url ) 2.5.0 - [uuid]( https://github.com/uuid-rs/uuid ) 1.6.1 - [version_check]( https://github.com/SergioBenitez/version_check ) 0.9.4 - [wasi]( https://github.com/bytecodealliance/wasi ) 0.11.0+wasi-snapshot-preview1 -- [wasm-bindgen]( https://github.com/rustwasm/wasm-bindgen ) 0.2.89 -- [wasm-bindgen-backend]( https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend ) 0.2.89 -- [wasm-bindgen-futures]( https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures ) 0.4.39 -- [wasm-bindgen-macro]( https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro ) 0.2.89 -- [wasm-bindgen-macro-support]( https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support ) 0.2.89 -- [wasm-bindgen-shared]( https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared ) 0.2.89 -- [web-sys]( https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys ) 0.3.66 +- [wasm-bindgen]( https://github.com/rustwasm/wasm-bindgen ) 0.2.90 +- [wasm-bindgen-backend]( https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend ) 0.2.90 +- [wasm-bindgen-futures]( https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures ) 0.4.40 +- [wasm-bindgen-macro]( https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro ) 0.2.90 +- [wasm-bindgen-macro-support]( https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support ) 0.2.90 +- [wasm-bindgen-shared]( https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared ) 0.2.90 +- [web-sys]( https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys ) 0.3.67 - [yaml-rust]( https://github.com/chyh1990/yaml-rust ) 0.4.5 #### License @@ -4783,7 +4783,7 @@ limitations under the License. #### Used by - [block-buffer]( https://github.com/RustCrypto/utils ) 0.10.4 -- [cpufeatures]( https://github.com/RustCrypto/utils ) 0.2.11 +- [cpufeatures]( https://github.com/RustCrypto/utils ) 0.2.12 - [crypto-common]( https://github.com/RustCrypto/traits ) 0.1.6 - [digest]( https://github.com/RustCrypto/traits ) 0.10.7 - [sha2]( https://github.com/RustCrypto/hashes ) 0.10.8 @@ -5386,7 +5386,7 @@ APPENDIX: How to apply the Apache License to your work. #### Used by -- [getrandom]( https://github.com/rust-random/getrandom ) 0.2.11 +- [getrandom]( https://github.com/rust-random/getrandom ) 0.2.12 - [rand_chacha]( https://github.com/rust-random/rand ) 0.3.1 #### License @@ -6587,7 +6587,7 @@ limitations under the License. #### Used by -- [openssl]( https://github.com/sfackler/rust-openssl ) 0.10.60 +- [openssl]( https://github.com/sfackler/rust-openssl ) 0.10.62 #### License @@ -6966,7 +6966,7 @@ PERFORMANCE OF THIS SOFTWARE. #### Used by -- [openssl-sys]( https://github.com/sfackler/rust-openssl ) 0.9.96 +- [openssl-sys]( https://github.com/sfackler/rust-openssl ) 0.9.98 #### License @@ -7003,7 +7003,7 @@ DEALINGS IN THE SOFTWARE. #### Used by -- [mio]( https://github.com/tokio-rs/mio ) 0.8.9 +- [mio]( https://github.com/tokio-rs/mio ) 0.8.10 #### License @@ -7097,7 +7097,7 @@ IN THE SOFTWARE. #### Used by -- [hyper]( https://github.com/hyperium/hyper ) 0.14.27 +- [hyper]( https://github.com/hyperium/hyper ) 0.14.28 #### License @@ -7190,7 +7190,7 @@ THE SOFTWARE. #### Used by -- [schannel]( https://github.com/steffengy/schannel-rs ) 0.1.22 +- [schannel]( https://github.com/steffengy/schannel-rs ) 0.1.23 #### License @@ -7275,7 +7275,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #### Used by -- [h2]( https://github.com/hyperium/h2 ) 0.3.22 +- [h2]( https://github.com/hyperium/h2 ) 0.3.24 #### License @@ -7349,13 +7349,12 @@ DEALINGS IN THE SOFTWARE. #### Used by -- [try-lock]( https://github.com/seanmonstar/try-lock ) 0.2.4 +- [want]( https://github.com/seanmonstar/want ) 0.3.1 #### License ```text -Copyright (c) 2018 Sean McArthur -Copyright (c) 2016 Alex Crichton +Copyright (c) 2018-2019 Sean McArthur Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -7382,12 +7381,13 @@ THE SOFTWARE. #### Used by -- [want]( https://github.com/seanmonstar/want ) 0.3.1 +- [try-lock]( https://github.com/seanmonstar/try-lock ) 0.2.5 #### License ```text -Copyright (c) 2018-2019 Sean McArthur +Copyright (c) 2018-2023 Sean McArthur +Copyright (c) 2016 Alex Crichton Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -7552,7 +7552,7 @@ DEALINGS IN THE SOFTWARE. #### Used by -- [http-body]( https://github.com/hyperium/http-body ) 0.4.5 +- [http-body]( https://github.com/hyperium/http-body ) 0.4.6 #### License @@ -7921,20 +7921,19 @@ SOFTWARE. - [freyja]( https://crates.io/crates/freyja ) 0.1.0 - [freyja-build-common]( https://crates.io/crates/freyja-build-common ) 0.1.0 - [freyja-common]( https://crates.io/crates/freyja-common ) 0.1.0 -- [grpc-provider-proxy-v1]( https://crates.io/crates/grpc-provider-proxy-v1 ) 0.1.0 -- [http-mock-provider-proxy]( https://crates.io/crates/http-mock-provider-proxy ) 0.1.0 +- [grpc-data-adapter]( https://crates.io/crates/grpc-data-adapter ) 0.1.0 +- [http-mock-data-adapter]( https://crates.io/crates/http-mock-data-adapter ) 0.1.0 - [in-memory-mock-cloud-adapter]( https://crates.io/crates/in-memory-mock-cloud-adapter ) 0.1.0 +- [in-memory-mock-data-adapter]( https://crates.io/crates/in-memory-mock-data-adapter ) 0.1.0 - [in-memory-mock-digital-twin-adapter]( https://crates.io/crates/in-memory-mock-digital-twin-adapter ) 0.1.0 -- [in-memory-mock-mapping-client]( https://crates.io/crates/in-memory-mock-mapping-client ) 0.1.0 -- [in-memory-mock-provider-proxy]( https://crates.io/crates/in-memory-mock-provider-proxy ) 0.1.0 -- [managed-subscribe-provider-proxy]( https://crates.io/crates/managed-subscribe-provider-proxy ) 0.1.0 +- [in-memory-mock-mapping-adapter]( https://crates.io/crates/in-memory-mock-mapping-adapter ) 0.1.0 +- [managed-subscribe-data-adapter]( https://crates.io/crates/managed-subscribe-data-adapter ) 0.1.0 - [mock-digital-twin]( https://crates.io/crates/mock-digital-twin ) 0.1.0 - [mock-digital-twin-adapter]( https://crates.io/crates/mock-digital-twin-adapter ) 0.1.0 - [mock-mapping-service]( https://crates.io/crates/mock-mapping-service ) 0.1.0 -- [mock-mapping-service-client]( https://crates.io/crates/mock-mapping-service-client ) 0.1.0 -- [mqtt-provider-proxy]( https://crates.io/crates/mqtt-provider-proxy ) 0.1.0 +- [mock-mapping-service-adapter]( https://crates.io/crates/mock-mapping-service-adapter ) 0.1.0 +- [mqtt-data-adapter]( https://crates.io/crates/mqtt-data-adapter ) 0.1.0 - [proc-macros]( https://crates.io/crates/proc-macros ) 0.1.0 -- [provider-proxy-selector]( https://crates.io/crates/provider-proxy-selector ) 0.1.0 - [samples-protobuf-data-access]( https://crates.io/crates/samples-protobuf-data-access ) 1.0.0 #### License @@ -8011,7 +8010,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI #### Used by -- [is-terminal]( https://github.com/sunfishcode/is-terminal ) 0.4.9 +- [is-terminal]( https://github.com/sunfishcode/is-terminal ) 0.4.10 #### License @@ -8101,8 +8100,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI #### Used by - [aho-corasick]( https://github.com/BurntSushi/aho-corasick ) 1.1.2 -- [memchr]( https://github.com/BurntSushi/memchr ) 2.6.4 -- [termcolor]( https://github.com/BurntSushi/termcolor ) 1.4.0 +- [memchr]( https://github.com/BurntSushi/memchr ) 2.7.1 +- [termcolor]( https://github.com/BurntSushi/termcolor ) 1.4.1 #### License @@ -8201,8 +8200,7 @@ SOFTWARE. #### Used by - [aho-corasick]( https://github.com/BurntSushi/aho-corasick ) 1.1.2 -- [memchr]( https://github.com/BurntSushi/memchr ) 2.6.4 -- [termcolor]( https://github.com/BurntSushi/termcolor ) 1.4.0 +- [memchr]( https://github.com/BurntSushi/memchr ) 2.7.1 - [winapi-util]( https://github.com/BurntSushi/winapi-util ) 0.1.6 #### License