Skip to content

Commit

Permalink
Bump rink-core
Browse files Browse the repository at this point in the history
  • Loading branch information
b4l committed May 1, 2024
1 parent 6992d27 commit 158f2fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 28 deletions.
33 changes: 6 additions & 27 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 ogcapi-drivers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ aws-config = { version = "1.2.0", optional = true, features = ["behavior-version
aws-sdk-s3 = { version = "1.23.0", optional = true, features = ["behavior-version-latest"] }
async-trait = "0.1.80"
http = "1.1.0"
rink-core = { version = "0.7.0", optional = true }
rink-core = { version = "0.8.0", optional = true, features = ["bundle-files"] }
serde_json = { workspace = true }
sqlx = { version = "0.7.4", optional = true, features = ["runtime-tokio-rustls", "postgres", "json", "migrate"] }
tokio = { version = "1.37.0", features = ["full"] }
Expand Down

0 comments on commit 158f2fd

Please sign in to comment.