Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.203
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 2, 2024
1 parent f7fb5cd commit 2f2926d
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 31 deletions.
75 changes: 46 additions & 29 deletions docker-images/syntax-highlighter/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 docker-images/syntax-highlighter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
[dependencies]
syntect = { git = "https://github.com/slimsag/syntect" }
rocket = { version = "0.5.0-rc.1", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0"
sg-syntax = { path = "./crates/sg-syntax" }
rustyline = "9.1.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include = ["src/**/*", "languages/**/*", "queries/**/*", "build.rs"]
[dependencies]
syntect = { git = "https://github.com/slimsag/syntect" }
rocket = { git = "https://github.com/SergioBenitez/Rocket", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0"
lazy_static = "1.0"
tree-sitter = "0.20.3"
Expand Down

0 comments on commit 2f2926d

Please sign in to comment.