Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump serde_json from 1.0.134 to 1.0.135 #199

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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
@@ -21,7 +21,7 @@ tokio = { version = "1", features = ["full"] }
regex = "1"
semver = { version = "1.0.24", features = ["std", "serde"] }
async-trait = "0.1.85"
serde_json = "1.0.134"
serde_json = "1.0.135"

[dev-dependencies]
# reqwest doesn't like http 1.x yet

Unchanged files with check annotations Beta

# syntax=docker/dockerfile
FROM rust:1.74-alpine3.17 as builder

Check warning on line 2 in Dockerfile

GitHub Actions / docker-image

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
WORKDIR /project
COPY . /project/