Skip to content

Commit

Permalink
Merge pull request #68 from Cr0a3/dependabot/cargo/logos-0.15.0
Browse files Browse the repository at this point in the history
Bump logos from 0.14.3 to 0.15.0
  • Loading branch information
Cr0a3 authored Dec 9, 2024
2 parents 2b6cd65 + b63f457 commit 76e3769
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rustdoc-args = ["--allow", "warnings"]

[dependencies]
gimli = { version = "0.31.1", features = ["write"] }
logos = "0.14.3"
logos = "0.15.0"
object = { version = "0.36.5", features = ["write"] }
proc = { workspace = true }
unescaper = "0.1.5"
Expand Down
2 changes: 1 addition & 1 deletion tools/simplelang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ path = "main.rs"

[dependencies]
ygen = { workspace = true }
logos = "0.14.3"
logos = "0.15.0"
unescaper = "0.1.5"

0 comments on commit 76e3769

Please sign in to comment.