-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into bruceg/object-from-array
- Loading branch information
Showing
6 changed files
with
67 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,7 +106,6 @@ hashbrown,https://github.com/rust-lang/hashbrown,MIT OR Apache-2.0,Amanieu d'Ant | |
heck,https://github.com/withoutboats/heck,MIT OR Apache-2.0,The heck Authors | ||
heck,https://github.com/withoutboats/heck,MIT OR Apache-2.0,Without Boats <[email protected]> | ||
hermit-abi,https://github.com/hermitcore/hermit-rs,MIT OR Apache-2.0,Stefan Lankes | ||
hermit-abi,https://github.com/hermitcore/rusty-hermit,MIT OR Apache-2.0,Stefan Lankes | ||
hex,https://github.com/KokaKiwi/rust-hex,MIT OR Apache-2.0,KokaKiwi <[email protected]> | ||
hmac,https://github.com/RustCrypto/MACs,MIT OR Apache-2.0,RustCrypto Developers | ||
home,https://github.com/rust-lang/cargo,MIT OR Apache-2.0,Brian Anderson <[email protected]> | ||
|
@@ -130,6 +129,7 @@ influxdb-line-protocol,https://github.com/influxdata/influxdb_iox/tree/main/infl | |
inout,https://github.com/RustCrypto/utils,MIT OR Apache-2.0,RustCrypto Developers | ||
io-lifetimes,https://github.com/sunfishcode/io-lifetimes,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,Dan Gohman <[email protected]> | ||
is-terminal,https://github.com/sunfishcode/is-terminal,MIT,"softprops <[email protected]>, Dan Gohman <[email protected]>" | ||
is_terminal_polyfill,https://github.com/polyfill-rs/is_terminal_polyfill,MIT OR Apache-2.0,The is_terminal_polyfill Authors | ||
itertools,https://github.com/rust-itertools/itertools,MIT OR Apache-2.0,bluss | ||
itoa,https://github.com/dtolnay/itoa,MIT OR Apache-2.0,David Tolnay <[email protected]> | ||
jni,https://github.com/jni-rs/jni-rs,MIT OR Apache-2.0,Josh Chase <[email protected]> | ||
|
@@ -157,7 +157,6 @@ num-bigint,https://github.com/rust-num/num-bigint,MIT OR Apache-2.0,The Rust Pro | |
num-conv,https://github.com/jhpratt/num-conv,MIT OR Apache-2.0,Jacob Pratt <[email protected]> | ||
num-integer,https://github.com/rust-num/num-integer,MIT OR Apache-2.0,The Rust Project Developers | ||
num-traits,https://github.com/rust-num/num-traits,MIT OR Apache-2.0,The Rust Project Developers | ||
num_cpus,https://github.com/seanmonstar/num_cpus,MIT OR Apache-2.0,Sean McArthur <[email protected]> | ||
num_enum,https://github.com/illicitonion/num_enum,BSD-3-Clause OR MIT OR Apache-2.0,"Daniel Wagner-Hall <[email protected]>, Daniel Henry-Mantilla <[email protected]>, Vincent Esche <[email protected]>" | ||
objc-sys,https://github.com/madsmtm/objc2,MIT,Mads Marquart <[email protected]> | ||
objc2,https://github.com/madsmtm/objc2,MIT,"Steven Sheldon, Mads Marquart <[email protected]>" | ||
|
Oops, something went wrong.