Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Sep 12, 2023
1 parent 5319fb3 commit 4e947d4
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 44 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions crates/stef-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ miette.workspace = true
proc-macro2 = { version = "1.0.66", default-features = false }
quote = { version = "1.0.33", default-features = false }
stef-parser = { path = "../stef-parser" }
thiserror = "1.0.47"
thiserror = "1.0.48"

[dev-dependencies]
indoc = "2.0.3"
pretty_assertions = "1.4.0"
prettyplease = "0.2.12"
syn = "2.0.29"
prettyplease = "0.2.15"
stef = { path = "../stef" }
syn = "2.0.31"
2 changes: 1 addition & 1 deletion crates/stef-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license.workspace = true
include = ["src/**/*"]

[dependencies]
clap = { version = "4.4.0", features = ["derive", "wrap_help"] }
clap = { version = "4.4.2", features = ["derive", "wrap_help"] }
color-eyre.workspace = true
miette = { workspace = true, features = ["fancy-no-backtrace"] }
mimalloc = "0.1.38"
Expand Down
2 changes: 1 addition & 1 deletion crates/stef-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.66"
quote = "1.0.33"
syn = "2.0.29"
syn = "2.0.31"
4 changes: 2 additions & 2 deletions crates/stef/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ repository.workspace = true
license.workspace = true

[dependencies]
bytes = "1.4.0"
bytes = "1.5.0"
paste = "1.0.14"
thiserror = "1.0.47"
thiserror = "1.0.48"

0 comments on commit 4e947d4

Please sign in to comment.