Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mo8it committed Jul 31, 2024
1 parent c8fddd8 commit 2ad408f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
21 changes: 11 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ edition = "2021"

[workspace.dependencies]
serde = { version = "1.0.204", features = ["derive"] }
toml_edit = { version = "0.22.17", default-features = false, features = ["parse", "serde"] }
toml_edit = { version = "0.22.18", default-features = false, features = ["parse", "serde"] }

[package]
name = "rustlings"
Expand Down Expand Up @@ -51,7 +51,7 @@ notify-debouncer-mini = { version = "0.4.1", default-features = false }
os_pipe = "1.2.0"
ratatui = { version = "0.27.0", default-features = false, features = ["crossterm"] }
rustlings-macros = { path = "rustlings-macros", version = "=6.1.0" }
serde_json = "1.0.120"
serde_json = "1.0.121"
serde.workspace = true
toml_edit.workspace = true

Expand Down

0 comments on commit 2ad408f

Please sign in to comment.