Skip to content

Commit e5bcc0b

Browse files
chore(deps): update dependencies (minor changes)
1 parent da4be5a commit e5bcc0b

File tree

2 files changed

+58
-47
lines changed

2 files changed

+58
-47
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ path = "src/main.rs"
3030

3131
[dependencies]
3232
byteorder = "~1.4.3"
33-
clap = { version = "~4.3.3", features = ["cargo"] }
34-
strum = { version = "~0.24.1", features = ["derive"] }
33+
clap = { version = "~4.3.11", features = ["cargo"] }
34+
strum = { version = "~0.25.0", features = ["derive"] }
3535
riscu = "~0.5"
3636
log = "~0.4.19"
37-
regex = "~1.8.4"
37+
regex = "~1.9.0"
3838
env_logger = "~0.10"
3939
bytesize = "~1.2"
4040
anyhow = "~1.0.71"
41-
thiserror = "~1.0.40"
42-
pyo3 = { version = "~0.19.0", features = ["auto-initialize"] }
41+
thiserror = "~1.0.43"
42+
pyo3 = { version = "~0.19.1", features = ["auto-initialize"] }
4343
egui = { version = "0.22.0", optional = true }
4444
indexmap = { version = "1.9.3", optional = true }
4545
eframe = { version = "0.22.0", optional = true }

0 commit comments

Comments
 (0)