@@ -909,7 +909,7 @@ DEALINGS IN THE SOFTWARE.
909
909
---------------------------------------------------------
910
910
911
911
cfg-if 1.0.0 - MIT/Apache-2.0
912
- https://github.com/alexcrichton /cfg-if
912
+ https://github.com/rust-lang /cfg-if
913
913
914
914
Copyright (c) 2014 Alex Crichton
915
915
@@ -2741,7 +2741,7 @@ SOFTWARE.
2741
2741
---------------------------------------------------------
2742
2742
2743
2743
gethostname 0.4.3 - Apache-2.0
2744
- https://github.com /swsnr/gethostname.rs
2744
+ https://codeberg.org /swsnr/gethostname.rs.git
2745
2745
2746
2746
Apache License
2747
2747
Version 2.0, January 2004
@@ -3236,7 +3236,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
3236
3236
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
3237
3237
[deps-image]: https://deps.rs/repo/github/RustCrypto/MACs/status.svg
3238
3238
[deps-link]: https://deps.rs/repo/github/RustCrypto/MACs
3239
- [msrv-1.85]: https://img.shields.io/badge/rustc-1.85.0 +-blue.svg
3239
+ [msrv-1.85]: https://img.shields.io/badge/rustc-1.85+-blue.svg
3240
3240
3241
3241
[//]: # (crates)
3242
3242
@@ -4769,7 +4769,7 @@ The following two notices apply to every file of the project.
4769
4769
## The Apache License
4770
4770
4771
4771
```
4772
- Copyright 2015–2024 The md5 Developers
4772
+ Copyright 2015–2025 The md5 Developers
4773
4773
4774
4774
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4775
4775
this file except in compliance with the License. You may obtain a copy of the
@@ -4786,7 +4786,7 @@ specific language governing permissions and limitations under the License.
4786
4786
## The MIT License
4787
4787
4788
4788
```
4789
- Copyright 2015–2024 The md5 Developers
4789
+ Copyright 2015–2025 The md5 Developers
4790
4790
4791
4791
Permission is hereby granted, free of charge, to any person obtaining a copy of
4792
4792
this software and associated documentation files (the "Software"), to deal in
@@ -4895,7 +4895,7 @@ THE SOFTWARE.
4895
4895
miniz_oxide 0.7.3 - MIT OR Zlib OR Apache-2.0
4896
4896
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
4897
4897
4898
- This library (excluding the original miniz C code used for tests) is dual licensed under the MIT license and Apache 2.0 license. The library is based on the [miniz][MIT license] (https://github.com/richgel999/miniz) C library by Rich Geldreich which is released under the MIT license.
4898
+ This library (excluding the original miniz C code used for tests) is dual licensed under the MIT license and Apache 2.0 license. The library is based on the [miniz](https://github.com/richgel999/miniz) C library by Rich Geldreich which is released under the MIT license.
4899
4899
---------------------------------------------------------
4900
4900
4901
4901
---------------------------------------------------------
@@ -10542,7 +10542,7 @@ THE SOFTWARE.
10542
10542
10543
10543
wasi 0.11.0+wasi-snapshot-preview1 - Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
10544
10544
wasi 0.9.0+wasi-snapshot-preview1 - Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
10545
- https://github.com/bytecodealliance/wasi-rs
10545
+ https://github.com/bytecodealliance/wasi
10546
10546
10547
10547
Permission is hereby granted, free of charge, to any
10548
10548
person obtaining a copy of this software and associated
@@ -11548,23 +11548,101 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
11548
11548
zbus 3.15.2 - MIT
11549
11549
https://github.com/dbus2/zbus/
11550
11550
11551
- LICENSE-MIT
11551
+ The MIT License (MIT)
11552
+
11553
+ Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
11554
+
11555
+ Permission is hereby granted, free of charge, to any
11556
+ person obtaining a copy of this software and associated
11557
+ documentation files (the "Software"), to deal in the
11558
+ Software without restriction, including without
11559
+ limitation the rights to use, copy, modify, merge,
11560
+ publish, distribute, sublicense, and/or sell copies of
11561
+ the Software, and to permit persons to whom the Software
11562
+ is furnished to do so, subject to the following
11563
+ conditions:
11564
+
11565
+ The above copyright notice and this permission notice
11566
+ shall be included in all copies or substantial portions
11567
+ of the Software.
11568
+
11569
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
11570
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
11571
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
11572
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
11573
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
11574
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
11575
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
11576
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
11577
+ DEALINGS IN THE SOFTWARE.
11552
11578
---------------------------------------------------------
11553
11579
11554
11580
---------------------------------------------------------
11555
11581
11556
11582
zbus_macros 3.15.2 - MIT
11557
11583
https://github.com/dbus2/zbus/
11558
11584
11559
- LICENSE-MIT
11585
+ The MIT License (MIT)
11586
+
11587
+ Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
11588
+
11589
+ Permission is hereby granted, free of charge, to any
11590
+ person obtaining a copy of this software and associated
11591
+ documentation files (the "Software"), to deal in the
11592
+ Software without restriction, including without
11593
+ limitation the rights to use, copy, modify, merge,
11594
+ publish, distribute, sublicense, and/or sell copies of
11595
+ the Software, and to permit persons to whom the Software
11596
+ is furnished to do so, subject to the following
11597
+ conditions:
11598
+
11599
+ The above copyright notice and this permission notice
11600
+ shall be included in all copies or substantial portions
11601
+ of the Software.
11602
+
11603
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
11604
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
11605
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
11606
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
11607
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
11608
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
11609
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
11610
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
11611
+ DEALINGS IN THE SOFTWARE.
11560
11612
---------------------------------------------------------
11561
11613
11562
11614
---------------------------------------------------------
11563
11615
11564
11616
zbus_names 2.6.1 - MIT
11565
11617
https://github.com/dbus2/zbus/
11566
11618
11567
- LICENSE-MIT
11619
+ The MIT License (MIT)
11620
+
11621
+ Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
11622
+
11623
+ Permission is hereby granted, free of charge, to any
11624
+ person obtaining a copy of this software and associated
11625
+ documentation files (the "Software"), to deal in the
11626
+ Software without restriction, including without
11627
+ limitation the rights to use, copy, modify, merge,
11628
+ publish, distribute, sublicense, and/or sell copies of
11629
+ the Software, and to permit persons to whom the Software
11630
+ is furnished to do so, subject to the following
11631
+ conditions:
11632
+
11633
+ The above copyright notice and this permission notice
11634
+ shall be included in all copies or substantial portions
11635
+ of the Software.
11636
+
11637
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
11638
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
11639
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
11640
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
11641
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
11642
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
11643
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
11644
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
11645
+ DEALINGS IN THE SOFTWARE.
11568
11646
---------------------------------------------------------
11569
11647
11570
11648
---------------------------------------------------------
@@ -11860,21 +11938,99 @@ licences; see files named LICENSE.*.txt for details.
11860
11938
zvariant 3.15.2 - MIT
11861
11939
https://github.com/dbus2/zbus/
11862
11940
11863
- LICENSE-MIT
11941
+ The MIT License (MIT)
11942
+
11943
+ Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
11944
+
11945
+ Permission is hereby granted, free of charge, to any
11946
+ person obtaining a copy of this software and associated
11947
+ documentation files (the "Software"), to deal in the
11948
+ Software without restriction, including without
11949
+ limitation the rights to use, copy, modify, merge,
11950
+ publish, distribute, sublicense, and/or sell copies of
11951
+ the Software, and to permit persons to whom the Software
11952
+ is furnished to do so, subject to the following
11953
+ conditions:
11954
+
11955
+ The above copyright notice and this permission notice
11956
+ shall be included in all copies or substantial portions
11957
+ of the Software.
11958
+
11959
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
11960
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
11961
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
11962
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
11963
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
11964
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
11965
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
11966
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
11967
+ DEALINGS IN THE SOFTWARE.
11864
11968
---------------------------------------------------------
11865
11969
11866
11970
---------------------------------------------------------
11867
11971
11868
11972
zvariant_derive 3.15.2 - MIT
11869
11973
https://github.com/dbus2/zbus/
11870
11974
11871
- LICENSE-MIT
11975
+ The MIT License (MIT)
11976
+
11977
+ Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
11978
+
11979
+ Permission is hereby granted, free of charge, to any
11980
+ person obtaining a copy of this software and associated
11981
+ documentation files (the "Software"), to deal in the
11982
+ Software without restriction, including without
11983
+ limitation the rights to use, copy, modify, merge,
11984
+ publish, distribute, sublicense, and/or sell copies of
11985
+ the Software, and to permit persons to whom the Software
11986
+ is furnished to do so, subject to the following
11987
+ conditions:
11988
+
11989
+ The above copyright notice and this permission notice
11990
+ shall be included in all copies or substantial portions
11991
+ of the Software.
11992
+
11993
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
11994
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
11995
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
11996
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
11997
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
11998
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
11999
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
12000
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
12001
+ DEALINGS IN THE SOFTWARE.
11872
12002
---------------------------------------------------------
11873
12003
11874
12004
---------------------------------------------------------
11875
12005
11876
12006
zvariant_utils 1.0.1 - MIT
11877
12007
https://github.com/dbus2/zbus/
11878
12008
11879
- LICENSE-MIT
12009
+ The MIT License (MIT)
12010
+
12011
+ Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
12012
+
12013
+ Permission is hereby granted, free of charge, to any
12014
+ person obtaining a copy of this software and associated
12015
+ documentation files (the "Software"), to deal in the
12016
+ Software without restriction, including without
12017
+ limitation the rights to use, copy, modify, merge,
12018
+ publish, distribute, sublicense, and/or sell copies of
12019
+ the Software, and to permit persons to whom the Software
12020
+ is furnished to do so, subject to the following
12021
+ conditions:
12022
+
12023
+ The above copyright notice and this permission notice
12024
+ shall be included in all copies or substantial portions
12025
+ of the Software.
12026
+
12027
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
12028
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
12029
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
12030
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
12031
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
12032
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
12033
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
12034
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
12035
+ DEALINGS IN THE SOFTWARE.
11880
12036
---------------------------------------------------------
0 commit comments