Xuanwo commented on issue #2739: URL: https://github.com/apache/incubator-opendal/issues/2739#issuecomment-1658641934
Hi, thanks for the report! I noticed that `atomic-server` is using `http 0.2.8`. https://github.com/atomicdata-dev/atomic-server/blob/2b9be852228c431afd0a25412f346a7852af6448/Cargo.lock But `HeaderName` is exported in `http 0.2.9`. Can you try to upgrade the `http` crate to 0.2.9? --- For OpenDAL, we need to specify the version to `0.2.9` to avoid this happen again. cc @oowl, would you like to help fix this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
