Skip to content

Commit

Permalink
Update serveral dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinesfilmroellchen committed Jan 2, 2024
1 parent 5c5bdc2 commit aed1069
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 56 deletions.
108 changes: 55 additions & 53 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 @@ -57,7 +57,7 @@ default = ["binaries"]
binaries = ["dep:clap", "dep:object", "dep:shadow-rs"]

[dependencies]
object = { version = "0.31", features = [
object = { version = "0.32", features = [
"write_core",
"write_std",
"elf",
Expand Down
4 changes: 2 additions & 2 deletions sals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ repository.workspace = true
log = "0.4.20"
env_logger = "0.10.0"
serde_json = "1.0.108"
tokio = { version = "1.29.1", features = ["full"] }
tokio = { version = "1.33", features = ["full"] }
tower-lsp = { version = "0.19.0", features = ["proposed"] }
serde = { version = "1.0", features = ["derive"] }
dashmap = "5.1.0"
dashmap = "5.5"
parking_lot = "0.12"
spcasm = { path = ".." }
flexstr = { version = "0.9.2", features = ["int_convert", "serde"] }
Expand Down

0 comments on commit aed1069

Please sign in to comment.