aboutsummaryrefslogtreecommitdiff
path: root/examples/lm3s6965/Cargo.lock
diff options
context:
space:
mode:
authorMikeGstefan <53955528+MikeGstefan@users.noreply.github.com>2024-11-27 13:59:55 -0500
committerGitHub <noreply@github.com>2024-11-27 18:59:55 +0000
commited026cc4a319ead48b0519b0e01f09f695498e5c (patch)
treea3f9bbe84cfadc8549634378eae21884187f65fd /examples/lm3s6965/Cargo.lock
parentd251ba717393a73e9ea26a34fe738e3baec477d2 (diff)
bump esp32c3 (#997)
* bump esp32-c3 * update changelog and example * rtic-monotonics: update esp32c3 to v0.26 --------- Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to 'examples/lm3s6965/Cargo.lock')
-rw-r--r--examples/lm3s6965/Cargo.lock28
1 files changed, 10 insertions, 18 deletions
diff --git a/examples/lm3s6965/Cargo.lock b/examples/lm3s6965/Cargo.lock
index c599ef8..2167092 100644
--- a/examples/lm3s6965/Cargo.lock
+++ b/examples/lm3s6965/Cargo.lock
@@ -306,27 +306,25 @@ dependencies = [
]
[[package]]
-name = "proc-macro-error"
-version = "1.0.4"
+name = "proc-macro-error-attr2"
+version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
+checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
dependencies = [
- "proc-macro-error-attr",
"proc-macro2",
"quote",
- "syn 1.0.109",
- "version_check",
]
[[package]]
-name = "proc-macro-error-attr"
-version = "1.0.4"
+name = "proc-macro-error2"
+version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
+checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
dependencies = [
+ "proc-macro-error-attr2",
"proc-macro2",
"quote",
- "version_check",
+ "syn 2.0.49",
]
[[package]]
@@ -378,7 +376,7 @@ name = "rtic-macros"
version = "2.1.0"
dependencies = [
"indexmap",
- "proc-macro-error",
+ "proc-macro-error2",
"proc-macro2",
"quote",
"syn 2.0.49",
@@ -386,7 +384,7 @@ dependencies = [
[[package]]
name = "rtic-monotonics"
-version = "2.0.2"
+version = "2.0.3"
dependencies = [
"cfg-if",
"cortex-m",
@@ -503,12 +501,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77439c1b53d2303b20d9459b1ade71a83c716e3f9c34f3228c00e6f185d6c002"
[[package]]
-name = "version_check"
-version = "0.9.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
-
-[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"