Skip to content

Commit 9a87eae

Browse files
committed
bump svd
1 parent 1ea2d3b commit 9a87eae

File tree

2 files changed

+33
-52
lines changed

2 files changed

+33
-52
lines changed

Cargo.lock

Lines changed: 30 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ yaml = ["dep:serde_yaml"]
4545
[dependencies]
4646
clap = { version = "4.0", optional = true }
4747
irx-config = { version = "=3.3.0", features = ["cmd", "toml-parser"], optional = true }
48-
env_logger = { version = "0.10", optional = true }
48+
env_logger = { version = "0.11", optional = true }
4949
inflections = "1.1"
5050
log = { version = "~0.4", features = ["std"] }
5151
quote = "1.0"
@@ -55,7 +55,7 @@ thiserror = "1.0"
5555
serde = { version = "1.0", optional = true }
5656
serde_json = { version = "1.0.85", optional = true }
5757
serde_yaml = { version = "0.9.11", optional = true }
58-
regex = "1.9.0"
58+
regex = "1.10.0"
5959
html-escape = "0.2"
6060

6161
[dependencies.svd-parser]
@@ -64,7 +64,7 @@ version = "0.14.5"
6464

6565
[dependencies.svd-rs]
6666
features = ["serde"]
67-
version = "0.14.7"
67+
version = "0.14.8"
6868

6969
[dependencies.syn]
7070
version = "2.0"

0 commit comments

Comments
 (0)