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 Dec 11, 2023
1 parent ab8f4f7 commit 6a8ea12
Show file tree
Hide file tree
Showing 9 changed files with 61 additions and 59 deletions.
94 changes: 47 additions & 47 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 @@ -32,7 +32,7 @@ mimalloc = "0.1.39"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
proc-macro2 = { version = "1.0.70", default-features = false }
quote = { version = "1.0.33", default-features = false }
syn = "2.0.39"
syn = "2.0.40"
thiserror = "1.0.50"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion book/highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"esbuild": "^0.19.8"
"esbuild": "^0.19.9"
}
}
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion crates/stef-benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ stef-compiler = { path = "../stef-compiler" }
stef-parser = { path = "../stef-parser" }

[dev-dependencies]
divan = "0.1.4"
divan = "0.1.5"
indoc.workspace = true

[lints]
Expand Down
4 changes: 2 additions & 2 deletions crates/stef-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ license.workspace = true
anyhow = "1.0.75"
clap.workspace = true
directories = "5.0.1"
ouroboros = "0.18.0"
ouroboros = "0.18.1"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
stef-compiler = { path = "../stef-compiler" }
stef-parser = { path = "../stef-parser" }
time = { version = "0.3.30", features = ["formatting", "local-offset", "macros"] }
tokio = { version = "1.34.0", features = ["fs", "io-std", "io-util", "rt-multi-thread"] }
tokio = { version = "1.35.0", features = ["fs", "io-std", "io-util", "rt-multi-thread"] }
tower-lsp = { version = "0.20.0", features = ["proposed"] }
tracing = "0.1.40"
tracing-appender = "0.2.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/stef-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rustc-args = ["--cfg", "docsrs"]
miette.workspace = true
owo-colors.workspace = true
stef-derive = { path = "../stef-derive" }
winnow = "0.5.24"
winnow = "0.5.26"

[dev-dependencies]
indoc.workspace = true
Expand Down
5 changes: 4 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ ignore = ["RUSTSEC-2021-0145"]
[licenses]
allow-osi-fsf-free = "both"
exceptions = [
{ allow = ["MPL-2.0"], name = "option-ext" },
{ allow = ["Unicode-DFS-2016"], name = "unicode-ident" },
]

[bans]
skip = [
{ name = "bitflags", version = "1" },
{ name = "hermit-abi", version = "0.1" },
{ name = "supports-color", version = "1" },
{ name = "syn", version = "1" },
{ name = "terminal_size", version = "0.1" },
]
skip-tree = [
{ name = "windows-sys", version = "0.45", depth = 3 },
{ name = "windows-sys", version = "0.48", depth = 3 },
]
Loading

0 comments on commit 6a8ea12

Please sign in to comment.