From f8c9b831cb8f494c4b10993a9973cc37c0594bbc Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 1 Apr 2025 12:10:47 -0400
Subject: [PATCH] cargo: bump the patch group in /src/bare-metal/aps/examples
with 2 updates (#2702)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the patch group in /src/bare-metal/aps/examples with 2 updates:
[log](https://github.com/rust-lang/log) and
[cc](https://github.com/rust-lang/cc-rs).
Updates `log` from 0.4.26 to 0.4.27
Release notes
Sourced from log's
releases.
0.4.27
What's Changed
Full Changelog: https://github.com/rust-lang/log/compare/0.4.26...0.4.27
Changelog
Sourced from log's
changelog.
[0.4.27] - 2025-03-24
What's Changed
Full Changelog: https://github.com/rust-lang/log/compare/0.4.26...0.4.27
Commits
35161d0
Merge pull request #674
from rust-lang/cargo/0.4.27
cc131ef
prepare for 0.4.27 release
ea6f54d
Merge pull request #673
from rust-lang/feat/logger-by-ref
d229c73
fix unclosed code block
02486e4
fill in more tests for logger argument
71e034f
expand logger tests
dfa067e
fix up kv passing
39d4c3a
run fmt
7aacc8f
pass global logger by value, supplied logger by ref
a438c6e
Merge pull request #664
from tisonkun/logger-field
- Additional commits viewable in compare
view
Updates `cc` from 1.2.16 to 1.2.17
Release notes
Sourced from cc's
releases.
cc-v1.2.17
Other
- Regenerate target info (#1439)
- Regenerate windows sys bindings (#1437)
- Fix wasm32-wali-linux-musl target parsing (#1434)
- Parse
rustc
target names (#1413)
- Regenerate target info (#1429)
- Added base support for
wasm32-wali-linux-musl
target
(#1373)
Changelog
Sourced from cc's
changelog.
1.2.17
- 2025-03-21
Other
- Regenerate target info (#1439)
- Regenerate windows sys bindings (#1437)
- Fix wasm32-wali-linux-musl target parsing (#1434)
- Parse
rustc
target names (#1413)
- Regenerate target info (#1429)
- Added base support for
wasm32-wali-linux-musl
target
(#1373)
Commits
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
src/bare-metal/aps/examples/Cargo.lock | 8 ++++----
src/bare-metal/aps/examples/Cargo.toml | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/bare-metal/aps/examples/Cargo.lock b/src/bare-metal/aps/examples/Cargo.lock
index b77d73b1..14d72492 100644
--- a/src/bare-metal/aps/examples/Cargo.lock
+++ b/src/bare-metal/aps/examples/Cargo.lock
@@ -27,9 +27,9 @@ checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
[[package]]
name = "cc"
-version = "1.2.16"
+version = "1.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
+checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a"
dependencies = [
"shlex",
]
@@ -46,9 +46,9 @@ dependencies = [
[[package]]
name = "log"
-version = "0.4.26"
+version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
+checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
[[package]]
name = "scopeguard"
diff --git a/src/bare-metal/aps/examples/Cargo.toml b/src/bare-metal/aps/examples/Cargo.toml
index 4421ec71..05dbf26f 100644
--- a/src/bare-metal/aps/examples/Cargo.toml
+++ b/src/bare-metal/aps/examples/Cargo.toml
@@ -8,12 +8,12 @@ publish = false
[dependencies]
bitflags = "2.8.0"
-log = "0.4.26"
+log = "0.4.27"
smccc = "0.1.1"
spin = "0.9.8"
[build-dependencies]
-cc = "1.2.16"
+cc = "1.2.17"
[[bin]]
name = "improved"