Skip to content

Commit

Permalink
chore(deps): update dependencies (minor changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 7, 2023
1 parent da4be5a commit e5bcc0b
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 47 deletions.
95 changes: 53 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ path = "src/main.rs"

[dependencies]
byteorder = "~1.4.3"
clap = { version = "~4.3.3", features = ["cargo"] }
strum = { version = "~0.24.1", features = ["derive"] }
clap = { version = "~4.3.11", features = ["cargo"] }
strum = { version = "~0.25.0", features = ["derive"] }
riscu = "~0.5"
log = "~0.4.19"
regex = "~1.8.4"
regex = "~1.9.0"
env_logger = "~0.10"
bytesize = "~1.2"
anyhow = "~1.0.71"
thiserror = "~1.0.40"
pyo3 = { version = "~0.19.0", features = ["auto-initialize"] }
thiserror = "~1.0.43"
pyo3 = { version = "~0.19.1", features = ["auto-initialize"] }
egui = { version = "0.22.0", optional = true }
indexmap = { version = "1.9.3", optional = true }
eframe = { version = "0.22.0", optional = true }
Expand Down

0 comments on commit e5bcc0b

Please sign in to comment.