Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.196
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 27, 2024
1 parent 8ed59ef commit fe11a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/remi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ remi-azure = { version = "0.5.0", optional = true }
remi-fs = { version = "0.5.0", optional = true }
remi-gridfs = { version = "0.5.0", optional = true }
remi-s3 = { version = "0.5.0", optional = true }
serde = { version = "1.0.195", optional = true }
serde = { version = "1.0.196", optional = true }

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ s3 = ["dep:aws-sdk-s3"]
[dependencies]
aws-sdk-s3 = { version = "1.14.0", optional = true }
aws-types = { version = "1.1.4", optional = true }
serde = "1.0.195"
serde = "1.0.196"
tracing = { version = "0.1.40", optional = true }

[package.metadata.docs.rs]
Expand Down

0 comments on commit fe11a80

Please sign in to comment.